From f81ad44a62eefd265793b8b12f9fe04e80863434 Mon Sep 17 00:00:00 2001 From: Peter Stadler Date: Fri, 17 Jul 2020 18:08:41 +0200 Subject: [PATCH] python3-django-cors-headers: update to version 3.4.0 update to latest version changing the URL and DEPENDS, too. Signed-off-by: Peter Stadler --- lang/python/python3-django-cors-headers/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python3-django-cors-headers/Makefile b/lang/python/python3-django-cors-headers/Makefile index 73a2cc54e..882621907 100644 --- a/lang/python/python3-django-cors-headers/Makefile +++ b/lang/python/python3-django-cors-headers/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-cors-headers -PKG_VERSION:=3.3.0 +PKG_VERSION:=3.4.0 PKG_RELEASE:=1 PYPI_NAME:=django-cors-headers -PKG_HASH:=73d654950b5f5e7e4f67c05183d2169d4f7518ceb87734eb0d68f9e43be59f1c +PKG_HASH:=f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -20,8 +20,8 @@ define Package/python3-django-cors-headers SECTION:=lang CATEGORY:=Languages TITLE:=Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). - URL:=https://github.com/ottoyiu/django-cors-headers - DEPENDS:=+django +python3-urllib +python3-light + URL:=https://github.com/adamchainz/django-cors-headers + DEPENDS:=+python3-django +python3-urllib +python3-light endef define Package/python3-django-cors-headers/description