2024-03-13 13:42:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 13 13:42:06 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
- Clean up the SPEC file
|
|
|
|
|
2024-03-13 13:39:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 12 11:35:34 UTC 2024 - Max Lin <mlin@suse.com>
|
|
|
|
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
|
2021-05-31 12:59:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 31 12:48:50 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Add plistlib-Data.patch to avoid deprecated plistslib.Data
|
|
|
|
(bt#wooster/biplist#12).
|
|
|
|
|
2020-04-02 13:58:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 2 11:42:53 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
|
|
|
|
- Remove nose dep as upstream is using unittest
|
|
|
|
- Add skip-test.patch to disable a failing test
|
|
|
|
|
2018-12-04 13:16:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:46:09 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-05-22 12:24:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 22 12:18:24 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Disable one test that expect int to be equal to long on 32bit
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 22 12:13:16 UTC 2018 - tchvatal@suse.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
|
|
|
|
|
2017-08-31 06:16:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 31 06:07:29 UTC 2017 - toddrme2178@gmail.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 13:33:20 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- singlespec auto-conversion
|
|
|
|
|
2015-04-27 07:24:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 26 13:02:09 UTC 2015 - benoit.monin@gmx.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
|
|
|
|
|
2013-10-24 10:59:14 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 24 10:59:13 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Require python-setuptools instead of distribute (upstreams merged)
|
|
|
|
|
2013-01-14 08:35:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 11 20:24:40 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Initial python3 support
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 11 20:21:20 UTC 2013 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.5 version:
|
|
|
|
* Fix a bug when writing non-binary (XML) plist with Data values
|
|
|
|
* Cleaned up a few stray comments and assertions.
|
|
|
|
- Add BuildRequires: python-six needed for tests
|
|
|
|
|
2012-03-21 22:25:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 21 22:20:07 UTC 2012 - saschpe@gmx.de
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|
2017-08-31 06:16:27 +00:00
|
|
|
|