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