From 5bbaccb77ae3feb81568801418e7cdfc6e67d50d Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Sat, 21 Sep 2024 23:37:32 -0600 Subject: [PATCH] package/python-txtorcon: bump to version 24.8.0 Drop no longer required python-idna runtime dependency. Drop no longer required python-incremental runtime dependency. Drop no longer required python-pyopenssl runtime dependency. Drop no longer required python-service-identity runtime dependency. Add new python-cryptography runtime dependency. Add new python-twisted-tls runtime dependency. Signed-off-by: James Hilliard Signed-off-by: Yann E. MORIN --- package/python-txtorcon/Config.in | 9 +++------ package/python-txtorcon/python-txtorcon.hash | 4 ++-- package/python-txtorcon/python-txtorcon.mk | 4 ++-- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/package/python-txtorcon/Config.in b/package/python-txtorcon/Config.in index fbea7be8cf..e96ba678c6 100644 --- a/package/python-txtorcon/Config.in +++ b/package/python-txtorcon/Config.in @@ -1,13 +1,10 @@ config BR2_PACKAGE_PYTHON_TXTORCON bool "python-txtorcon" - # python-pyopenssl -> python-cryptography - depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS + depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-cryptography select BR2_PACKAGE_PYTHON_AUTOMAT # runtime - select BR2_PACKAGE_PYTHON_IDNA # runtime - select BR2_PACKAGE_PYTHON_INCREMENTAL # runtime - select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime - select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime + select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime select BR2_PACKAGE_PYTHON_TWISTED # runtime + select BR2_PACKAGE_PYTHON_TWISTED_TLS # runtime select BR2_PACKAGE_PYTHON_ZOPE_INTERFACE # runtime help Twisted-based Tor controller client, with state-tracking and diff --git a/package/python-txtorcon/python-txtorcon.hash b/package/python-txtorcon/python-txtorcon.hash index 9c8e3599ea..b322eac23f 100644 --- a/package/python-txtorcon/python-txtorcon.hash +++ b/package/python-txtorcon/python-txtorcon.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/txtorcon/json -md5 17a84954a4ba13fa6ee443129bdc401a txtorcon-22.0.0.tar.gz -sha256 89a1b65e32a4b369d67e6c166387fbc468cc5d05227448d239a5e7e9718aa053 txtorcon-22.0.0.tar.gz +md5 c3e9d8fe545effa09c0e43612c91ca17 txtorcon-24.8.0.tar.gz +sha256 befe19138d9c8c5307b6ee6d4fe446d0c201ffd1cc404aeb265ed90309978ad0 txtorcon-24.8.0.tar.gz # Locally computed sha256 checksums sha256 3ada1c32ef38c23d96d7f4e8f4a226c527f51e0202883c7543b06f9cc5228a2b LICENSE diff --git a/package/python-txtorcon/python-txtorcon.mk b/package/python-txtorcon/python-txtorcon.mk index c17d5da074..13a2454d6a 100644 --- a/package/python-txtorcon/python-txtorcon.mk +++ b/package/python-txtorcon/python-txtorcon.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_TXTORCON_VERSION = 22.0.0 +PYTHON_TXTORCON_VERSION = 24.8.0 PYTHON_TXTORCON_SOURCE = txtorcon-$(PYTHON_TXTORCON_VERSION).tar.gz -PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/47/ca/7941660345c769637a97bdbaf25202460fbab35eead55c538fb1fe61b71e +PYTHON_TXTORCON_SITE = https://files.pythonhosted.org/packages/b9/9f/7815b07d8bc775d9578d9131267bb7ce3e91e31305688736ed796ae724d1 PYTHON_TXTORCON_SETUP_TYPE = setuptools PYTHON_TXTORCON_LICENSE = MIT PYTHON_TXTORCON_LICENSE_FILES = LICENSE