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:           Sat Nov 30 06:51:59 UTC 2024

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

Log Message:
py-geoip2: updated to 4.8.1

4.8.1 (2024-11-18)

* ``setuptools`` was incorrectly listed as a runtime dependency. This has
  been removed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/geography/py-geoip2/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/geography/py-geoip2/Makefile:1.5
--- pkgsrc/geography/py-geoip2/Makefile:1.4     Mon Nov 11 07:28:33 2024
+++ pkgsrc/geography/py-geoip2/Makefile Sat Nov 30 06:51:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/11/11 07:28:33 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2024/11/30 06:51:58 adam Exp $
 
-DISTNAME=      geoip2-4.8.0
+DISTNAME=      geoip2-4.8.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geoip2/}
@@ -10,16 +10,14 @@ HOMEPAGE=   http://www.maxmind.com/
 COMMENT=       MaxMind GeoIP2 API
 LICENSE=       apache-2.0
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../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}-requests>=2.24.0:../../devel/py-requests
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=60.0.0:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-mocket>=3.11.1:../../devel/py-mocket
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-httpserver>=1.0.10:../../devel/py-test-httpserver
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/geography/py-geoip2/distinfo
diff -u pkgsrc/geography/py-geoip2/distinfo:1.3 pkgsrc/geography/py-geoip2/distinfo:1.4
--- pkgsrc/geography/py-geoip2/distinfo:1.3     Sun Jan 14 15:17:35 2024
+++ pkgsrc/geography/py-geoip2/distinfo Sat Nov 30 06:51:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/01/14 15:17:35 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/11/30 06:51:58 adam Exp $
 
-BLAKE2s (geoip2-4.8.0.tar.gz) = 9d4f92c432ebb3f1ddff68ddacc26853b7c72351d728eeb59a622e39364bacc3
-SHA512 (geoip2-4.8.0.tar.gz) = 927a68a50e68d82885da982b4e8fff1c166f8a482b88f311e9466356da383554813fa633227b7dcc914b49327e9ef918534161d8208ccc480d4965318d639af5
-Size (geoip2-4.8.0.tar.gz) = 174237 bytes
+BLAKE2s (geoip2-4.8.1.tar.gz) = f74df13384df67e5e2a23d35ddddb7a1029eb0a11099e5206b8126aba2d98a6a
+SHA512 (geoip2-4.8.1.tar.gz) = d73ad9c0cb6463f405c9f70045f1aef97826348d93bbaf1e0de15a7919b27822b76baf04d170a5ca05c49fdfe88d902bf0d28270626fa6b7d6b2379d19983161
+Size (geoip2-4.8.1.tar.gz) = 174270 bytes



Home | Main Index | Thread Index | Old Index