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:
Dirk Stoecker 2023-10-20 09:32:43 +00:00 committed by Git OBS Bridge
parent db5a82559f
commit c7b309ab6e
4 changed files with 15 additions and 4 deletions

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

Binary file not shown.

View File

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

View File

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