14
0
Files
python-aniso8601/python-aniso8601.changes
Dirk Mueller 4d251b63a9 - update to 8.1.1:
* Deprecate running tests with python setup.py tests as the test suite
    support in Setuptools is deprecated
  *  Add version to __init__.py
  * Cleaner reading of README.rst into the long_description field of setup.py
  * Define long_description_content_type as text/x-rst
  * Simplify Sphinx configuration
  * Add compat.is_string method, returns True for str, unicode types, False
    otherwise, used to fix 28

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=18
2021-02-01 17:45:30 +00:00

73 lines
3.4 KiB
Plaintext

-------------------------------------------------------------------
Mon Feb 1 17:43:29 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 8.1.1:
* Deprecate running tests with python setup.py tests as the test suite
support in Setuptools is deprecated
* Add version to __init__.py
* Cleaner reading of README.rst into the long_description field of setup.py
* Define long_description_content_type as text/x-rst
* Simplify Sphinx configuration
* Add compat.is_string method, returns True for str, unicode types, False
otherwise, used to fix 28
-------------------------------------------------------------------
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