Merge pull request #13388 from commodo/python-batch-updates
numpy,django,pymysql: version bumps
This commit is contained in:
commit
832a4e8a4d
3 changed files with 7 additions and 7 deletions
|
@ -8,11 +8,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django
|
||||
PKG_VERSION:=3.1
|
||||
PKG_VERSION:=3.1.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=Django
|
||||
PKG_HASH:=2d390268a13c655c97e0e2ede9d117007996db692c1bb93eabebd4fb7ea7012b
|
||||
PKG_HASH:=59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>, Peter Stadler <peter.stadler@student.uibk.ac.at>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
|
|
@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=numpy
|
||||
# Note: make sure to periodically update the Cython version in HOST_PYTHON3_PACKAGE_BUILD_DEPENDS
|
||||
PKG_VERSION:=1.19.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.19.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=b8456987b637232602ceb4d663cb34106f7eb780e247d51a260b84760fd8f491
|
||||
PKG_HASH:=0d310730e1e793527065ad7dde736197b705d0e4c9999775f212b03c44a8484c
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pymysql
|
||||
PKG_VERSION:=0.10.0
|
||||
PKG_VERSION:=0.10.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=PyMySQL
|
||||
PKG_HASH:=e14070bc84e050e0f80bf6063e31d276f03a0bb4d46b9eca2854566c4ae19837
|
||||
PKG_HASH:=263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
|
|
Loading…
Reference in a new issue