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:   wiz
Date:           Sun May 21 18:54:42 UTC 2023

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

Log Message:
py-txtorcon: update to 23.5.0.

v23.5.0
-------

May 18, 2023

 * `txtorcon-23.5.0.tar.gz <http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-23.5.0.tar.gz>`_ (`PyPI <https://pypi.python.org/pypi/txtorcon/23.5.0>`_ 
(:download:`local-sig </../signatues/txtorcon-23.5.0.tar.gz.asc>` or `github-sig <https://github.com/meejah/txtorcon/blob/main/signatues/txtorcon-23.5.0.tar.gz.asc?raw=true>`_) (`source 
<https://github.com/meejah/txtorcon/archive/v23.5.0.tar.gz>`_)
* ``twisted.web.client.Agent`` instances now use the same HTTPS policy by default as ``twisted.web.client.Agent``.
  It is possible to override this policy with the ``tls_context_factory`` argument, the equivalent to ``Agent``'s ``contextFactory=``.
* Added support for Python 3.11.
* No more ipaddress dependency


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-txtorcon/Makefile \
    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.6 pkgsrc/net/py-txtorcon/Makefile:1.7
--- pkgsrc/net/py-txtorcon/Makefile:1.6 Wed May  3 18:47:04 2023
+++ pkgsrc/net/py-txtorcon/Makefile     Sun May 21 18:54:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2023/05/03 18:47:04 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/05/21 18:54:42 wiz Exp $
 
-DISTNAME=      txtorcon-23.0.0
+DISTNAME=      txtorcon-23.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/txtorcon/}
@@ -23,6 +23,7 @@ CHECK_INTERPRETER_SKIP+=      share/txtorcon/
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# 2 failed, 678 passed, 2 skipped, 129 warnings
 do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
 
Index: pkgsrc/net/py-txtorcon/distinfo
diff -u pkgsrc/net/py-txtorcon/distinfo:1.6 pkgsrc/net/py-txtorcon/distinfo:1.7
--- pkgsrc/net/py-txtorcon/distinfo:1.6 Wed May  3 18:47:04 2023
+++ pkgsrc/net/py-txtorcon/distinfo     Sun May 21 18:54:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/05/03 18:47:04 wiz Exp $
+$NetBSD: distinfo,v 1.7 2023/05/21 18:54:42 wiz Exp $
 
-BLAKE2s (txtorcon-23.0.0.tar.gz) = d9e634c8fe6d6c1b532dbcf245c05fc31efdf181493f956acfaa59b9af97aa6c
-SHA512 (txtorcon-23.0.0.tar.gz) = 4d127ca3c066eae20776204529f2e6e0f940f76c91ea7fab976ebc6863907915af5e92563f4a523efe66c0466c32987538b5a2ea42ffbd28a4b06982e76a6cfb
-Size (txtorcon-23.0.0.tar.gz) = 310915 bytes
+BLAKE2s (txtorcon-23.5.0.tar.gz) = 2ef409b6d140a17d0f2fcfeebc50e8462f7e90c865ac3260b4a3c6b5534ddb4d
+SHA512 (txtorcon-23.5.0.tar.gz) = 68b4ddf22e4d00c8f5f964ccf192dec884434b96668c4f71de5e80170724e04e8ca96d0405fe773a5e86b357012120fe6a34a847cbd3db3e4e360b01e593db9c
+Size (txtorcon-23.5.0.tar.gz) = 311564 bytes



Home | Main Index | Thread Index | Old Index