Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-maxminddb for 
openSUSE:Factory checked in at 2026-02-02 14:55:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-maxminddb (Old)
 and      /work/SRC/openSUSE:Factory/.python-maxminddb.new.1995 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-maxminddb"

Mon Feb  2 14:55:22 2026 rev:18 rq:1330347 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-maxminddb/python-maxminddb.changes        
2025-06-24 20:45:37.687546674 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-maxminddb.new.1995/python-maxminddb.changes  
    2026-02-02 14:56:02.336660272 +0100
@@ -1,0 +2,8 @@
+Thu Jan 29 18:11:49 UTC 2026 - Georg Pfuetzenreuter 
<[email protected]>
+
+- Update to version 3.0.0:
+  * jump multiple versions, reference upstream changelog
+- Clean up spec file, add workaround to keep compatibility with Leap 15.6
+  (new version would otherwise require newer setuptools)
+
+-------------------------------------------------------------------

Old:
----
  maxminddb-2.6.3.tar.gz

New:
----
  maxminddb-3.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-maxminddb.spec ++++++
--- /var/tmp/diff_new_pack.YqkG6v/_old  2026-02-02 14:56:02.940685803 +0100
+++ /var/tmp/diff_new_pack.YqkG6v/_new  2026-02-02 14:56:02.944685972 +0100
@@ -16,18 +16,17 @@
 #
 
 
-%define skip_python2 1
 %{?sle15_python_module_pythons}
 Name:           python-maxminddb
-Version:        2.6.3
+Version:        3.0.0
 Release:        0
 Summary:        Reader for the MaxMind DB format
 License:        Apache-2.0
-URL:            http://www.maxmind.com/
+URL:            https://www.maxmind.com/
 Source:         
https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz
-BuildRequires:  %{python_module devel >= 3.6}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module devel >= 3.10}
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  libmaxminddb-devel
@@ -45,8 +44,12 @@
 subnets (IPv4 or IPv6).
 
 %prep
-%setup -q -n maxminddb-%{version}
-sed -i '/nose/d' setup.py
+%autosetup -n maxminddb-%{version}
+
+# hack to restore compatibility with older setuptools
+%if 0%{?suse_version} <= 1500
+sed -i 's/^from setuptools.command.bdist_wheel/from wheel.bdist_wheel/' 
setup.py
+%endif
 
 %build
 export CFLAGS="%{optflags}"

++++++ maxminddb-2.6.3.tar.gz -> maxminddb-3.0.0.tar.gz ++++++
++++ 4445 lines of diff (skipped)

Reply via email to