Browse Source

Merge pull request #15300 from commodo/python-updates1

Python updates1
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
847c82124a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions
  1. +2
    -2
      lang/python/django-restframework/Makefile
  2. +3
    -3
      lang/python/gunicorn/Makefile
  3. +2
    -2
      lang/python/numpy/Makefile
  4. +2
    -2
      lang/python/python-lxml/Makefile

+ 2
- 2
lang/python/django-restframework/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django-restframework
PKG_VERSION:=3.12.2
PKG_VERSION:=3.12.4
PKG_RELEASE:=1
PYPI_NAME:=djangorestframework
PKG_HASH:=0898182b4737a7b584a2c73735d89816343369f259fea932d90dc78e35d8ac33
PKG_HASH:=f747949a8ddac876e879190df194b925c177cdeb725a099db1460872f7c0a7f2
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=BSD-3-Clause


+ 3
- 3
lang/python/gunicorn/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=gunicorn
PKG_VERSION:=20.0.4
PKG_RELEASE:=2
PKG_VERSION:=20.1.0
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626
PKG_HASH:=e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=MIT


+ 2
- 2
lang/python/numpy/Makefile View File

@ -6,11 +6,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=numpy
PKG_VERSION:=1.20.1
PKG_VERSION:=1.20.2
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=3bc63486a870294683980d76ec1e3efc786295ae00128f9ea38e2c6e74d5a60a
PKG_HASH:=878922bf5ad7550aa044aa9301d417e2d3ae50f0f577de92051d739ac6096cee
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>


+ 2
- 2
lang/python/python-lxml/Makefile View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-lxml
PKG_VERSION:=4.6.2
PKG_VERSION:=4.6.3
PKG_RELEASE:=1
PYPI_NAME:=lxml
PKG_HASH:=cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc
PKG_HASH:=39b78571b3b30645ac77b95f7c69d1bffc4cf8c3b157c435a34da72e78c82468
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSES.txt


Loading…
Cancel
Save