From 34518af02c7cfaba42552d6abcbaf42abf1004fcdcfa6cce64f65a3e313c0962 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 14 May 2021 16:12:24 +0000 Subject: [PATCH] - update to version 4.2.0: - You may now set a proxy to use when making web service requests by passing the ``proxy`` parameter to the ``AsyncClient`` or ``Client`` constructor. OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-geoip2?expand=0&rev=16 --- python-geoip2-4.2.0.tar.gz | 3 +++ python-geoip2.changes | 7 +++++++ python-geoip2.spec | 6 +++--- 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 python-geoip2-4.2.0.tar.gz diff --git a/python-geoip2-4.2.0.tar.gz b/python-geoip2-4.2.0.tar.gz new file mode 100644 index 0000000..bc75053 --- /dev/null +++ b/python-geoip2-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906a1dbf15a179a1af3522970e8420ab15bb3e0afc526942cc179e12146d9c1d +size 309426 diff --git a/python-geoip2.changes b/python-geoip2.changes index 2534db3..04ebcda 100644 --- a/python-geoip2.changes +++ b/python-geoip2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 14 16:10:51 UTC 2021 - Sebastian Wagner + +- update to version 4.2.0: + - You may now set a proxy to use when making web service requests by passing + the ``proxy`` parameter to the ``AsyncClient`` or ``Client`` constructor. + ------------------------------------------------------------------- Thu Dec 10 01:27:35 UTC 2020 - Benjamin Greiner diff --git a/python-geoip2.spec b/python-geoip2.spec index f3bbd55..d4706a8 100644 --- a/python-geoip2.spec +++ b/python-geoip2.spec @@ -1,7 +1,7 @@ # # spec file for package python-geoip2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-geoip2 -Version: 4.1.0 +Version: 4.2.0 Release: 0 Summary: MaxMind GeoIP2 Python API License: Apache-2.0 @@ -33,7 +33,7 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module aiohttp >= 3.6.2} BuildRequires: %{python_module maxminddb >= 2.0.0} -BuildRequires: %{python_module mocket >= 3.8.6} +BuildRequires: %{python_module mocket >= 3.8.9} BuildRequires: %{python_module python-magic >= 0.4.18} BuildRequires: %{python_module requests >= 2.24.0} # /SECTION