From c7b309ab6ed2e538c23f096e5076e2e9f8819c18c5b4db144abc4c2257cc8f10 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 20 Oct 2023 09:32:43 +0000 Subject: [PATCH] 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 --- maxminddb-2.2.0.tar.gz | 3 --- maxminddb-2.4.0.tar.gz | 3 +++ python-maxminddb.changes | 11 +++++++++++ python-maxminddb.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 maxminddb-2.2.0.tar.gz create mode 100644 maxminddb-2.4.0.tar.gz diff --git a/maxminddb-2.2.0.tar.gz b/maxminddb-2.2.0.tar.gz deleted file mode 100644 index c197e1a..0000000 --- a/maxminddb-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e37707ec4fab115804670e0fb7aedb4b57075a8b6f80052bdc648d3c005184e5 -size 330865 diff --git a/maxminddb-2.4.0.tar.gz b/maxminddb-2.4.0.tar.gz new file mode 100644 index 0000000..560840f --- /dev/null +++ b/maxminddb-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e54e53408bd502650e5969ccba16780af659ec1db1c44b2c997e4330a5ed96 +size 322066 diff --git a/python-maxminddb.changes b/python-maxminddb.changes index b114de3..2b1d5b8 100644 --- a/python-maxminddb.changes +++ b/python-maxminddb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 17 10:03:21 UTC 2023 - Markéta Machová + +- 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 diff --git a/python-maxminddb.spec b/python-maxminddb.spec index 1bf249d..deb7daa 100644 --- a/python-maxminddb.spec +++ b/python-maxminddb.spec @@ -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