Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-maxminddb for openSUSE:Factory checked in at 2025-05-08 20:39:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-maxminddb (Old) and /work/SRC/openSUSE:Factory/.python-maxminddb.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-maxminddb" Thu May 8 20:39:41 2025 rev:16 rq:1275233 version:2.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-maxminddb/python-maxminddb.changes 2023-10-22 21:01:46.369100366 +0200 +++ /work/SRC/openSUSE:Factory/.python-maxminddb.new.30101/python-maxminddb.changes 2025-05-08 20:39:41.811768789 +0200 @@ -1,0 +2,47 @@ +Wed Apr 30 07:57:16 UTC 2025 - Sebastian Wagner <se...@sebix.at> + +- update to version 2.6.3: + - The vendored ``libmaxminddb`` has been updated to 1.12.0. This fixes a + memory leak when opening a database fails. + - Binary wheels are now built for Python 3.13. +- update to version 2.6.2: + - The vendored ``libmaxminddb`` has been updated to 1.10.0. This fixes a + bug that would cause incorrect results on databases that had search + trees greater than 4 GB. +- update to version 2.6.1: + - This release includes no source code changes. The only changes are to + the release workflow. + - Binary wheels are now built on Linux for aarch64. Pull request by Kevin + Park. GitHub #160. + - Binary wheels are now built on macOS for Apple silicon. Requested by + Kevin Park. GitHub #152. +- update to version 2.6.0: + - Added type annotations for instance variables on ``Metadata`` + - Updated type stubs for ``maxminddb.extension``. + - ``setuptools`` is no longer listed as a runtime dependency. Pull request + by Lewis Collard. GitHub #155. +- update to version 2.5.2: + - The vendored ``libmaxminddb`` version was updated to 1.9.0. This fixes + an issue when reading databases with a search tree exceeding 2 GB. + Reported by Sami Salonen. GitHub #146. +- update to version 2.5.1: + - This is a re-release of 2.5.0 to address missing files from the sdist. + Reported by LumÃr 'Frenzy' Balhar. GitHub #132. +- update to version 2.5.0: + - IMPORTANT: Python 3.8 or greater is required. If you are using an older + version, please use an earlier release. + - Windows is now supported by the C extension. + - The ``Reader`` class now implements the ``__iter__`` method. This will + return an iterator that iterates over all records in the database, + excluding repeated aliased of the IPv4 network. Requested by + Jean-Baptiste Braun and others. GitHub #23. + - The multiprocessing test now explicitly uses ``fork``. This allows it + to run successfully on macOS. Pull request by Theodore Ni. GitHub #116. + - A vendored copy of ``libmaxminddb`` will now be used by default when + building the extension. If you wish to continue using the system shared + library, you may set the ``MAXMINDDB_USE_SYSTEM_LIBMAXMINDDB`` environment + variable to a true value when building the extension. + - The C extension now builds on Python 3.13. + - The C extension will now be built for PyPy. + +------------------------------------------------------------------- Old: ---- maxminddb-2.4.0.tar.gz New: ---- maxminddb-2.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-maxminddb.spec ++++++ --- /var/tmp/diff_new_pack.7RbmjQ/_old 2025-05-08 20:39:42.543799342 +0200 +++ /var/tmp/diff_new_pack.7RbmjQ/_new 2025-05-08 20:39:42.547799509 +0200 @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-maxminddb -Version: 2.4.0 +Version: 2.6.3 Release: 0 Summary: Reader for the MaxMind DB format License: Apache-2.0 @@ -27,6 +27,7 @@ Source: https://files.pythonhosted.org/packages/source/m/maxminddb/maxminddb-%{version}.tar.gz BuildRequires: %{python_module devel >= 3.6} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: libmaxminddb-devel BuildRequires: python-rpm-macros @@ -60,5 +61,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitearch}/* +%{python_sitearch}/maxminddb/ +%{python_sitearch}/maxminddb-%{version}*-info ++++++ maxminddb-2.4.0.tar.gz -> maxminddb-2.6.3.tar.gz ++++++ ++++ 21620 lines of diff (skipped)