Browse Source
Merge pull request #11070 from jefferyto/python-six-1.14.0
python-six: Update to 1.14.0
lilik-openwrt-22.03
Hannu Nyman
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-six/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-six |
|
|
|
PKG_VERSION:=1.13.0 |
|
|
|
PKG_VERSION:=1.14.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=six |
|
|
|
PKG_HASH:=30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66 |
|
|
|
PKG_HASH:=236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a |
|
|
|
|
|
|
|
PKG_LICENSE:=MIT |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|