* Add missing `__all__` in `__init__.py`
* Add missing py.typed file (as per PEP 561), keeps mypy happy :D
* Drop python < 3.6 support
* Add type annotations to code
* Remove external type annotations in pyi
* Switch to poetry for packaging
* Simplify internals and remove old compatability code
* Switch to nox for testing
* Lots of small project development changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=34
* Add GitHub build actions for project
* Add project URLs in setup.py (thanks to Steve Piercy)
* Update README links (thanks to Steve Piercy)
* Fix handling of README in setup.py (encoding fun in 3.5, 3.6 and pypy3)
* Fix README links (thanks to Chris Barker)
* Add Python 3.9 to test matrix (thanks to Luciano Mammino)
* Add type hints (thanks to Brett Cannon)
* Derive `ParseError` from `ValueError` (thanks to Lex Robinson)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=31
- update to 0.1.8:
* Remove +/- chars from README.rst and ensure tox tests run using LC_ALL=C.
* Fix parsing of microseconds
* Correct negative timezone offsets
* Wow, it's alive! First update since 2007
* Moved over to https://bitbucket.org/micktwomey/pyiso8601
* Add support for python 3
* Switched to py.test and tox for testing
* Make seconds optional in date format
* Correctly raise ParseError for more invalid inputs
* Support more variations of ISO 8601 dates, times and time zone specs.
* Fix microsecond rounding issues
* Fix pickling and deepcopy of returned datetime objects
* Fix timezone offsets without a separator
* "Z" produces default timezone if one is specified
* Handle compact date format
OBS-URL: https://build.opensuse.org/request/show/204806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=7