Browse Source
Merge pull request #14444 from BKPepe/update-python-packages
Update Voluptuous (and serialize), Slugify, Aiohttp
lilik-openwrt-22.03
Josef Schlehofer
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
12 additions and
12 deletions
-
lang/python/python-aiohttp/Makefile
-
lang/python/python-slugify/Makefile
-
lang/python/python-voluptuous-serialize/Makefile
-
lang/python/python-voluptuous/Makefile
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=aiohttp |
|
|
|
PKG_VERSION:=3.6.1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=3.7.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=fc55b1fec0e4cc1134ffb09ea3970783ee2906dc5dfd7cd16917913f2cfed65b |
|
|
|
PKG_HASH:=04f9d70f6c4d089be5068d7df6281e638f6820d4f1b1ec3dc012b0b43fa997d2 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-slugify |
|
|
|
PKG_VERSION:=4.0.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=4.0.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c |
|
|
|
PKG_HASH:=69a517766e00c1268e5bbfc0d010a0a8508de0b18d30ad5a1ff357f8ae724270 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=voluptuous-serialize |
|
|
|
PKG_VERSION:=2.3.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=2.4.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
|
PKG_HASH:=740cd00ce2ecf0f3345d550163fdd2f20de2e0a60c3c678450e68314c2f592f5 |
|
|
|
PKG_HASH:=c6ba17cb0301c18e8b955d89b85fa4aa05c05c80ab1e4873810900f757dceae4 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|
|
|
@ -8,11 +8,11 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=python-voluptuous |
|
|
|
PKG_VERSION:=0.11.7 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=0.12.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PYPI_NAME:=voluptuous |
|
|
|
PKG_HASH:=2abc341dbc740c5e2302c7f9b8e2e243194fb4772585b991931cb5b22e9bf456 |
|
|
|
PKG_HASH:=663572419281ddfaf4b4197fd4942d181630120fb39b333e3adad70aeb56444b |
|
|
|
|
|
|
|
PKG_LICENSE:=BSD-3-Clause |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|