19
0

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

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>