forked from pool/python-bitstring
Remove Requires: python(abi) = %{py3_ver} as asked
OBS-URL: https://build.opensuse.org/request/show/148415
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=3
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Jan 11 14:31:13 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Initial python3 support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 14:30:45 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Fix wronf EOF and remove shebang on bitstring.py
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 11 14:14:55 UTC 2013 - p.drouand@gmail.com
|
|
|
|
- Update to 3.0.2 version:
|
|
* Fix for subclasses of bitstring classes behaving strangely ( Issue 121 ).
|
|
* Fix for excessive memory usage in rare cases ( Issue 120 ).
|
|
* Fixes for slicing edge cases.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 13:50:34 UTC 2011 - saschpe@suse.de
|
|
|
|
- Update to version 2.2.0:
|
|
* Fix for Python 3.2, correcting for a change to the binascii module.
|
|
* Fix for bool initialisation from 0 or 1.
|
|
* Efficiency improvements, including interning strategy.
|
|
- Changes from version 2.1.1:
|
|
* Bug fix: Reading using the 'bytes' token had been broken (Issue 102).
|
|
* Fixed problem using some methods on ConstBitArrays.
|
|
* Better exception handling for tokens missing values.
|
|
* Some performance improvements.
|
|
- See release_notes.txt for further changes...
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 19 19:27:25 UTC 2010 - toms@suse.de
|
|
|
|
- First initial version 1.3.0
|
|
|