15
0

- update to 3.1.9:

* Fixed a couple of outdated results in the readme (Issue 214).
  * Some more documentation tidying.
  * Turned off some debug code by default.
  * Fixed a couple of failing tests in different Python versions.
  * Fix for consistent pos initialisation semantics for different types.
  * Change to allow wheels to be uploaded to PyPI.
  * More work for LSB0 mode, but still not finished or documented (sorry).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=19
This commit is contained in:
2022-01-15 15:23:29 +00:00
committed by Git OBS Bridge
parent ded18d4519
commit cd05edb6de
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 15 15:22:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 3.1.9:
* Fixed a couple of outdated results in the readme (Issue 214).
* Some more documentation tidying.
* Turned off some debug code by default.
* Fixed a couple of failing tests in different Python versions.
* Fix for consistent pos initialisation semantics for different types.
* Change to allow wheels to be uploaded to PyPI.
* More work for LSB0 mode, but still not finished or documented (sorry).
-------------------------------------------------------------------
Thu Sep 17 11:29:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>