diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-01-27 17:47:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 17:47:22 +0200 |
commit | 02c918ba79aee3b40d1a2f5773e2a33a0b2f7ec8 (patch) | |
tree | 5f866a24da5f6849d65e2cd8c04efa82045a0be0 | |
parent | de13f35827dfa8dae1565f34a4a49a39fb600033 (diff) | |
parent | 3d5c9c5b238b650906bbb08cde1660b8ccdb3fba (diff) |
Merge pull request #11138 from peter-stadler/django-cors-headers
python3-django-cors-headers: update to version 3.2.1
-rw-r--r-- | lang/python/python3-django-cors-headers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python3-django-cors-headers/Makefile b/lang/python/python3-django-cors-headers/Makefile index 39194d7fa..6878cfe7a 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.2.0 +PKG_VERSION:=3.2.1 PKG_RELEASE:=1 PYPI_NAME:=django-cors-headers -PKG_HASH:=84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95 +PKG_HASH:=a5960addecc04527ab26617e51b8ed42f0adab4594b24bb0f3c33e2bd3857c3f PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE |