diff options
author | Jeffery To <jeffery.to@gmail.com> | 2022-02-15 21:28:16 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-02-15 16:42:13 -0800 |
commit | 9f3816d1c6230076db33658d29c44b0dc5c849d1 (patch) | |
tree | 48a0272b351c28b10911a8e037423c90808ad13d /lang | |
parent | 4e0d54f4d2b33d80fa5ea31eb7acba102cecf2b5 (diff) |
python-twisted: Update to 22.1.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-twisted/Makefile | 4 | ||||
-rw-r--r-- | lang/python/python-twisted/patches/001-omit-tkconch.patch | 2 | ||||
-rw-r--r-- | 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 949a5cbf1..19a94b28f 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:=21.7.0 +PKG_VERSION:=22.1.0 PKG_RELEASE:=1 PYPI_NAME:=Twisted -PKG_HASH:=2cd652542463277378b0d349f47c62f20d9306e57d1247baabd6d1d38a109006 +PKG_HASH:=b7971ec9805b0f80e1dcb1a3721d7bfad636d5f909de687430ce373979d67b61 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 0216a86a6..a12115fba 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 -@@ -105,7 +105,6 @@ console_scripts = +@@ -108,7 +108,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 a03846472..07338f7cd 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 -@@ -97,6 +97,9 @@ mypy = +@@ -100,6 +100,9 @@ mypy = [options.packages.find] where = src @@ -10,7 +10,7 @@ [options.entry_points] console_scripts = -@@ -116,6 +119,7 @@ console_scripts = +@@ -119,6 +122,7 @@ console_scripts = *.pxi *.pyx build.bat |