17
0

- Update to 3.1.6:

* Fixed immutability bug. Bug 176. 
  * Fixed failure of `__contains__` in some circumstances. Bug 180.
  * Better handling of open files. Bug 186.
  * Better Python 2/3 check.
  * Making unit tests easier to run.
  * Allowing length of 1 to be specified for bools. (Thanks to LemonPi)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2019-09-13 11:19:08 +00:00
committed by Git OBS Bridge
parent 2a1245ebc7
commit 47d629cbaa
4 changed files with 23 additions and 19 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 13 11:15:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.6:
* Fixed immutability bug. Bug 176.
* Fixed failure of `__contains__` in some circumstances. Bug 180.
* Better handling of open files. Bug 186.
* Better Python 2/3 check.
* Making unit tests easier to run.
* Allowing length of 1 to be specified for bools. (Thanks to LemonPi)
-------------------------------------------------------------------
Wed Dec 5 01:59:04 UTC 2018 - Jan Engelhardt <jengelh@inai.de>