Accepting request 1118274 from home:mcalabkova:branches:devel:languages:python:312
- Update to 2.4.0 * IMPORTANT: Python 3.7 or greater is required. * distutils is no longer used for building the C extension. * Missing Py_INCREF was added for the C extension. * The C extension now decrements the reference count on an object containing the database filename after its use in an error message rather than before. OBS-URL: https://build.opensuse.org/request/show/1118274 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/python-maxminddb?expand=0&rev=4
This commit is contained in:
parent
db5a82559f
commit
c7b309ab6e
BIN
maxminddb-2.2.0.tar.gz
(Stored with Git LFS)
BIN
maxminddb-2.2.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
maxminddb-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
maxminddb-2.4.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 10:03:21 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.4.0
|
||||
* IMPORTANT: Python 3.7 or greater is required.
|
||||
* distutils is no longer used for building the C extension.
|
||||
* Missing Py_INCREF was added for the C extension.
|
||||
* The C extension now decrements the reference count on an object
|
||||
containing the database filename after its use in an error message
|
||||
rather than before.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 21 12:28:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-maxminddb
|
||||
Version: 2.2.0
|
||||
Version: 2.4.0
|
||||
Release: 0
|
||||
Summary: Reader for the MaxMind DB format
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user