* Add support for python 3.12 * Build using Visual Studio 17 2022 instead of Visual Studio 16 2019 * Drop support for python 3.7 and 3.8 * Drop support for Windows 32bit which is not supported in Visual Studio 17 2022 * Remove manylinux1 which is no longer supported by PyPA OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-crc32c?expand=0&rev=12
62 lines
2.1 KiB
Plaintext
62 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Sep 8 13:05:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 1.6.0:
|
|
* Add support for python 3.12
|
|
* Build using Visual Studio 17 2022 instead of Visual Studio 16
|
|
2019
|
|
* Drop support for python 3.7 and 3.8
|
|
* Drop support for Windows 32bit which is not supported in
|
|
Visual Studio 17 2022
|
|
* Remove manylinux1 which is no longer supported by PyPA
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 20:33:31 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
|
|
|
- Include in SLE 15 SP4 and later (jsc#PED-6697)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 16 20:04:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- use modern python stack for sle15
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 6 14:45:57 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to v1.5.0
|
|
* add support for Python 3.11
|
|
* drop support for python 3.6
|
|
* fix changelog header to consistent size
|
|
- from v1.4.0
|
|
* add 'py.typed' declaration
|
|
* add empty slots to CommonChecksum
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 7 10:36:52 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 1.3.0
|
|
Features
|
|
* add support for Python 3.10 (#116)
|
|
- from version 1.2.0
|
|
Features
|
|
* build wheels using CIBuildWheel (#103)
|
|
Documentation
|
|
* update list of supported wheel platforms / architectures (#105)
|
|
- from version 1.1.5
|
|
Bug Fixes
|
|
* revert to silent fallback to pure-Python build (#93)
|
|
* fix segfault on MacOS 11 ("Big Sur") for Python < 3.9 (#93)
|
|
- from version 1.1.4
|
|
Bug Fixes
|
|
* advise setting 'CRC32C_PURE_PYTHON' after build failure (#84)
|
|
* restore building 'manylinux1' wheels (#87)
|
|
* use correct Python 3.10 specifier (#88)
|
|
- from version 1.1.3
|
|
Performance Improvements
|
|
* replace CFFI with a native C extension (#76)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 4 08:56:19 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for google-crc32c version 1.1.2.
|