Marcel Telka
2024-03-24 4d8d01046cc90bfd6e31d9c9ec439212400c8eb4
python/asgiref: update to 3.8.1

3 files modified
14 ■■■■ changed files
components/python/asgiref/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/asgiref/patches/01-enable-tests.patch 4 ●●●● patch | view | raw | blame | history
components/python/asgiref/python-integrate-project.conf 4 ●●●● patch | view | raw | blame | history
components/python/asgiref/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        asgiref
HUMAN_VERSION =            3.8.0
HUMAN_VERSION =            3.8.1
COMPONENT_SUMMARY =        asgiref - ASGI specs, helper code, and adapters
COMPONENT_PROJECT_URL =        https://github.com/django/asgiref/
COMPONENT_ARCHIVE_URL =        \
    https://github.com/django/asgiref/archive/refs/tags/$(HUMAN_VERSION).tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:7c9a06aa745ddb00b70b9b7f24f8481afcffecf778d889128c17560fda2ff290
    sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590
COMPONENT_LICENSE =        BSD-3-Clause
COMPONENT_LICENSE_FILE =    LICENSE
components/python/asgiref/patches/01-enable-tests.patch
@@ -1,5 +1,5 @@
--- asgiref-3.8.0/tox.ini.orig
+++ asgiref-3.8.0/tox.ini
--- asgiref-3.8.1/tox.ini.orig
+++ asgiref-3.8.1/tox.ini
@@ -7,7 +7,7 @@
 usedevelop = true
 extras = tests
components/python/asgiref/python-integrate-project.conf
@@ -15,10 +15,6 @@
%patch% 01-enable-tests.patch
%hook-begin%
# https://github.com/django/asgiref/issues/449
DOWNLOAD_URL='https://github.com/django/asgiref/archive/refs/tags/$(HUMAN_VERSION).tar.gz'
%include-3%
# https://github.com/django/asgiref/issues/450
COMPONENT_TEST_TRANSFORMS += "-e '/^task: /d'"