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 2021-06-11 22:30:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-maxminddb (Old)
and /work/SRC/openSUSE:Factory/.python-maxminddb.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-maxminddb"
Fri Jun 11 22:30:08 2021 rev:11 rq:897729 version:2.0.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-maxminddb/python-maxminddb.changes
2020-11-12 22:37:20.790013692 +0100
+++
/work/SRC/openSUSE:Factory/.python-maxminddb.new.32437/python-maxminddb.changes
2021-06-11 22:30:16.002087857 +0200
@@ -1,0 +2,6 @@
+Sat Jun 5 14:03:36 UTC 2021 - Sebastian Wagner <[email protected]>
+
+- disable python 2, fixes Leap builds. Python 2 is no longer supported.
+ fixes boo#1186841
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-maxminddb.spec ++++++
--- /var/tmp/diff_new_pack.aVDqLR/_old 2021-06-11 22:30:16.490088702 +0200
+++ /var/tmp/diff_new_pack.aVDqLR/_new 2021-06-11 22:30:16.494088710 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-maxminddb
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,7 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define skip_python2 1
Name: python-maxminddb
Version: 2.0.3
Release: 0
@@ -30,9 +29,6 @@
BuildRequires: fdupes
BuildRequires: libmaxminddb-devel
BuildRequires: python-rpm-macros
-%if %{with python2}
-BuildRequires: python-ipaddress
-%endif
# SECTION test requirements
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}