Hello community,

here is the log from the commit of package python3-geoip2 for openSUSE:Factory 
checked in at 2017-01-22 00:19:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-geoip2 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-geoip2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-geoip2"

Changes:
--------
New Changes file:

--- /dev/null   2016-12-08 12:47:06.134691974 +0100
+++ /work/SRC/openSUSE:Factory/.python3-geoip2.new/python3-geoip2.changes       
2017-01-22 00:19:55.781360813 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Fri Dec  2 08:03:22 UTC 2016 - sebix+novell....@sebix.at
+
+- first version
+

New:
----
  geoip2-2.4.1.tar.gz
  python3-geoip2.changes
  python3-geoip2.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-geoip2.spec ++++++
#
# spec file for package python3-geoip2
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:           python3-geoip2
Version:        2.4.1
Release:        0
License:        Apache-2.0
Summary:        MaxMind GeoIP2 API
Url:            http://www.maxmind.com/
Group:          Development/Languages/Python
Source:         
https://pypi.python.org/packages/d4/f6/795499b240606525f0a15c114549162c28d3de1d8d6f7a5e487628edaa2b/geoip2-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-maxminddb >= 1.2.1
BuildRequires:  python3-requests >= 2.9
# test requirement
BuildRequires:  python3-requests-mock
Requires:       python3-maxminddb >= 1.2.1
Requires:       python3-requests >= 2.9
Suggests:       %name-doc == %version
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%package doc
Summary:        Documentation for MaxMind GeoIP2 API
Group:          Documentation/HTML
Requires:       python3-geoip2 == %version

%description
This package provides an API for the GeoIP2 web services
http://dev.maxmind.com/geoip/geoip2/web-services and databases
http://dev.maxmind.com/geoip/geoip2/downloadable. The API also works with
MaxMind's free GeoLite2 databases
http://dev.maxmind.com/geoip/geoip2/geolite2/.

%description doc
Documentation and help files for python3-geoip.

%prep
%setup -q -n geoip2-%{version}

%build
python3 setup.py build
rm docs/html/.buildinfo

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python3 setup.py test

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst HISTORY.rst
%{python3_sitelib}/*

%files doc
%doc docs/html/

%changelog

Reply via email to