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:           Thu Jul 23 11:13:06 UTC 2026

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

Log Message:
py-geoip2: updated to 5.3.0

5.3.0 (2026-07-16)

* The version is now retrieved from package metadata at runtime using
  ``importlib.metadata``. This reduces the chance of version inconsistencies
  during releases.
* The async client now builds its ``Authorization`` header with
  ``aiohttp.encode_basic_auth()`` instead of the ``aiohttp.BasicAuth`` /
  ``auth=`` parameter, which are deprecated as of aiohttp 3.14.0. As a result,
  the minimum required ``aiohttp`` version is now 3.14.0.
* A new ``residential`` attribute has been added to
  ``geoip2.records.Anonymizer``. This is a ``geoip2.records.AnonymizerFeed``
  object providing residential proxy data for the network and contains the
  following fields: ``confidence``, ``network_last_seen``, and
  ``provider_name``. This attribute may be populated even when no other
  anonymizer attributes are set, so the ``anonymizer`` object may now
  contain only this attribute.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/py-geoip2/Makefile
cvs rdiff -u -r1.7 -r1.8 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.12 pkgsrc/geography/py-geoip2/Makefile:1.13
--- pkgsrc/geography/py-geoip2/Makefile:1.12    Sun Jun 28 15:41:21 2026
+++ pkgsrc/geography/py-geoip2/Makefile Thu Jul 23 11:13:06 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/06/28 15:41:21 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2026/07/23 11:13:06 adam Exp $
 
-DISTNAME=      geoip2-5.2.0
+DISTNAME=      geoip2-5.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    geography python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/geoip2/}

Index: pkgsrc/geography/py-geoip2/distinfo
diff -u pkgsrc/geography/py-geoip2/distinfo:1.7 pkgsrc/geography/py-geoip2/distinfo:1.8
--- pkgsrc/geography/py-geoip2/distinfo:1.7     Wed Dec  3 14:19:18 2025
+++ pkgsrc/geography/py-geoip2/distinfo Thu Jul 23 11:13:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/12/03 14:19:18 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/07/23 11:13:06 adam Exp $
 
-BLAKE2s (geoip2-5.2.0.tar.gz) = ccb862726e10340d6f185504f7cefd0774f810691ebbb45a6e5733c29f3e1db8
-SHA512 (geoip2-5.2.0.tar.gz) = 9ba19709c9ff3dafdc2c6d2afb661ad566668dc462c4e51c5a2cd020ddeb4490e5c4d9815aecf9b089f0986331510c2452c06e3b5e9b5b990fbad06c9dfc9a06
-Size (geoip2-5.2.0.tar.gz) = 176498 bytes
+BLAKE2s (geoip2-5.3.0.tar.gz) = 3a664a269b36f320cfd2f86b62984e8474e309ade70677603ba304082d1cce79
+SHA512 (geoip2-5.3.0.tar.gz) = acce81b935ed6cb32674e54ad205ced810895a23d1807780d6a33c001bf075cc2269aa33d9e2a4e704a2ebe0449d2276c9d1683776ef8fa8ddde6234781c13af
+Size (geoip2-5.3.0.tar.gz) = 177948 bytes



Home | Main Index | Thread Index | Old Index