Hello community, here is the log from the commit of package python-maxminddb for openSUSE:Factory checked in at 2018-08-31 10:46:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-maxminddb (Old) and /work/SRC/openSUSE:Factory/.python-maxminddb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-maxminddb" Fri Aug 31 10:46:35 2018 rev:3 rq:632157 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-maxminddb/python-maxminddb.changes 2018-06-29 22:23:17.482623894 +0200 +++ /work/SRC/openSUSE:Factory/.python-maxminddb.new/python-maxminddb.changes 2018-08-31 10:46:39.123362684 +0200 @@ -1,0 +2,6 @@ +Wed Aug 29 12:31:26 UTC 2018 - tchvatal@suse.com + +- Update to 1.4.1: + * Fixes for python 3.7 + +------------------------------------------------------------------- Old: ---- maxminddb-1.4.0.tar.gz New: ---- maxminddb-1.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-maxminddb.spec ++++++ --- /var/tmp/diff_new_pack.Yqh2m9/_old 2018-08-31 10:46:39.551363208 +0200 +++ /var/tmp/diff_new_pack.Yqh2m9/_new 2018-08-31 10:46:39.551363208 +0200 @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-maxminddb -Version: 1.4.0 +Version: 1.4.1 Release: 0 Summary: Reader for the MaxMind DB format License: Apache-2.0 Group: Development/Languages/Python -Url: http://www.maxmind.com/ +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 setuptools} @@ -37,10 +37,7 @@ # /SECTION %ifpython2 Requires: python2-ipaddress -Recommends: libmaxminddb0 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description @@ -59,8 +56,8 @@ %install %python_install -%python_expand rm %buildroot%{$python_sitearch}/maxminddb/extension/maxminddb.c -%python_expand %fdupes %buildroot%{$python_sitearch} +%python_expand rm %{buildroot}%{$python_sitearch}/maxminddb/extension/maxminddb.c +%python_expand %fdupes %{buildroot}%{$python_sitearch} %check %python_exec setup.py test ++++++ maxminddb-1.4.0.tar.gz -> maxminddb-1.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/HISTORY.rst new/maxminddb-1.4.1/HISTORY.rst --- old/maxminddb-1.4.0/HISTORY.rst 2018-05-25 21:55:06.000000000 +0200 +++ new/maxminddb-1.4.1/HISTORY.rst 2018-06-22 18:16:08.000000000 +0200 @@ -3,6 +3,11 @@ History ------- +1.4.1 (2018-06-22) +++++++++++++++++++ + +* Fix test failure on Python 3.7. Reported by Carl George. GitHub #35. + 1.4.0 (2018-05-25) ++++++++++++++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/PKG-INFO new/maxminddb-1.4.1/PKG-INFO --- old/maxminddb-1.4.0/PKG-INFO 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/PKG-INFO 2018-06-22 18:17:02.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: maxminddb -Version: 1.4.0 +Version: 1.4.1 Summary: Reader for the MaxMind DB format Home-page: http://www.maxmind.com/ Author: Gregory Oschwald diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/.buildinfo new/maxminddb-1.4.1/docs/html/.buildinfo --- old/maxminddb-1.4.0/docs/html/.buildinfo 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/.buildinfo 2018-06-22 18:17:02.000000000 +0200 @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 6473c27d0e2d9cb3b0bf62d888e2d17b +config: 092ba358d2fcdc12bbb49db4521fcbe2 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/_static/documentation_options.js new/maxminddb-1.4.1/docs/html/_static/documentation_options.js --- old/maxminddb-1.4.0/docs/html/_static/documentation_options.js 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/_static/documentation_options.js 2018-06-22 18:17:02.000000000 +0200 @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: '', - VERSION: '1.4.0', + VERSION: '1.4.1', LANGUAGE: 'None', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/genindex.html new/maxminddb-1.4.1/docs/html/genindex.html --- old/maxminddb-1.4.0/docs/html/genindex.html 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/genindex.html 2018-06-22 18:17:02.000000000 +0200 @@ -7,7 +7,7 @@ - Index — maxminddb 1.4.0 documentation + Index — maxminddb 1.4.1 documentation @@ -26,7 +26,7 @@
  • modules |
  • - +