From a317ea2831bd910220486ef7d21f4b5b97fcecd8 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 7 Nov 2023 17:08:04 +0800 Subject: [PATCH] python-twisted: Update to 23.10.0, refresh patches Signed-off-by: Jeffery To --- lang/python/python-twisted/Makefile | 4 ++-- lang/python/python-twisted/patches/001-omit-tkconch.patch | 2 +- lang/python/python-twisted/patches/002-omit-tests.patch | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-twisted/Makefile b/lang/python/python-twisted/Makefile index 5befac2b3e..79f2f2a237 100644 --- a/lang/python/python-twisted/Makefile +++ b/lang/python/python-twisted/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-twisted -PKG_VERSION:=23.8.0 +PKG_VERSION:=23.10.0 PKG_RELEASE:=1 PYPI_NAME:=Twisted PYPI_SOURCE_NAME:=twisted -PKG_HASH:=3c73360add17336a622c0d811c2a2ce29866b6e59b1125fd6509b17252098a24 +PKG_HASH:=987847a0790a2c597197613686e2784fd54167df3a55d0fb17c8412305d76ce5 PKG_BUILD_DEPENDS:=libtirpc diff --git a/lang/python/python-twisted/patches/001-omit-tkconch.patch b/lang/python/python-twisted/patches/001-omit-tkconch.patch index bf8873f414..d9ad0d59e2 100644 --- a/lang/python/python-twisted/patches/001-omit-tkconch.patch +++ b/lang/python/python-twisted/patches/001-omit-tkconch.patch @@ -1,6 +1,6 @@ --- a/pyproject.toml +++ b/pyproject.toml -@@ -150,7 +150,6 @@ ckeygen = "twisted.conch.scripts.ckeygen +@@ -138,7 +138,6 @@ ckeygen = "twisted.conch.scripts.ckeygen conch = "twisted.conch.scripts.conch:run" mailmail = "twisted.mail.scripts.mailmail:run" pyhtmlizer = "twisted.scripts.htmlizer:run" diff --git a/lang/python/python-twisted/patches/002-omit-tests.patch b/lang/python/python-twisted/patches/002-omit-tests.patch index 841b5e09e7..ddf8f9e306 100644 --- a/lang/python/python-twisted/patches/002-omit-tests.patch +++ b/lang/python/python-twisted/patches/002-omit-tests.patch @@ -1,6 +1,6 @@ --- a/pyproject.toml +++ b/pyproject.toml -@@ -194,6 +194,7 @@ exclude = [ +@@ -182,6 +182,7 @@ exclude = [ "*.pxi", "*.pyx", "build.bat",