From 19270e7b9be9b4a0e585d5181e89caa4ffc57b3f5000f46ec65a42d6f4b7274d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 4 Aug 2020 18:17:28 +0000 Subject: [PATCH] Accepting request 823983 from devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- maxminddb-1.5.4.tar.gz | 3 --- maxminddb-2.0.2.tar.gz | 3 +++ python-maxminddb.changes | 17 +++++++++++++++++ python-maxminddb.spec | 7 ++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 maxminddb-1.5.4.tar.gz create mode 100644 maxminddb-2.0.2.tar.gz diff --git a/maxminddb-1.5.4.tar.gz b/maxminddb-1.5.4.tar.gz deleted file mode 100644 index 1086327..0000000 --- a/maxminddb-1.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4d28823d9ca23323d113dc7af8db2087aa4f657fafc64ff8f7a8afda871425b -size 282627 diff --git a/maxminddb-2.0.2.tar.gz b/maxminddb-2.0.2.tar.gz new file mode 100644 index 0000000..19fc0a8 --- /dev/null +++ b/maxminddb-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95d8ed21799e6604683669c7ed3c6a184fcd92434d5762dccdb139b4f29e597 +size 285717 diff --git a/python-maxminddb.changes b/python-maxminddb.changes index 3972e10..dd989b2 100644 --- a/python-maxminddb.changes +++ b/python-maxminddb.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jul 28 18:51:50 UTC 2020 - Sebastian Wagner + +- 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 + +- 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 diff --git a/python-maxminddb.spec b/python-maxminddb.spec index 3457303..bf2e8ba 100644 --- a/python-maxminddb.spec +++ b/python-maxminddb.spec @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-maxminddb -Version: 1.5.4 +Version: 2.0.2 Release: 0 Summary: Reader for the MaxMind DB format License: Apache-2.0 URL: http://www.maxmind.com/ Source: https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz -BuildRequires: %{python_module devel} +BuildRequires: %{python_module devel >= 3.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: libmaxminddb-devel @@ -37,9 +37,6 @@ BuildRequires: python-ipaddress BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} # /SECTION -%ifpython2 -Requires: python-ipaddress -%endif %python_subpackages %description