Package Release Info

python-dukpy-0.5.0-bp160.1.8

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-dukpy

Change Logs

* Tue Jan 21 2025 Markéta Machová <mmachova@suse.com>
- Avoid the webassets dependency on Leap 16
* Tue Nov 12 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.5.0
  * Upgrade duktape to 50af773
  * Testing and binary distribution for Python 3.13
- Update BuildRequires and Requires from setup.py
* Wed Jun 26 2024 Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.4.0
  * fix: prevent crash with unicode emoji
  * Switched to CESU-8 for encoding
- Update test/runtime requirements
* Sat Apr 06 2024 Dirk Müller <dmueller@suse.com>
- update to 0.3.1:
  * Python 3.12 officially supported
  * Emit the function name when Python callback fails
* Wed Dec 14 2022 Daniel Garcia <daniel.garcia@suse.com>
- Remove python_module macro definition
  - Use %pytest_arch instead of custom command
  - More specific python_sitelib in %files
* Tue Dec 13 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.3.0
  * Upgrade to duktape engine 2.7.0
  * Support for installing nodejs modules where the root distribution directory is not named package.
  * Better error message when a Python function is not found
  * GitHub Actions based release workflow, wheels are now automatically generated for more versions.
  * Wheels for Apple Silicon (M1) are now provided.
  * Support for Python 2.7, 3.5 and 3.6 is deprecated. DukPy might still work, but it's untested.
* Thu Apr 28 2022 pgajdos@suse.com
- do not require python-mock for build
* Tue Jul 13 2021 Jason Craig <os@jacraig.com>
- Update to 0.2.3
  * Support for Python 3.8
  * Testuite now based on pytest instead of nose
  * Deprecated support for Python 2.6 and 3.4
  * Updated included babel version to 6.26.0
- Drop pytest.patch, upstream has integrated those changes.
* Tue May 26 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
Version: 0.2.2-bp155.2.10
* Fri Mar 08 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.2.2:
  * State compatibility with Python 3.7
  * Provide wheels for Python 3.7
  * Fix building wheel from source distribution
  * Fix a memory leak in dukpy.evaljs
- Add patch from upstream to work well with pytest:
  * pytest.patch
Version: 0.2.2-bp152.1.8
* Fri Mar 08 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.2.2:
  * State compatibility with Python 3.7
  * Provide wheels for Python 3.7
  * Fix building wheel from source distribution
  * Fix a memory leak in dukpy.evaljs
- Add patch from upstream to work well with pytest:
  * pytest.patch
Version: 0.2.0-bp151.1.1
* Thu Aug 16 2018 jengelh@inai.de
- Ensure neutrality of description.
* Tue Aug 07 2018 toddrme2178@gmail.com
- Initial version