pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-twisted
Module Name: pkgsrc
Committed By: adam
Date: Tue Dec 31 09:54:06 UTC 2024
Modified Files:
pkgsrc/net/py-twisted: Makefile.common PLIST distinfo
Log Message:
py-twisted: updated to 24.11.0
Twisted 24.11.0 (2024-12-02)
Features
- Twisted's implementations of twisted.internet.interfaces.IReactorMulticast now accept IPv6 literals and allow for IPv6 multicast.
- TCP throughput when sending data is slightly faster.
Bugfixes
- twisted.internet.endpoints.clientFromString can handle "tls:" endpoints with default `bindAddress`.
This was a regression introduced in 24.10.0.
- HTTP server can handle listening on filesystem UNIX sockets.
This was a regression introduced in 24.10.0.
- twisted.internet.tcp.Connection.setTcpNoDelay was updated to fix a potential failure when setting TCP_NODELAY on macOS.
Deprecations and Removals
- twisted.python.constants, deprecated since 16.5.0, has been removed.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/py-twisted/Makefile.common
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/py-twisted/PLIST
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/py-twisted/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-twisted/Makefile.common
diff -u pkgsrc/net/py-twisted/Makefile.common:1.53 pkgsrc/net/py-twisted/Makefile.common:1.54
--- pkgsrc/net/py-twisted/Makefile.common:1.53 Wed Nov 13 09:11:39 2024
+++ pkgsrc/net/py-twisted/Makefile.common Tue Dec 31 09:54:06 2024
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.53 2024/11/13 09:11:39 adam Exp $
+# $NetBSD: Makefile.common,v 1.54 2024/12/31 09:54:06 adam Exp $
#
# used by net/py-twisted/Makefile
# used by net/py-twisted-docs/Makefile
-DISTNAME= twisted-24.10.0
+DISTNAME= twisted-24.11.0
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=T/Twisted/}
Index: pkgsrc/net/py-twisted/PLIST
diff -u pkgsrc/net/py-twisted/PLIST:1.40 pkgsrc/net/py-twisted/PLIST:1.41
--- pkgsrc/net/py-twisted/PLIST:1.40 Wed Nov 13 09:11:39 2024
+++ pkgsrc/net/py-twisted/PLIST Tue Dec 31 09:54:06 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2024/11/13 09:11:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.41 2024/12/31 09:54:06 adam Exp $
bin/cftp-${PYVERSSUFFIX}
bin/ckeygen-${PYVERSSUFFIX}
bin/conch-${PYVERSSUFFIX}
@@ -469,6 +469,9 @@ ${PYSITELIB}/twisted/internet/_glibbase.
${PYSITELIB}/twisted/internet/_idna.py
${PYSITELIB}/twisted/internet/_idna.pyc
${PYSITELIB}/twisted/internet/_idna.pyo
+${PYSITELIB}/twisted/internet/_multicast.py
+${PYSITELIB}/twisted/internet/_multicast.pyc
+${PYSITELIB}/twisted/internet/_multicast.pyo
${PYSITELIB}/twisted/internet/_newtls.py
${PYSITELIB}/twisted/internet/_newtls.pyc
${PYSITELIB}/twisted/internet/_newtls.pyo
@@ -1397,9 +1400,6 @@ ${PYSITELIB}/twisted/python/compat.pyo
${PYSITELIB}/twisted/python/components.py
${PYSITELIB}/twisted/python/components.pyc
${PYSITELIB}/twisted/python/components.pyo
-${PYSITELIB}/twisted/python/constants.py
-${PYSITELIB}/twisted/python/constants.pyc
-${PYSITELIB}/twisted/python/constants.pyo
${PYSITELIB}/twisted/python/context.py
${PYSITELIB}/twisted/python/context.pyc
${PYSITELIB}/twisted/python/context.pyo
@@ -1490,9 +1490,6 @@ ${PYSITELIB}/twisted/python/test/test_ap
${PYSITELIB}/twisted/python/test/test_components.py
${PYSITELIB}/twisted/python/test/test_components.pyc
${PYSITELIB}/twisted/python/test/test_components.pyo
-${PYSITELIB}/twisted/python/test/test_constants.py
-${PYSITELIB}/twisted/python/test/test_constants.pyc
-${PYSITELIB}/twisted/python/test/test_constants.pyo
${PYSITELIB}/twisted/python/test/test_deprecate.py
${PYSITELIB}/twisted/python/test/test_deprecate.pyc
${PYSITELIB}/twisted/python/test/test_deprecate.pyo
Index: pkgsrc/net/py-twisted/distinfo
diff -u pkgsrc/net/py-twisted/distinfo:1.49 pkgsrc/net/py-twisted/distinfo:1.50
--- pkgsrc/net/py-twisted/distinfo:1.49 Wed Nov 13 09:11:39 2024
+++ pkgsrc/net/py-twisted/distinfo Tue Dec 31 09:54:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.49 2024/11/13 09:11:39 adam Exp $
+$NetBSD: distinfo,v 1.50 2024/12/31 09:54:06 adam Exp $
-BLAKE2s (twisted-24.10.0.tar.gz) = 030ee2abdc4a2a7940e7b5ef4e5650ce21ea48602ef6292ce3a2cff4208d6c36
-SHA512 (twisted-24.10.0.tar.gz) = dad7c1301c3b31f096db8c4796e064e864c2c28107c46c202b4f4b123c99a0e69f9b43afbf582997dd2c15a08e95b41213e4bc67ea1fe9fd8137c76656a20162
-Size (twisted-24.10.0.tar.gz) = 3525999 bytes
+BLAKE2s (twisted-24.11.0.tar.gz) = 6ca51b53568beafe278ff45808aedc1f1c969ae589390b4883ffaca5d035d5ad
+SHA512 (twisted-24.11.0.tar.gz) = cfd17cad9573b47b43761625ab529a1a0b27ce75545d9bc277622a7ce138b5dccf554d3c8764de1baafc07192e1172e50f4c6d19dc65590b5318a603a808efb9
+Size (twisted-24.11.0.tar.gz) = 3526722 bytes
Home |
Main Index |
Thread Index |
Old Index