Changelog for
python311-xxhash-3.5.0-150700.2.1.i586.rpm :
* Thu Oct 10 2024 adrian.glaubitzAATTsuse.com- Update to 3.5.0
* Build wheels for Python 3.13
* Fri Nov 17 2023 ecsosAATTopensuse.org- Update to 3.4.1 - Build wheels for Python 3.12 - Remove setuptools_scm- Changes from 3.3.0 - Upgrade xxHash to v0.8.2 - Drop support for Python 3.6- Changes from 3.2.0 - Build Python 3.11 wheels. - Remove setup.py test_suites, call unittest directly
* Tue Oct 24 2023 dmuellerAATTsuse.com- use setuptools_scm to handle version in metadata properly
* Sat Jun 10 2023 ecsosAATTopensuse.org- Add %{?sle15_python_module_pythons}
* Sat Oct 29 2022 yarunachalamAATTsuse.com- Update to 3.1.0
* Type annotations.
* Enabled muslinux wheels building.
* Fri Sep 16 2022 yarunachalamAATTsuse.com- update to 3.0.0
* New set algorithms_available lists all implemented algorithms in xxhash package.
* Upgrade xxHash to v0.8.1.
* Drop support for EOL Python versions, require python >= 3.6 from now on.
* Migrate to github actions and build arm64 wheels for macOS.
* Always release GIL.
* Fri Aug 27 2021 pgajdosAATTsuse.com- %check: use %pyunittest rpm macro
* Thu Aug 26 2021 adrian.glaubitzAATTsuse.com- Update to 2.0.2
* Fix Travis CI OSX dpl python2.7 get-pip.py error- from version 2.0.1
* Only to trigger Python 3.9 wheels building
* Mon Aug 24 2020 steven.kowalikAATTsuse.com- Update to 2.0.0:
* Require xxHash version >= v0.8.0
* Upgrade xxHash to v0.8.0
* XXH3 hashes: `xxh3_64`, `xxh3_128`, and their oneshot functions
* Tue Jul 21 2020 mcalabkovaAATTsuse.com- update to 1.4.4
* Upgrade xxHash to v0.7.3
* Stop using PEP393 deprecated APIs
* Use XXH(32|64)_canonicalFromHash to replace u2bytes and ull2bytes
* Tue Feb 04 2020 mcalabkovaAATTsuse.com- update to 1.4.3
* Upgrade xxHash to v0.7.2
* Python 3.8 wheels
* Wed Oct 30 2019 tchvatalAATTsuse.com- Update to 1.4.2:
* Fixed: setup.py fails when reading README.rst and the default encoding is not UTF-8
* Sat Sep 07 2019 jayvdbAATTgmail.com- Link against system libxxhash- Fix Leap 15 build errors
* Thu Aug 29 2019 mcalabkovaAATTsuse.com- update to version 1.4.1
* Upgrade xxHash to v0.7.1
* Fixed: xxh3.h in missing from source tarball
* Tue Mar 26 2019 pgajdosAATTsuse.com- version update to 1.3.0
* Wheels are now built automatically
* Split CFFI variant into a separate package
* Add oneshot functions xxh{32,64}_{,int,hex}digest
* Allow input larger than 2GB
* Release the GIL on sufficiently large input
* Drop support for Python 3.2
* Fri Nov 10 2017 alarrosaAATTsuse.com- Initial release of xxhash 1.0.1