Subject: CVS commit: pkgsrc/geography/py-maxminddb
From: Adam Ciarcinski
Date: 2024-01-14 16:16:09
Message id: 20240114151610.17A23FA42@cvs.NetBSD.org

Log Message:
py-maxminddb: updated to 2.5.2

2.5.2 (2024-01-09)

* The vendored ``libmaxminddb`` version was updated to 1.9.0. This fixes
  an issue when reading databases with a search tree exceeding 2 GB.

2.5.1 (2023-11-09)

* This is a re-release of 2.5.0 to address missing files from the sdist.

2.5.0 (2023-11-08)

* 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.
* The multiprocessing test now explicitly uses ``fork``. This allows it
  to run successfully on macOS.
* 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.

2.4.0 (2023-06-28)

* Package metadata was migrated from ``setup.py`` to ``setup.cfg``.
* 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.

Files:
RevisionActionfile
1.4modifypkgsrc/geography/py-maxminddb/Makefile
1.2modifypkgsrc/geography/py-maxminddb/PLIST
1.3modifypkgsrc/geography/py-maxminddb/distinfo