15
0

- Update to 8.11.0:

* Add support for copy and deepcopy inC extension.
  * Only build C extension for CPython 3.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstruct?expand=0&rev=3
This commit is contained in:
2020-07-21 05:58:31 +00:00
committed by Git OBS Bridge
parent 1d772a09cc
commit 0aac47f141
4 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri Apr 3 15:07:22 UTC 2020 - Martin Hauke <mardnh@gmx.de>