diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-27 14:35:33 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-06-05 11:31:42 +0200 |
commit | a6980eb933bb3843afefc4d28d70811926d2f03e (patch) | |
tree | 12dc58e8c9c35eda5ea5fde2bb1ca12c1a24f3a8 /lang/python/python3-bottle | |
parent | 0e6fe09a34beeb7e491bd5435e5375ce485a8daa (diff) |
python3-bottle: Update to 0.12.25
Fix build with Python 3.11
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'lang/python/python3-bottle')
-rw-r--r-- | lang/python/python3-bottle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python3-bottle/Makefile b/lang/python/python3-bottle/Makefile index 55ce898b2..f094d81b6 100644 --- a/lang/python/python3-bottle/Makefile +++ b/lang/python/python3-bottle/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python3-bottle -PKG_VERSION:=0.12.19 +PKG_VERSION:=0.12.25 PKG_RELEASE:=1 PYPI_NAME:=bottle -PKG_HASH:=a9d73ffcbc6a1345ca2d7949638db46349f5b2b77dac65d6494d45c23628da2c +PKG_HASH:=e1a9c94970ae6d710b3fb4526294dfeb86f2cb4a81eff3a4b98dc40fb0e5e021 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=MIT |