From 8f82d7cb012fb10723271d4e75c735c881c69591541157f99db63fe1717425e8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 31 Aug 2018 08:46:35 +0000 Subject: [PATCH] Accepting request 632157 from devel:languages:python - Update to 1.4.1: * Fixes for python 3.7 OBS-URL: https://build.opensuse.org/request/show/632157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maxminddb?expand=0&rev=3 --- maxminddb-1.4.0.tar.gz | 3 --- maxminddb-1.4.1.tar.gz | 3 +++ python-maxminddb.changes | 6 ++++++ python-maxminddb.spec | 11 ++++------- 4 files changed, 13 insertions(+), 10 deletions(-) delete mode 100644 maxminddb-1.4.0.tar.gz create mode 100644 maxminddb-1.4.1.tar.gz diff --git a/maxminddb-1.4.0.tar.gz b/maxminddb-1.4.0.tar.gz deleted file mode 100644 index 01ed046..0000000 --- a/maxminddb-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c10bc71b4a4d76ec90fa8587684f480bbd88a853b9d5e8abbee7683da0791eb -size 264476 diff --git a/maxminddb-1.4.1.tar.gz b/maxminddb-1.4.1.tar.gz new file mode 100644 index 0000000..9c04055 --- /dev/null +++ b/maxminddb-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1451bcd848199905ac0de4631b3d02d6a655ad28ba5e5a4ca29a23358db712 +size 264596 diff --git a/python-maxminddb.changes b/python-maxminddb.changes index 5ae8639..92abb09 100644 --- a/python-maxminddb.changes +++ b/python-maxminddb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 29 12:31:26 UTC 2018 - tchvatal@suse.com + +- Update to 1.4.1: + * Fixes for python 3.7 + ------------------------------------------------------------------- Sun May 27 08:30:23 UTC 2018 - sebix+novell.com@sebix.at diff --git a/python-maxminddb.spec b/python-maxminddb.spec index 263c310..0df0058 100644 --- a/python-maxminddb.spec +++ b/python-maxminddb.spec @@ -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 @@ BuildRequires: %{python_module nose} # /SECTION %ifpython2 Requires: python2-ipaddress -Recommends: libmaxminddb0 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description @@ -59,8 +56,8 @@ export CFLAGS="%{optflags}" %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