- 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
This commit is contained in:
Sebastian Wagner 2021-05-14 16:12:24 +00:00 committed by Git OBS Bridge
parent 7acdab65c0
commit 34518af02c
3 changed files with 13 additions and 3 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:906a1dbf15a179a1af3522970e8420ab15bb3e0afc526942cc179e12146d9c1d
size 309426

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 14 16:10:51 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- 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 <code@bnavigator.de>

View File

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