python3-bottle: Update to 0.12.25
authorTianling Shen <cnsztl@immortalwrt.org>
Sat, 27 May 2023 06:35:33 +0000 (14:35 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 6 Jun 2023 11:44:05 +0000 (13:44 +0200)
Fix build with Python 3.11

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit a6980eb933bb3843afefc4d28d70811926d2f03e)

lang/python/python3-bottle/Makefile

index 55ce898b216f54af3f075a82305f6f8f81239c29..f094d81b6aee28154faac4dc85b56bd86f2795a8 100644 (file)
@@ -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