Changelog for
python311-biplist-1.0.3-5.4.noarch.rpm :
* Wed Mar 13 2024 Matej Cepl
- Clean up the SPEC file
* Tue Mar 12 2024 Max Lin - Add %{?sle15_python_module_pythons}
* Mon May 31 2021 Matej Cepl - Add plistlib-Data.patch to avoid deprecated plistslib.Data (bt#wooster/biplist#12).
* Thu Apr 02 2020 Paolo Stivanin - Remove nose dep as upstream is using unittest- Add skip-test.patch to disable a failing test
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Tue May 22 2018 tchvatalAATTsuse.com- Disable one test that expect int to be equal to long on 32bit
* Tue May 22 2018 tchvatalAATTsuse.com- Update to version 1.0.3:
* Added additional checks to guard against invalid plists. This includes writing and reading plists with recursive collections.
* Handle OverflowErrors when reading dates outside the range of datetime.datetime
* Thu Aug 31 2017 toddrme2178AATTgmail.com- Update to version 1.0.2
* Sort sets and dictionaries by key when writing.- Update to version 1.0.1
* Adding back in Python 2.6 support. This will be removed again in a future version.- Update to 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 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.- Update to version 0.9.1
* Fixes GitHub issue ERROR: testLargeDates (test_valid.TestValidPlistFile)
* Fixes Empty Data object converted as empty string
* Creates 1-byte strings when possible
* Thu Aug 24 2017 jmatejekAATTsuse.com- singlespec auto-conversion
* Sun Apr 26 2015 benoit.moninAATTgmx.fr- 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- additional changes from version v0.8:
* Fixes #3 testFileRead fails using python 3.x along with several other Python 3 compatibility issues.- update project URL- add fdupes as BuildRequires and call it after install- set a minimum version to python 2.7- remove python-six from BuildRequires: now unneeded- quiet the test run to avoid spamming the build log