Hello community,

here is the log from the commit of package python-geoip2 for openSUSE:Factory 
checked in at 2019-03-12 09:46:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-geoip2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-geoip2.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-geoip2"

Tue Mar 12 09:46:19 2019 rev:7 rq:683718 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-geoip2/python-geoip2.changes      
2018-12-27 00:26:26.891807544 +0100
+++ /work/SRC/openSUSE:Factory/.python-geoip2.new.28833/python-geoip2.changes   
2019-03-12 09:46:20.343622689 +0100
@@ -1,0 +2,8 @@
+Mon Mar 11 07:07:04 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Fix minimum build dependency of maxminddb
+- Fix fdupes
+- Use more useful GitHub repo as URL
+- Add HISTORY.rst to %doc
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-geoip2.spec ++++++
--- /var/tmp/diff_new_pack.tKxy8g/_old  2019-03-12 09:46:20.911622575 +0100
+++ /var/tmp/diff_new_pack.tKxy8g/_new  2019-03-12 09:46:20.911622575 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-geoip2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,13 +24,13 @@
 Summary:        MaxMind GeoIP2 Python API
 License:        Apache-2.0
 Group:          Development/Languages/Python
-URL:            http://www.maxmind.com/
+URL:            https://github.com/maxmind/GeoIP2-python
 Source:         
https://files.pythonhosted.org/packages/source/g/geoip2/geoip2-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION test requirements
-BuildRequires:  %{python_module maxminddb >= 1.2.1}
+BuildRequires:  %{python_module maxminddb >= 1.4.0}
 BuildRequires:  %{python_module requests >= 2.9}
 BuildRequires:  %{python_module requests-mock >= 0.5}
 # /SECTION
@@ -54,14 +54,14 @@
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test
 
 %files %{python_files}
 %license LICENSE
-%doc README.rst
+%doc README.rst HISTORY.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to