Browse Source

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

django-cors-headers: update to version 3.5.0
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
f6343858b7
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.4.0
PKG_VERSION:=3.5.0
PKG_RELEASE:=1
PYPI_NAME:=django-cors-headers
PKG_HASH:=f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153
PKG_HASH:=db82b2840f667d47872ae3e4a4e0a0d72fbecb42779b8aa233fa8bb965f7836a
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE


Loading…
Cancel
Save