File python3-biplist.changes of Package python3-biplist
-------------------------------------------------------------------
Sun May 8 06:58:40 UTC 2016 - arun@gmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Mon Feb 1 04:12:01 UTC 2016 - arun@gmx.de
- specfile:
* update copyright year
* enabled test for all distros
* switch to setuptools
- update to version 1.0.1:
* Adding back in Python 2.6 support. This will be removed again in a
future version.
- changes from version 1.0.0:
* This release changes the type of Uid from a subclass of int to a
subclass of object.
* This change was made to address GitHub issue #9 Ints are being
turned into Uids and vice versa when both are present in a plist.
+ This release also bumps the minimum supported Python versions to
2.7 and 3.4.
- changes from version 0.9.1:
* Fixes GitHub issue #8 ERROR: testLargeDates
(test_valid.TestValidPlistFile)
* Fixes #6 Empty Data object converted as empty string
* Creates 1-byte strings when possible, per PR #4
-------------------------------------------------------------------
Sat Jan 10 19:19:44 UTC 2015 - arun@gmx.de
- specfile: update copyright year
- update to version 0.9:
* Fixes #5 ValueError: timestamp out of range for platform time_t
* Merged pull request #3 removing the six module while keeping
Python3 compatibility
- changes from version 0.8:
* Fixes #3 testFileRead fails using python 3.x along with several
other Python 3 compatibility issues.
- no changelog available for 0.7, 0.6.
-------------------------------------------------------------------
Mon Jan 14 09:28:21 UTC 2013 - saschpe@suse.de
- Drop requires on "python(abi)", RPM does that automatically
-------------------------------------------------------------------
Fri Jan 11 20:26:18 UTC 2013 - p.drouand@gmail.com
- Initial python3 support