From 08f62bbdfcc9b84817fbb6eb494266f8e872f6c8ded0a2861fd2f3fbdae46922 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 4 Nov 2020 17:00:38 +0000 Subject: [PATCH] Accepting request 846030 from home:polslinux:branches:Application:Geo - update to version 4.1.0: * Added the is_residential_proxy attribute to geoip2.model.AnonymousIP and geoip2.record.Traits. * HTTPError now provides the decoded response content in the decoded_content attribute. OBS-URL: https://build.opensuse.org/request/show/846030 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geoip2?expand=0&rev=12 --- python-geoip2-4.0.2.tar.gz | 3 --- python-geoip2-4.1.0.tar.gz | 3 +++ python-geoip2.changes | 9 +++++++++ python-geoip2.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 python-geoip2-4.0.2.tar.gz create mode 100644 python-geoip2-4.1.0.tar.gz diff --git a/python-geoip2-4.0.2.tar.gz b/python-geoip2-4.0.2.tar.gz deleted file mode 100644 index 483cfd5..0000000 --- a/python-geoip2-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4afb5d899eac08444e461239c8afb165c90234adc0b5dc952792d9da74c9091b -size 299778 diff --git a/python-geoip2-4.1.0.tar.gz b/python-geoip2-4.1.0.tar.gz new file mode 100644 index 0000000..09ad92f --- /dev/null +++ b/python-geoip2-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d8d15de2527e0697bbef44fc16812bba709f03a07ef99297bd56c1df3b1efd +size 308162 diff --git a/python-geoip2.changes b/python-geoip2.changes index ab74c0a..95f469f 100644 --- a/python-geoip2.changes +++ b/python-geoip2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 4 15:56:32 UTC 2020 - Paolo Stivanin + +- update to version 4.1.0: + * Added the is_residential_proxy attribute to geoip2.model.AnonymousIP + and geoip2.record.Traits. + * HTTPError now provides the decoded response content in the + decoded_content attribute. + ------------------------------------------------------------------- Tue Jul 28 18:55:20 UTC 2020 - Sebastian Wagner diff --git a/python-geoip2.spec b/python-geoip2.spec index e90375d..951f00b 100644 --- a/python-geoip2.spec +++ b/python-geoip2.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-geoip2 -Version: 4.0.2 +Version: 4.1.0 Release: 0 Summary: MaxMind GeoIP2 Python API License: Apache-2.0