SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-bitstring-3.1.9-lp155.2.5.noarch.rpm :

* Sat Jan 15 2022 Dirk Müller - 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 2020 Dirk Mueller - update to 3.1.7:
* Fixing del not working correctly when stop value negative (Issue 201)
* Removed deprecated direct import of ABC from collections module (Issue 196)
* Tested and added explicit support for Python 3.7 and 3.8. (Issue 193)
* Fixing a few stale links to documentation. (Issue 194)
* Allowing initialisation with an io.BytesIO object. (Issue 189)
* Fri Sep 13 2019 Tomáš Chvátal - 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 05 2018 Jan Engelhardt - Use noun phrase in summary.
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Wed Dec 27 2017 jengelhAATTinai.de- Trim filler words from description.
* Wed Oct 18 2017 toddrme2178AATTgmail.com- Implement single-spec version
* Sun Jul 31 2016 mardnhAATTgmx.de- Update to version 3.1.5
* Support initialisation from an array.
* Added a separate LICENSE file.- Update to version 3.1.4
* Fix for bitstring types when created directly from other bitstring types.
* Updating contact, website details.- Update to version 3.1.3
* Fix for problem with prepend for bitstrings with byte offsets in their data store.
* Sat Apr 20 2013 p.drouandAATTgmail.com- Update to version 3.1.2 + this release has a fix for a problem where unpacked bytes could be eight times too long.
* Tue Feb 26 2013 p.drouandAATTgmail.com- Update to version 3.1.0:
* New \'pad\' token This token can be used in reads and when packing/unpacking to indicate that you don\'t care about the contents of these bits. Any padding bits will just be skipped over when reading/unpacking or zero-filled when packing. >>> a, b = s.readlist(\'pad:5, uint:3, pad:1, uint:3\') Here only two items are returned in the list - the padding bits are ignored.
* New clear and copy convenience methods These methods have been introduced in Python 3.3 for lists and bytearrays, as more obvious ways of clearing and copying, and we mirror that change here. t = s.copy() is equivalent to t = s[:], and s.clear() is equivalent to del s[:].
* Some bug fixes.
 
ICM