14
0

Accepting request 949926 from home:stroeder:python

update to 2.0.2

OBS-URL: https://build.opensuse.org/request/show/949926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-iso3166?expand=0&rev=3
This commit is contained in:
2022-01-31 20:29:35 +00:00
committed by Git OBS Bridge
parent 0d2b500afb
commit a984de3e37
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 24 16:29:11 UTC 2022 - Michael Ströder <michael@stroeder.com>
- update to 2.0.2
* Add the ``py.typed`` marker file in accordance with PEP 561
* Add ``python_requires`` to ``setup.py``
* Add type hints throughout codebase
* Drop support for Python versions prior to 3.6
-------------------------------------------------------------------
Thu Aug 27 02:12:28 UTC 2020 - John Vandenberg <jayvdb@gmail.com>