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:           Mon Sep 16 11:10:07 UTC 2024

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

Log Message:
py-maxminddb: updated to 2.6.2

2.6.2 (2024-06-10)
* The vendored ``libmaxminddb`` has been updated to 1.10.0. This fixes a
  bug that would result in incorrect results on databases that had search
  trees greater than 4 GB.

2.6.1 (2024-04-12)
* 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.
* Binary wheels are now built on macOS for Apple silicon. Requested by
  Kevin Park.

2.6.0 (2024-03-19)
* 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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-maxminddb/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/geography/py-maxminddb/Makefile:1.5
--- pkgsrc/geography/py-maxminddb/Makefile:1.4  Sun Jan 14 15:16:09 2024
+++ pkgsrc/geography/py-maxminddb/Makefile      Mon Sep 16 11:10:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/01/14 15:16:09 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/09/16 11:10:06 adam Exp $
 
-DISTNAME=      maxminddb-2.5.2
+DISTNAME=      maxminddb-2.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/maxminddb/}
@@ -14,8 +14,6 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=68.2.2:../../devel/py-setuptools
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../geography/libmaxminddb/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-maxminddb/distinfo
diff -u pkgsrc/geography/py-maxminddb/distinfo:1.3 pkgsrc/geography/py-maxminddb/distinfo:1.4
--- pkgsrc/geography/py-maxminddb/distinfo:1.3  Sun Jan 14 15:16:09 2024
+++ pkgsrc/geography/py-maxminddb/distinfo      Mon Sep 16 11:10:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/01/14 15:16:09 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/09/16 11:10:06 adam Exp $
 
-BLAKE2s (maxminddb-2.5.2.tar.gz) = 24602beeb21b8754a86873e13bf1501a94d8fc240cf9c3e16fc0a4e851127de0
-SHA512 (maxminddb-2.5.2.tar.gz) = 51702a7f3de4f75848d2c628c09015851205087d877403a7a476fa1738a4aa29fbbaba9d54575052e222e485fa9096bfa6f14962d1b241ac8c4720efb43dcb52
-Size (maxminddb-2.5.2.tar.gz) = 181308 bytes
+BLAKE2s (maxminddb-2.6.2.tar.gz) = 46de761250fcd28007d5516a1e2a656e5567083794c62b56fafbfbbdae6ed862
+SHA512 (maxminddb-2.6.2.tar.gz) = 72fe00e29a26e51fe5357dc70da35d5c8bd7085ad6bd4e70eb1b37414c7dbad4f54d207bf8c957ecb03ff7e7503756f57c0dcd753de2fe2cfb0717df617ff811
+Size (maxminddb-2.6.2.tar.gz) = 181286 bytes



Home | Main Index | Thread Index | Old Index