19
0

Accepting request 823983 from devel:languages:python

- update to version 2.0.2:
  - Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
- update to version 2.0.1:
 - Fix minimum required python version in ``setup.py``. Pull request by
   Boros Gábor. GitHub #69 & #70.
- update to version 2.0.0:
 - IMPORTANT: Python 3.6 or greater is required. If you are using an older
   version, please use a 1.x.x release.
 - Type hints have been added.

OBS-URL: https://build.opensuse.org/request/show/823983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maxminddb?expand=0&rev=8
This commit is contained in:
2020-08-04 18:17:28 +00:00
committed by Git OBS Bridge
parent 5ba0ee9171
commit 39e5f77469
4 changed files with 22 additions and 8 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 28 18:51:50 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.0.2:
- Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
-------------------------------------------------------------------
Thu Jul 23 18:32:07 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.0.1:
- Fix minimum required python version in ``setup.py``. Pull request by
Boros Gábor. GitHub #69 & #70.
- update to version 2.0.0:
- IMPORTANT: Python 3.6 or greater is required. If you are using an older
version, please use a 1.x.x release.
- Type hints have been added.
-------------------------------------------------------------------
Thu May 7 18:17:12 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>