From 4d8d01046cc90bfd6e31d9c9ec439212400c8eb4 Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sun, 24 Mar 2024 16:06:06 +0100
Subject: [PATCH] python/asgiref: update to 3.8.1

---
 components/python/asgiref/patches/01-enable-tests.patch |    4 ++--
 components/python/asgiref/Makefile                      |    6 ++----
 components/python/asgiref/python-integrate-project.conf |    4 ----
 3 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/components/python/asgiref/Makefile b/components/python/asgiref/Makefile
index bd13502..cf95c5a 100644
--- a/components/python/asgiref/Makefile
+++ b/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
 
diff --git a/components/python/asgiref/patches/01-enable-tests.patch b/components/python/asgiref/patches/01-enable-tests.patch
index a9420e4..31f7e47 100644
--- a/components/python/asgiref/patches/01-enable-tests.patch
+++ b/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
diff --git a/components/python/asgiref/python-integrate-project.conf b/components/python/asgiref/python-integrate-project.conf
index dcde415..056b004 100644
--- a/components/python/asgiref/python-integrate-project.conf
+++ b/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'"

--
Gitblit v1.9.3