pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/py-maxminddb



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 10 09:10:31 UTC 2025

Modified Files:
        pkgsrc/geography/py-maxminddb: Makefile distinfo

Log Message:
py-maxminddb: updated to 2.8.2

2.8.2 (2025-07-25)

* Pyodide binary wheels will no longer be built by default. It is not possible to
  upload these to PyPI currently. We may consider reenabling them and putting them
  on the GitHub Releases page in the future if there is interest.

2.8.1 (2025-07-25)

* When upgrading to ``cibuildwheel`` 3.0.0, we inadvertently changed the artifact
  names, causing the wheels to not be uploaded to PyPI. This release fixes that.
  There are no other code changes. Report by David Hotham.

2.8.0 (2025-07-25)

* Python 3.14 is now officially supported, including binary wheels.
* We have updated the platforms that we build binary wheels for. In particular,
  we now build wheels for Android, iOS, Windows Arm, and Pyodide, and we have
  dropped 686 (32 bit), ppc64le, and s390x builds on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/py-maxminddb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/py-maxminddb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/geography/py-maxminddb/Makefile
diff -u pkgsrc/geography/py-maxminddb/Makefile:1.10 pkgsrc/geography/py-maxminddb/Makefile:1.11
--- pkgsrc/geography/py-maxminddb/Makefile:1.10 Wed May  7 13:53:36 2025
+++ pkgsrc/geography/py-maxminddb/Makefile      Sun Aug 10 09:10:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/05/07 13:53:36 adam Exp $
+# $NetBSD: Makefile,v 1.11 2025/08/10 09:10:30 adam Exp $
 
-DISTNAME=      maxminddb-2.7.0
+DISTNAME=      maxminddb-2.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/maxminddb/}

Index: pkgsrc/geography/py-maxminddb/distinfo
diff -u pkgsrc/geography/py-maxminddb/distinfo:1.6 pkgsrc/geography/py-maxminddb/distinfo:1.7
--- pkgsrc/geography/py-maxminddb/distinfo:1.6  Wed May  7 13:53:36 2025
+++ pkgsrc/geography/py-maxminddb/distinfo      Sun Aug 10 09:10:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/05/07 13:53:36 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/08/10 09:10:30 adam Exp $
 
-BLAKE2s (maxminddb-2.7.0.tar.gz) = 3024e7962f399f83a7c0430d5aebd7a28dd9439fb7e0489ceb26903f3015c4b6
-SHA512 (maxminddb-2.7.0.tar.gz) = 9ae3786805f9efa9ebe23944b684ef5e3c995fbf0e2d175230f9adc556ac4c864b7b3e2f91c5f3dd0956e4db2816742d38a012b03257e4ca1d6534a9e675a8ad
-Size (maxminddb-2.7.0.tar.gz) = 196583 bytes
+BLAKE2s (maxminddb-2.8.2.tar.gz) = 79f49b0925103d513c80eed3d1e0b4d0e9f4c19a4bf5bf73c54cea60ef4bca14
+SHA512 (maxminddb-2.8.2.tar.gz) = cbf4d38116be7b20faeff9962221fda568ffeb8e121b609593a3aff57d56f80475e976204f9bbd7449b48a264b4be264d57b1d3b48c598de025892182409a603
+Size (maxminddb-2.8.2.tar.gz) = 194388 bytes



Home | Main Index | Thread Index | Old Index