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:
Dominique Leuenberger 2018-03-04 11:52:10 +00:00 committed by Git OBS Bridge
parent e58a088519
commit 200afd2c09
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# 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 setuptools}
BuildRequires: python-rpm-macros
Requires: %{python_module maxminddb >= 1.2.1}
Requires: %{python_module requests >= 2.9}
Requires: python-maxminddb >= 1.2.1
Requires: python-requests >= 2.9
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module maxminddb >= 1.2.1}