14
0

- Update to 1.6.1:

* Deprecate Jerasure support
  * Use Py_ssize_t when calling PyArg_Parse
  * Test against Python 3.8 - 3.10
  * Use the Python Stable ABI
  * Various other minor bugs fixes and improvements 
- Stop skipping Python 3.10
- Update the license file location

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyECLib?expand=0&rev=12
This commit is contained in:
2022-05-05 05:00:20 +00:00
committed by Git OBS Bridge
parent 9b17145989
commit 54290abff6
5 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 5 04:58:38 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.6.1:
* Deprecate Jerasure support
* Use Py_ssize_t when calling PyArg_Parse
* Test against Python 3.8 - 3.10
* Use the Python Stable ABI
* Various other minor bugs fixes and improvements
- Stop skipping Python 3.10
- Update the license file location
-------------------------------------------------------------------
Tue Jan 11 10:14:08 UTC 2022 - Dirk Müller <dmueller@suse.com>