Bläddra i källkod

package/python-werkzeug: bump to version 3.0.4

Migrate from setuptools to flit build backend.

Add new python-markupsafe runtime dependency.

License file renamed without content changes.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
James Hilliard 10 månader sedan
förälder
incheckning
7e0c46410a

+ 1 - 0
package/python-werkzeug/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_WERKZEUG
 	bool "python-werkzeug"
+	select BR2_PACKAGE_PYTHON_MARKUPSAFE # runtime
 	select BR2_PACKAGE_PYTHON3_ZLIB # runtime
 	help
 	  Werkzeug is a WSGI utility library for Python. It's widely

+ 3 - 3
package/python-werkzeug/python-werkzeug.hash

@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/werkzeug/json
-md5  3bb49cd2f2b51a1c638532e9a935e207  werkzeug-2.3.8.tar.gz
-sha256  554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03  werkzeug-2.3.8.tar.gz
+md5  c69f88f79e8b84d77abd262558ccd8fa  werkzeug-3.0.4.tar.gz
+sha256  34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306  werkzeug-3.0.4.tar.gz
 # Locally computed sha256 checksums
-sha256  3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b  LICENSE.rst
+sha256  3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b  LICENSE.txt

+ 4 - 4
package/python-werkzeug/python-werkzeug.mk

@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-PYTHON_WERKZEUG_VERSION = 2.3.8
+PYTHON_WERKZEUG_VERSION = 3.0.4
 PYTHON_WERKZEUG_SOURCE = werkzeug-$(PYTHON_WERKZEUG_VERSION).tar.gz
-PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/3d/4b/d746f1000782c89d6c97df9df43ba8f4d126038608843d3560ae88d201b5
-PYTHON_WERKZEUG_SETUP_TYPE = setuptools
+PYTHON_WERKZEUG_SITE = https://files.pythonhosted.org/packages/0f/e2/6dbcaab07560909ff8f654d3a2e5a60552d937c909455211b1b36d7101dc
+PYTHON_WERKZEUG_SETUP_TYPE = flit
 PYTHON_WERKZEUG_LICENSE = BSD-3-Clause
-PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.rst
+PYTHON_WERKZEUG_LICENSE_FILES = LICENSE.txt
 PYTHON_WERKZEUG_CPE_ID_VENDOR = palletsprojects
 PYTHON_WERKZEUG_CPE_ID_PRODUCT = werkzeug