14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso8601?expand=0&rev=34
This commit is contained in:
2021-12-06 18:13:10 +00:00
committed by Git OBS Bridge
parent 9d2ea9e30c
commit c7fffa3bc2
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 6 18:07:53 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 1 09:32:36 UTC 2021 - Dirk Müller <dmueller@suse.com>