From 3d33fa3b09414f8a79e1e8f98d64d41b26235e12 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 18 Apr 2022 19:11:48 +0800 Subject: [PATCH] python-twisted: Update to 22.4.0, refresh patches Signed-off-by: Jeffery To (cherry picked from commit 43a380f953df0b7db9d11c13e6488caedcb7ebd2) --- 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 | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/python/python-twisted/Makefile b/lang/python/python-twisted/Makefile index 628630db1..8c78b0284 100644 --- a/lang/python/python-twisted/Makefile +++ b/lang/python/python-twisted/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-twisted -PKG_VERSION:=22.2.0 +PKG_VERSION:=22.4.0 PKG_RELEASE:=1 PYPI_NAME:=Twisted -PKG_HASH:=57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2 +PKG_HASH:=a047990f57dfae1e0bd2b7df2526d4f16dcdc843774dc108b78c52f2a5f13680 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 a12115fba..2a913ece9 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/setup.cfg +++ b/setup.cfg -@@ -108,7 +108,6 @@ console_scripts = +@@ -112,7 +112,6 @@ console_scripts = 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 07338f7cd..08507c390 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/setup.cfg +++ b/setup.cfg -@@ -100,6 +100,9 @@ mypy = +@@ -104,6 +104,9 @@ mypy = [options.packages.find] where = src @@ -10,7 +10,7 @@ [options.entry_points] console_scripts = -@@ -119,6 +122,7 @@ console_scripts = +@@ -123,6 +126,7 @@ console_scripts = *.pxi *.pyx build.bat