commit python-maxminddb for openSUSE:Factory

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 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Index — maxminddb 1.4.0 documentation</title> + <title>Index — maxminddb 1.4.1 documentation</title> <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" src="_static/documentation_options.js"></script> @@ -26,7 +26,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> @@ -206,7 +206,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/index.html new/maxminddb-1.4.1/docs/html/index.html --- old/maxminddb-1.4.0/docs/html/index.html 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/index.html 2018-06-22 18:17:02.000000000 +0200 @@ -6,7 +6,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>MaxMind DB Python Module — maxminddb 1.4.0 documentation</title> + <title>MaxMind DB Python Module — maxminddb 1.4.1 documentation</title> <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" src="_static/documentation_options.js"></script> @@ -25,7 +25,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="#">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="#">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> @@ -454,7 +454,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="#">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="#">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/objects.inv new/maxminddb-1.4.1/docs/html/objects.inv --- old/maxminddb-1.4.0/docs/html/objects.inv 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/objects.inv 2018-06-22 18:17:02.000000000 +0200 @@ -1,6 +1,6 @@ # Sphinx inventory version 2 # Project: maxminddb -# Version: 1.4.0 +# Version: 1.4.1 # The remainder of this file is compressed using zlib. xÚËn0E÷ù KíÔl³¬ÒEHQûÖ`OÀÈ"è×Ç!©U(tã{î3:£¬%kúq²ÕÈ^ØÁ.¯Éè§ËY¶2£6Gè#rh å,[ßB÷jôÞùð§ ÉwöZÉ-ð-F£vGi]Ë3:µVÙÙäZH³EVháqÊïùÁyÄ |:ÏèC¬vð"¯Êp§²ÿáÙ*-96NÔ³=Æ+áÔ78ßð*=¹ªY| lÕB a¶uyÙò Ÿpp¥Ù órYÁÇyû¹N©=\hºÜ ÕNN+€9¹i÷ߨ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/py-modindex.html new/maxminddb-1.4.1/docs/html/py-modindex.html --- old/maxminddb-1.4.0/docs/html/py-modindex.html 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/py-modindex.html 2018-06-22 18:17:02.000000000 +0200 @@ -6,7 +6,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Python Module Index — maxminddb 1.4.0 documentation</title> + <title>Python Module Index — maxminddb 1.4.1 documentation</title> <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" src="_static/documentation_options.js"></script> @@ -28,7 +28,7 @@ <li class="right" > <a href="#" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> @@ -97,7 +97,7 @@ <li class="right" > <a href="#" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/docs/html/search.html new/maxminddb-1.4.1/docs/html/search.html --- old/maxminddb-1.4.0/docs/html/search.html 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/docs/html/search.html 2018-06-22 18:17:02.000000000 +0200 @@ -6,7 +6,7 @@ <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <title>Search — maxminddb 1.4.0 documentation</title> + <title>Search — maxminddb 1.4.1 documentation</title> <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript" src="_static/documentation_options.js"></script> @@ -33,7 +33,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> @@ -84,7 +84,7 @@ <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> - <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.0 documentation</a> »</li> + <li class="nav-item nav-item-0"><a href="index.html">maxminddb 1.4.1 documentation</a> »</li> </ul> </div> <div class="footer" role="contentinfo"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/maxminddb/__init__.py new/maxminddb-1.4.1/maxminddb/__init__.py --- old/maxminddb-1.4.0/maxminddb/__init__.py 2018-05-25 22:02:04.000000000 +0200 +++ new/maxminddb-1.4.1/maxminddb/__init__.py 2018-06-22 18:16:42.000000000 +0200 @@ -48,7 +48,7 @@ __title__ = 'maxminddb' -__version__ = '1.4.0' +__version__ = '1.4.1' __author__ = 'Gregory Oschwald' __license__ = 'Apache License, Version 2.0' __copyright__ = 'Copyright 2013-2018 Maxmind, Inc.' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/maxminddb-1.4.0/maxminddb.egg-info/PKG-INFO new/maxminddb-1.4.1/maxminddb.egg-info/PKG-INFO --- old/maxminddb-1.4.0/maxminddb.egg-info/PKG-INFO 2018-05-25 22:02:20.000000000 +0200 +++ new/maxminddb-1.4.1/maxminddb.egg-info/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/tests/reader_test.py new/maxminddb-1.4.1/tests/reader_test.py --- old/maxminddb-1.4.0/tests/reader_test.py 2018-05-11 22:48:44.000000000 +0200 +++ new/maxminddb-1.4.1/tests/reader_test.py 2018-06-22 18:15:42.000000000 +0200 @@ -175,7 +175,10 @@ cls = self.readerClass[0] self.assertRaisesRegex( TypeError, - ' 1 required positional argument|\(pos 1\) not found|takes at least 2 arguments', + ' 1 required positional argument|' + '\(pos 1\) not found|' + 'takes at least 2 arguments|' + 'function missing required argument \'database\' \(pos 1\)', cls) def test_too_many_get_args(self):
participants (1)
-
root