- 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/request/show/868435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aniso8601?expand=0&rev=9
* 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
- 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
OBS-URL: https://build.opensuse.org/request/show/857119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aniso8601?expand=0&rev=8
* 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aniso8601?expand=0&rev=16