pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-geoip2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 16 12:55:41 UTC 2025

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

Log Message:
py-geoip2: updated to 5.1.0

5.1.0 (2025-05-05)

* Support for the GeoIP Anonymous Plus database has been added. To do a lookup
  in this database, use the ``anonymous_plus`` method on ``Reader``.
* Reorganized module documentation to improve language-server support.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/geography/py-geoip2/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/geography/py-geoip2/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-geoip2/Makefile
diff -u pkgsrc/geography/py-geoip2/Makefile:1.7 pkgsrc/geography/py-geoip2/Makefile:1.8
--- pkgsrc/geography/py-geoip2/Makefile:1.7     Wed Apr 16 14:38:57 2025
+++ pkgsrc/geography/py-geoip2/Makefile Fri May 16 12:55:41 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/04/16 14:38:57 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/16 12:55:41 adam Exp $
 
-DISTNAME=      geoip2-5.0.1
+DISTNAME=      geoip2-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geoip2/}
 
@@ -14,7 +13,7 @@ LICENSE=      apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
-DEPENDS+=      ${PYPKGPREFIX}-maxminddb>=2.5.1:../../geography/py-maxminddb
+DEPENDS+=      ${PYPKGPREFIX}-maxminddb>=2.7.0:../../geography/py-maxminddb
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.24.0:../../devel/py-requests
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=1.0.10:../../devel/py-test-httpserver
 

Index: pkgsrc/geography/py-geoip2/distinfo
diff -u pkgsrc/geography/py-geoip2/distinfo:1.5 pkgsrc/geography/py-geoip2/distinfo:1.6
--- pkgsrc/geography/py-geoip2/distinfo:1.5     Wed Feb 12 12:55:46 2025
+++ pkgsrc/geography/py-geoip2/distinfo Fri May 16 12:55:41 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/02/12 12:55:46 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/05/16 12:55:41 adam Exp $
 
-BLAKE2s (geoip2-5.0.1.tar.gz) = abf2f57b0da3ac98c0e3be91aefbbba457b7a7047fbfdcde6e6ad3933dd46d93
-SHA512 (geoip2-5.0.1.tar.gz) = c36213ce4905bca07637e29b05205a57533fe61b351120bdfc266276dc4830db0c438e7a1ca17b30dfd09e4d4350b4564a99c604ffe5e16c32cc5da4c7ffa49b
-Size (geoip2-5.0.1.tar.gz) = 175854 bytes
+BLAKE2s (geoip2-5.1.0.tar.gz) = f2542d1c23403e2aaab8b6e656be3e0a4b32514e5c98e455e5429a0b3e4185e6
+SHA512 (geoip2-5.1.0.tar.gz) = 269e95e4658640d1be8b74bc1c9cc09c70db1c1e4e8a634339126825044d3935f99c4ccac6bdaa2a892fc73aa18e82bb0dc317d39009b7539459f4e747ee511f
+Size (geoip2-5.1.0.tar.gz) = 268166 bytes



Home | Main Index | Thread Index | Old Index