Accepting request 582255 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/582255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geoip2?expand=0&rev=3
This commit is contained in:
parent
e58a088519
commit
200afd2c09
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 3 18:36:30 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* update copyright year
|
||||||
|
* don't use python_module for Requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 27 21:10:06 UTC 2017 - sebix+novell.com@sebix.at
|
Fri Oct 27 21:10:06 UTC 2017 - sebix+novell.com@sebix.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-geoip2
|
# spec file for package python-geoip2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -29,8 +29,8 @@ Source: https://files.pythonhosted.org/packages/source/g/geoip2/geoip2-%
|
|||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: %{python_module maxminddb >= 1.2.1}
|
Requires: python-maxminddb >= 1.2.1
|
||||||
Requires: %{python_module requests >= 2.9}
|
Requires: python-requests >= 2.9
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module maxminddb >= 1.2.1}
|
BuildRequires: %{python_module maxminddb >= 1.2.1}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user