Browse Source
python-packaging: update to version 20.4
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec
5 years ago
No known key found for this signature in database
GPG Key ID: 60244CCEFB39E584
1 changed files with
3 additions and
3 deletions
-
lang/python/python-packaging/Makefile
|
|
@ -7,11 +7,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-packaging |
|
|
|
PKG_VERSION:=20.3 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=20.4 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=packaging |
|
|
|
PKG_HASH:=3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3 |
|
|
|
PKG_HASH:=4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
|
PKG_LICENSE:=Apache-2.0 BSD-2-Clause |
|
|
|