From 85eb152e785a43b9c61fe911b4c2a8edc4034ff6d00b368be937a55e93557ec9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 8 May 2018 11:36:36 +0000 Subject: [PATCH] Accepting request 603090 from devel:languages:python - Use license macro for license - update to version 2.8.0: * Renamed user ID to account ID in the code and added support for the new ``ACCOUNT_ID_REQUIRED`` AND ``ACCOUNT_ID_UNKNOWN`` error codes. - update to version 2.7.0: * The ``is_in_european_union`` attribute was added to ``geoip2.record.Country`` and ``geoip2.record.RepresentedCountry``. This attribute is ``True`` if the country is a member state of the European Union. OBS-URL: https://build.opensuse.org/request/show/603090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-geoip2?expand=0&rev=4 --- geoip2-2.6.0.tar.gz | 3 --- geoip2-2.8.0.tar.gz | 3 +++ python-geoip2.changes | 17 +++++++++++++++++ python-geoip2.spec | 7 ++++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 geoip2-2.6.0.tar.gz create mode 100644 geoip2-2.8.0.tar.gz diff --git a/geoip2-2.6.0.tar.gz b/geoip2-2.6.0.tar.gz deleted file mode 100644 index 44ebcab..0000000 --- a/geoip2-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f441671eb8faa0eaaac16903760fce71130865f14370d56d49512b11029f3ead -size 364901 diff --git a/geoip2-2.8.0.tar.gz b/geoip2-2.8.0.tar.gz new file mode 100644 index 0000000..ca22f22 --- /dev/null +++ b/geoip2-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:762e5ea1400d40772249c0778328b6fc82b82503092ceb48c00a7500d7ce4a64 +size 460415 diff --git a/python-geoip2.changes b/python-geoip2.changes index 7944fb5..bbc284b 100644 --- a/python-geoip2.changes +++ b/python-geoip2.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 2 12:02:32 UTC 2018 - tchvatal@suse.com + +- Use license macro for license + +------------------------------------------------------------------- +Thu Apr 12 19:32:15 UTC 2018 - sebix+novell.com@sebix.at + +- update to version 2.8.0: + * Renamed user ID to account ID in the code and added support for the new + ``ACCOUNT_ID_REQUIRED`` AND ``ACCOUNT_ID_UNKNOWN`` error codes. +- update to version 2.7.0: + * The ``is_in_european_union`` attribute was added to + ``geoip2.record.Country`` and ``geoip2.record.RepresentedCountry``. This + attribute is ``True`` if the country is a member state of the European + Union. + ------------------------------------------------------------------- Sat Mar 3 18:36:30 UTC 2018 - arun@gmx.de diff --git a/python-geoip2.spec b/python-geoip2.spec index cdff4d7..ae73f6c 100644 --- a/python-geoip2.spec +++ b/python-geoip2.spec @@ -19,12 +19,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-geoip2 -Version: 2.6.0 +Version: 2.8.0 Release: 0 Summary: MaxMind GeoIP2 Python API 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/g/geoip2/geoip2-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -67,7 +67,8 @@ The API also works with MaxMind's free GeoLite2 databases. %endif %files %{python_files} -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{python_sitelib}/* %changelog