Hello community,
here is the log from the commit of package python-maxminddb for
openSUSE:Factory checked in at 2020-08-04 20:17:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-maxminddb (Old)
and /work/SRC/openSUSE:Factory/.python-maxminddb.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-maxminddb"
Tue Aug 4 20:17:28 2020 rev:8 rq:823983 version:2.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-maxminddb/python-maxminddb.changes
2020-05-28 09:06:07.851485215 +0200
+++
/work/SRC/openSUSE:Factory/.python-maxminddb.new.3592/python-maxminddb.changes
2020-08-04 20:17:46.128912653 +0200
@@ -1,0 +2,17 @@
+Tue Jul 28 18:51:50 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- 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 <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
maxminddb-1.5.4.tar.gz
New:
----
maxminddb-2.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-maxminddb.spec ++++++
--- /var/tmp/diff_new_pack.AlJrJS/_old 2020-08-04 20:17:47.968913485 +0200
+++ /var/tmp/diff_new_pack.AlJrJS/_new 2020-08-04 20:17:47.968913485 +0200
@@ -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_module mock}
BuildRequires: %{python_module nose}
# /SECTION
-%ifpython2
-Requires: python-ipaddress
-%endif
%python_subpackages
%description
++++++ maxminddb-1.5.4.tar.gz -> maxminddb-2.0.2.tar.gz ++++++
++++ 23609 lines of diff (skipped)