Changelog for
python311-iso8601-2.1.0-1.2.noarch.rpm :
* Sun Mar 24 2024 Dirk Müller
- update to 2.1.0:
* Use ruff for linting- update to 2.0.0:
* Add Python 3.12 support
* Fix test_fixedoffset_eq by adding an actual assertion
* Drop Python 3.6 support (3.6 is end of life)
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Jan 04 2023 Dirk Müller - update to 1.1.0:
* raise ParseError if we get an exception on is_iso8601()
* Add is_iso8601() function
* Update license years
* Sun Dec 12 2021 Ben Greiner - Explicitly require test depenendency pytz (it\'s only optional in hypothesis[pytz])
* Mon Dec 06 2021 Dirk Müller - update to 1.0.2:
* 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
* Sun Aug 01 2021 Dirk Müller - update to 0.1.16:
* Include `docs/` into sdist tarball
* Include .pyi files in built wheels and source tarballs
* Thu Feb 18 2021 Dirk Müller - update to 0.1.14:
* 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)
* Mon Sep 28 2020 Dirk Mueller - update to 0.1.13:
* Move to GitHub (https://github.com/micktwomey/pyiso8601).
* Remove python 2.6, 3.2, 3.3 and 3.4 from tests
* Add python 3.7 and 3.8 to tests
* Fri Dec 20 2019 Dirk Mueller - update to 0.1.12:
* Fix class reference for iso8601.Utc in module docstring