aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stadler <peter.stadler@student.uibk.ac.at>2020-07-17 18:08:41 +0200
committerPeter Stadler <peter.stadler@student.uibk.ac.at>2020-07-20 18:11:45 +0200
commitf81ad44a62eefd265793b8b12f9fe04e80863434 (patch)
tree70b1c78f5c89a4259b9be2ad74e11dd112c5aa8d
parent38db6a2e3ea62b03ef7c26401a3d26edaf621487 (diff)
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 <peter.stadler@student.uibk.ac.at>
1 files 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