15
0

Accepting request 148415 from home:posophe:branches:devel:languages:python

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
This commit is contained in:
Sascha Peilicke
2013-01-15 14:12:02 +00:00
committed by Git OBS Bridge
parent f81856a93c
commit a17d5b6263
6 changed files with 95 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
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