15
0

Accepting request 911995 from home:glaubitz:branches:devel:languages:python

- Update to 3.5.0:
  * Version 3.5.0 makes the module ready for Python 3.9.  The methods
    "array.fromstring" and "array.tostring" will not exist in Python 3.9.
    One additional change that I have made is that I have gone back to my
    older implementation for __add__ on account of a bug in the new
    implementation that I had incorporated in Version 3.4.9.

OBS-URL: https://build.opensuse.org/request/show/911995
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-BitVector?expand=0&rev=5
This commit is contained in:
2021-08-13 14:01:21 +00:00
committed by Git OBS Bridge
parent 477aca89b9
commit bfcfc61560
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 13 13:55:15 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.5.0:
* Version 3.5.0 makes the module ready for Python 3.9. The methods
"array.fromstring" and "array.tostring" will not exist in Python 3.9.
One additional change that I have made is that I have gone back to my
older implementation for __add__ on account of a bug in the new
implementation that I had incorporated in Version 3.4.9.
-------------------------------------------------------------------
Mon Apr 1 12:55:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>