15
0

- update to 8.19.0:

* Python 3.12 support
  * raise minimum python version to 3.7 because of setuptools
    compatibility
  * try to fix pytest command
  * do not limit max. parallel CI jobs
  * use pytest
  * remove verbose output
  * Fix Text encoding and Errors to compile
  * Only build C extension for CPython 3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstruct?expand=0&rev=12
This commit is contained in:
2023-11-29 12:22:57 +00:00
committed by Git OBS Bridge
parent 62401d512e
commit bae3c77837
4 changed files with 23 additions and 12 deletions

View File

@@ -1,10 +1,22 @@
-------------------------------------------------------------------
Wed Nov 29 12:21:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 8.19.0:
* Python 3.12 support
* raise minimum python version to 3.7 because of setuptools
compatibility
* try to fix pytest command
* do not limit max. parallel CI jobs
* use pytest
* remove verbose output
-------------------------------------------------------------------
Sun May 7 18:50:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 8.17.0:
* Text encoding and error action to unpack operations
* Fix memory leak
* Fix Text encoding and Errors to compile
* Fix Text encoding and Errors to compile
-------------------------------------------------------------------
Fri Sep 9 19:22:57 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -38,7 +50,7 @@ Tue Jul 21 05:57:35 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 8.11.0:
* Add support for copy and deepcopy inC extension.
* Only build C extension for CPython 3.
* Only build C extension for CPython 3.
-------------------------------------------------------------------
Fri Apr 3 15:07:22 UTC 2020 - Martin Hauke <mardnh@gmx.de>