From b098f2ac40b74117ed596cbecb2ab9abfa4388e1 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 6 Jun 2023 17:50:18 +0800 Subject: [PATCH] python3-asgiref: Update to 3.7.2, rename source package This renames the source package to python-asgiref to match other Python packages. This also updates the package title and URL. Signed-off-by: Jeffery To --- .../{python3-asgiref => python-asgiref}/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename lang/python/{python3-asgiref => python-asgiref}/Makefile (75%) diff --git a/lang/python/python3-asgiref/Makefile b/lang/python/python-asgiref/Makefile similarity index 75% rename from lang/python/python3-asgiref/Makefile rename to lang/python/python-asgiref/Makefile index d92ec91b9d..4547758d99 100644 --- a/lang/python/python3-asgiref/Makefile +++ b/lang/python/python-asgiref/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=asgiref -PKG_VERSION:=3.4.1 -PKG_RELEASE:=2 +PKG_NAME:=python-asgiref +PKG_VERSION:=3.7.2 +PKG_RELEASE:=1 PYPI_NAME:=asgiref -PKG_HASH:=4ef1ab46b484e3c706329cedeff284a5d40824200638503f5768edb6de7d58e9 +PKG_HASH:=9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed PKG_MAINTAINER:=Peter Stadler PKG_LICENSE:=BSD-3-Clause @@ -19,8 +19,8 @@ define Package/python3-asgiref SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - TITLE:=Standard for Python asynchronous web apps and servers. - URL:=https://asgi.readthedocs.io/en/latest/ + TITLE:=ASGI specs, helper code, and adapters + URL:=https://github.com/django/asgiref/ DEPENDS:=+python3-light +python3-logging +python3-asyncio endef