Browse Source

Merge pull request #10591 from peter-stadler/django-cors-headers

python3-django-cors-headers: update to version 3.2.0
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
7f0bd30cf1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python3-django-cors-headers/Makefile

+ 2
- 2
lang/python/python3-django-cors-headers/Makefile View File

@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-cors-headers
PKG_VERSION:=3.1.1
PKG_VERSION:=3.2.0
PKG_RELEASE:=1
PYPI_NAME:=django-cors-headers
PKG_HASH:=5762ec9c2d59f38c76828dc1d4308baca4bc0d3e1d6f217683e7a24a1c4611a3
PKG_HASH:=84933651fbbde8f2bc084bef2f077b79db1ec1389432f21dd661eaae6b3d6a95
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save