pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-txtorcon



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  1 07:53:26 UTC 2026

Modified Files:
        pkgsrc/net/py-txtorcon: Makefile distinfo

Log Message:
py-txtorcon: updated to 26.6.0

26.6.0

* eliminate GeoIP as a dependency
  This will still load Tor's geoip-db if GeoIP is installed, and the database is found.
  Only country-codes are supported by this database.
  Essentially this is just optimization: txtorcon will ask Tor for the country-code of anything interesting via the existing `get_location()` API.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-txtorcon/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-txtorcon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-txtorcon/Makefile
diff -u pkgsrc/net/py-txtorcon/Makefile:1.12 pkgsrc/net/py-txtorcon/Makefile:1.13
--- pkgsrc/net/py-txtorcon/Makefile:1.12        Tue Apr 15 09:51:04 2025
+++ pkgsrc/net/py-txtorcon/Makefile     Mon Jun  1 07:53:26 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2025/04/15 09:51:04 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/06/01 07:53:26 adam Exp $
 
-DISTNAME=      txtorcon-24.8.0
+DISTNAME=      txtorcon-26.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txtorcon/}
 

Index: pkgsrc/net/py-txtorcon/distinfo
diff -u pkgsrc/net/py-txtorcon/distinfo:1.9 pkgsrc/net/py-txtorcon/distinfo:1.10
--- pkgsrc/net/py-txtorcon/distinfo:1.9 Wed Sep  4 09:36:39 2024
+++ pkgsrc/net/py-txtorcon/distinfo     Mon Jun  1 07:53:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/09/04 09:36:39 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/06/01 07:53:26 adam Exp $
 
-BLAKE2s (txtorcon-24.8.0.tar.gz) = 553428f196ab0322d14c48f3286dee04dd9ecddd69a98d3b77ac3fb2c341bcbb
-SHA512 (txtorcon-24.8.0.tar.gz) = de0eeecaa46f79bfb0c641ff19b3817a73e14d5a36703ff42ae475190dad157e675274f17e32d8c250e8732283aa4e1e15e21aa8e650e8009d9918a4432948f8
-Size (txtorcon-24.8.0.tar.gz) = 312753 bytes
+BLAKE2s (txtorcon-26.6.0.tar.gz) = d83bf72b3b97f0d98cb990dbf1731efd3aee8a4c156619813a5c823041a526b2
+SHA512 (txtorcon-26.6.0.tar.gz) = 2784fd6c5be68dba3e64acdd453aee1f980720b9e8ead72399c313ff226ab5f6199ca1ee81e9392bdd0929fc4b7c730613afdaddbc6391ebf89516dd21abc3a8
+Size (txtorcon-26.6.0.tar.gz) = 312699 bytes



Home | Main Index | Thread Index | Old Index