14
0
Files
python-aniso8601/python-aniso8601.changes

60 lines
2.9 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sun Dec 20 09:47:26 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 8.1.0:
* Empty string arguments to get_date_resolution and parse_date now raise ISOFormatError, fixes 26
* None and non-string arguments to get_date_resolution and parse_date now raise ValueError
* Empty string arguments to parse_duration now raise ISOFormatError
* None and non-string arguments to parse_duration now raise ValueError
* Empty string arguments to parse_interval and parse_repeating_interval now raise ISOFormatError
* None and non-string arguments to parse_interval and parse_repeating_internval now raise ValueError
* Empty string arguments to get_time_resolution and parse_time now raise ISOFormatError
* None and non-string arguments to parse_time now raise ValueError
* None and non-string arguments to parse_timezone now raise ValueError
* Empty string arguments to parse_datetime now raise ISOFormatError
* None and non-string arguments to parse_datetime now raise ValueError
* Missing delimiter in datetime strings when calling parse_datetime now raises ISOFormatError
* Missing delimiter in regular and repeating interval strings when calling parse_interval and parse_repeating_interval now raises ISOFormatError
* get_time_resolution now correctly throws ISOFormatError when a time component has too many characters in a time using ":" as a separator
-------------------------------------------------------------------
Thu Apr 23 04:38:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Only BuildRequire python-mock with Python 2.
-------------------------------------------------------------------
Thu Sep 26 07:52:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 8.0.0:
* Handle ',' character as a fractional separator, as required by 4.2.2.4, see PR 12
* Fix semver usage for prelease version, as required by clause 9
-------------------------------------------------------------------
Wed Jun 12 10:33:54 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 7.0.0
* Handle all fractional components as an integer number of microseconds,
eliminating rounding issues
-------------------------------------------------------------------
Mon Mar 11 09:45:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 6.0.0:
* Remove previously deprecated built in version of relativetimebuilder
-------------------------------------------------------------------
Wed Mar 6 11:59:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 5.1.0:
* many changes see CHANGELOG.rst
-------------------------------------------------------------------
Tue Dec 4 12:45:33 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Aug 19 19:27:49 UTC 2018 - mimi.vx@gmail.com
- inital commit