Browse Source
Merge pull request #12316 from commodo/python3-six
python-six: bump to version 1.15.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
3 additions and
3 deletions
-
lang/python/python-six/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-six |
|
|
|
PKG_VERSION:=1.14.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.15.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=six |
|
|
|
PKG_HASH:=236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a |
|
|
|
PKG_HASH:=30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259 |
|
|
|
|
|
|
|
PKG_LICENSE:=MIT |
|
|
|
PKG_LICENSE_FILES:=LICENSE |
|
|
|