Browse Source

Merge pull request #13711 from commodo/python-updates

Python updates
lilik-openwrt-22.03
Hannu Nyman 4 years ago
committed by GitHub
parent
commit
476f00da33
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      lang/python/pillow/Makefile
  2. +2
    -2
      lang/python/python-lxml/Makefile

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

@ -7,11 +7,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=pillow PKG_NAME:=pillow
PKG_VERSION:=7.2.0
PKG_VERSION:=8.0.0
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=Pillow PYPI_NAME:=Pillow
PKG_HASH:=97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626
PKG_HASH:=59304c67d12394815331eda95ec892bf54ad95e0aa7bc1ccd8e0a4a5a25d4bf3
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
PKG_LICENSE:=HPND PKG_LICENSE:=HPND


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

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-lxml PKG_NAME:=python-lxml
PKG_VERSION:=4.5.2
PKG_VERSION:=4.6.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PYPI_NAME:=lxml PYPI_NAME:=lxml
PKG_HASH:=cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6
PKG_HASH:=c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367
PKG_LICENSE:=BSD-3-Clause PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSES.txt PKG_LICENSE_FILES:=LICENSES.txt


Loading…
Cancel
Save