py-geoip2: updated to 4.8.0

4.8.0 (2023-12-05)

* IMPORTANT: Python 3.8 or greater is required. If you are using an older
  version, please use an earlier release.
* The ``is_anycast`` attribute was added to ``geoip2.record.Traits``.
  This returns ``True`` if the IP address belongs to an
  `anycast network <https://en.wikipedia.org/wiki/Anycast>`_.
  This is available for the GeoIP2 Country, City Plus, and Insights web services
  and the GeoIP2 Country, City, and Enterprise databases.
This commit is contained in:
adam 2024-01-14 15:17:35 +00:00
parent 5a94d383f1
commit ee15fbf370
3 changed files with 18 additions and 15 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2023/06/16 15:47:13 adam Exp $
# $NetBSD: Makefile,v 1.3 2024/01/14 15:17:35 adam Exp $
DISTNAME= geoip2-4.7.0
DISTNAME= geoip2-4.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= geography python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/geoip2/}
@ -10,14 +10,17 @@ HOMEPAGE= http://www.maxmind.com/
COMMENT= MaxMind GeoIP2 API
LICENSE= apache-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-aiohttp>=3.6.2:../../www/py-aiohttp
DEPENDS+= ${PYPKGPREFIX}-maxminddb>=2.3.0:../../geography/py-maxminddb
DEPENDS+= ${PYPKGPREFIX}-maxminddb>=2.5.1:../../geography/py-maxminddb
DEPENDS+= ${PYPKGPREFIX}-requests>=2.24.0:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-mocket>3.8.9:../../devel/py-mocket
DEPENDS+= ${PYPKGPREFIX}-setuptools>=60.0.0:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-mocket>=3.11.1:../../devel/py-mocket
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,9 +1,9 @@
@comment $NetBSD: PLIST,v 1.1 2022/08/24 12:54:28 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
@comment $NetBSD: PLIST,v 1.2 2024/01/14 15:17:35 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/geoip2/__init__.py
${PYSITELIB}/geoip2/__init__.pyc
${PYSITELIB}/geoip2/__init__.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/06/16 15:47:13 adam Exp $
$NetBSD: distinfo,v 1.3 2024/01/14 15:17:35 adam Exp $
BLAKE2s (geoip2-4.7.0.tar.gz) = 14f55c18f74df4dd5ee3855ac824175eba612e2b8750f8648d5af1e71a313f50
SHA512 (geoip2-4.7.0.tar.gz) = 9e987b0630a2170adf879044db88ad5df4bdf05f9ad2bf899880aab78cab3dc728a18e9f30e786cd94eb8ae46878fe70e707651cde58dc4e4403398c2f3a18f5
Size (geoip2-4.7.0.tar.gz) = 356438 bytes
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