2020-12-20 09:48:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2020-04-23 04:40:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 23 04:38:25 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
|
|
- Only BuildRequire python-mock with Python 2.
|
|
|
|
|
|
2019-09-26 07:55:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-06-12 10:34:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-03-11 09:46:15 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2019-03-06 12:06:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 6 11:59:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Update to 5.1.0:
|
|
|
|
|
* many changes see CHANGELOG.rst
|
|
|
|
|
|
2018-12-04 13:13:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 4 12:45:33 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
|
2018-08-19 19:29:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Aug 19 19:27:49 UTC 2018 - mimi.vx@gmail.com
|
|
|
|
|
|
|
|
|
|
- inital commit
|