1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

www/py-werkzeug: Update to 3.0.1

Changes:	https://github.com/pallets/werkzeug/releases
This commit is contained in:
Po-Chuan Hsieh 2023-11-27 18:03:35 +08:00
parent c5d064d754
commit f8bb06643e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= werkzeug
PORTVERSION= 2.3.8
PORTVERSION= 3.0.1
CATEGORIES= www python
MASTER_SITES= PYPI \
https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1699985593
SHA256 (werkzeug-2.3.8.tar.gz) = 554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03
SIZE (werkzeug-2.3.8.tar.gz) = 819747
TIMESTAMP = 1700759886
SHA256 (werkzeug-3.0.1.tar.gz) = 507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc
SIZE (werkzeug-3.0.1.tar.gz) = 801436

View File

@ -1,9 +1,9 @@
--- pyproject.toml.orig 2023-04-27 13:38:50 UTC
--- pyproject.toml.orig 2023-10-24 20:52:38 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Werkzeug"
+name = "werkzeug"
version = "3.0.1"
description = "The comprehensive WSGI web application library."
readme = "README.rst"
license = {text = "BSD-3-Clause"}