19
0

Accepting request 823983 from devel:languages:python

- update to version 2.0.2:
  - Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
- update to version 2.0.1:
 - Fix minimum required python version in ``setup.py``. Pull request by
   Boros Gábor. GitHub #69 & #70.
- update to version 2.0.0:
 - IMPORTANT: Python 3.6 or greater is required. If you are using an older
   version, please use a 1.x.x release.
 - Type hints have been added.

OBS-URL: https://build.opensuse.org/request/show/823983
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maxminddb?expand=0&rev=8
This commit is contained in:
2020-08-04 18:17:28 +00:00
committed by Git OBS Bridge
parent 5ba0ee9171
commit 39e5f77469
4 changed files with 22 additions and 8 deletions

View File

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-maxminddb
Version: 1.5.4
Version: 2.0.2
Release: 0
Summary: Reader for the MaxMind DB format
License: Apache-2.0
URL: http://www.maxmind.com/
Source: https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.6}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: libmaxminddb-devel
@@ -37,9 +37,6 @@ BuildRequires: python-ipaddress
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose}
# /SECTION
%ifpython2
Requires: python-ipaddress
%endif
%python_subpackages
%description