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:
parent
cfd4f89476
commit
19270e7b9b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4d28823d9ca23323d113dc7af8db2087aa4f657fafc64ff8f7a8afda871425b
|
||||
size 282627
|
3
maxminddb-2.0.2.tar.gz
Normal file
3
maxminddb-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b95d8ed21799e6604683669c7ed3c6a184fcd92434d5762dccdb139b4f29e597
|
||||
size 285717
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 18:51:50 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- update to version 2.0.2:
|
||||
- Added ``py.typed`` file per PEP 561. Reported by Árni Már Jónsson.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 18:32:07 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 7 18:17:12 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user