18 Commits

Author SHA256 Message Date
65f0dec751 Accepting request 1312429 from home:glaubitz:branches:devel:languages:python
- Update to 3.6.0
  * Build wheels for Python 3.14
  * Python free-threading support
  * Typing: Use Buffer type stubs
  * Deprecate xxhash.VERSION_TUPLE, it will be removed
    in the next major release

OBS-URL: https://build.opensuse.org/request/show/1312429
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=35
2025-10-20 14:32:09 +00:00
5c393b977e - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=33
2025-05-02 03:21:35 +00:00
3cb08843e0 Accepting request 1206722 from home:glaubitz:branches:devel:languages:python
- Update to 3.5.0
  * Build wheels for Python 3.13

OBS-URL: https://build.opensuse.org/request/show/1206722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=31
2024-10-10 14:44:24 +00:00
508d856c42 Accepting request 1127248 from home:ecsos:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1127248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=29
2023-11-17 09:05:55 +00:00
b59e55589f - use setuptools_scm to handle version in metadata properly
- Update to 3.1.0
- update to 3.0.0
  * Stop using PEP393 deprecated APIs
- Initial release of xxhash 1.0.1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=27
2023-10-24 13:48:13 +00:00
2983bf517c Accepting request 1092167 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1092167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=25
2023-06-11 11:27:20 +00:00
8eb90e1c55 Accepting request 1032244 from home:yarunachalam:branches:devel:languages:python
- Update to 3.1.0 
  * Type annotations.
  * Enabled muslinux wheels building.

OBS-URL: https://build.opensuse.org/request/show/1032244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=23
2022-10-31 13:11:14 +00:00
292ead1d77 Accepting request 1004227 from home:yarunachalam:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1004227
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=21
2022-09-19 11:04:39 +00:00
00aa4c2bb3 - %check: use %pyunittest rpm macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=20
2021-10-16 09:34:29 +00:00
bd3061a590 Accepting request 914397 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/914397
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=19
2021-10-16 09:31:17 +00:00
77415ac6df - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=17
2020-08-24 05:04:59 +00:00
Tomáš Chvátal
64bff9f9c2 Accepting request 822117 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/822117
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=15
2020-07-21 14:38:29 +00:00
Tomáš Chvátal
c04b7c1d65 Accepting request 770039 from home:mcalabkova:branches:devel:languages:python
- update to 1.4.3
  * Upgrade xxHash to v0.7.2
  * Python 3.8 wheels

OBS-URL: https://build.opensuse.org/request/show/770039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=13
2020-02-04 18:25:34 +00:00
Tomáš Chvátal
effb5a7686 - Update to 1.4.2:
* Fixed: setup.py fails when reading README.rst and the default encoding is not UTF-8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=11
2019-10-30 12:29:39 +00:00
Tomáš Chvátal
6623e45cec Accepting request 729091 from home:jayvdb:branches:devel:languages:python
Link against system libxxhash
Fix Leap 15 build errors

OBS-URL: https://build.opensuse.org/request/show/729091
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=9
2019-09-07 10:00:14 +00:00
Tomáš Chvátal
a04b8384ac Accepting request 727029 from home:mcalabkova:branches:devel:languages:python
- update to version 1.4.1
  * Upgrade xxHash to v0.7.1
  * Fixed: xxh3.h in missing from source tarball

OBS-URL: https://build.opensuse.org/request/show/727029
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=7
2019-08-30 00:48:48 +00:00
Tomáš Chvátal
c685f0e43b Accepting request 688631 from home:pgajdos
- 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

OBS-URL: https://build.opensuse.org/request/show/688631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=5
2019-03-26 10:20:11 +00:00
63cc780b0b Accepting request 563272 from home:alarrosa:branches:devel:languages:python
New package python-xxhash, required by mycroft

OBS-URL: https://build.opensuse.org/request/show/563272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=1
2018-01-10 12:23:14 +00:00