forked from pool/python-murmurhash
- Update to 1.0.13
* Cython 3 requires nogil function to have an explicit exception
value, or the gil will be acquired within the function, impacting
performance. This patch makes the required modifications.
OBS-URL: https://build.opensuse.org/request/show/1282245
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-murmurhash?expand=0&rev=13
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jun 3 09:54:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.0.13
|
|
* Cython 3 requires nogil function to have an explicit exception
|
|
value, or the gil will be acquired within the function, impacting
|
|
performance. This patch makes the required modifications.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 11 12:44:50 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to elease-v1.0.12:
|
|
* Github Actions now provides Linux ARM runners for public
|
|
repos, so we can build Linux ARM wheels once more.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 10 21:50:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.0.10:
|
|
* Package updates and binary wheels for python 3.12.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 6 18:45:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- fix cython buildrequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 30 12:31:05 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Fix installation of -devel package.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 28 01:28:34 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
|
|
|
- require python-cython version 3 or higher to ensure the most recent release is used
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 13 20:08:48 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Clean up the SPEC file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 22 22:14:17 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
|
|
|
- initial version v1.0.9
|