1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 12:23:59 +02:00

Merge pull request #13207 from commodo/python-updates

django,openpyxl: bump versions
This commit is contained in:
Hannu Nyman 2020-08-26 19:13:55 +03:00 committed by GitHub
commit 540778dc9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=django PKG_NAME:=django
PKG_VERSION:=3.0.8 PKG_VERSION:=3.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=Django PYPI_NAME:=Django
PKG_HASH:=31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582 PKG_HASH:=2d390268a13c655c97e0e2ede9d117007996db692c1bb93eabebd4fb7ea7012b
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-openpyxl PKG_NAME:=python-openpyxl
PKG_VERSION:=3.0.4 PKG_VERSION:=3.0.5
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
@ -16,7 +16,7 @@ PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENCE.rst PKG_LICENSE_FILES:=LICENCE.rst
PYPI_NAME:=openpyxl PYPI_NAME:=openpyxl
PKG_HASH:=d88dd1480668019684c66cfff3e52a5de4ed41e9df5dd52e008cbf27af0dbf87 PKG_HASH:=18e11f9a650128a12580a58e3daba14e00a11d9e907c554a17ea016bf1a2c71b
include ../pypi.mk include ../pypi.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk