mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
www/py-werkzeug: Update to 3.1.3
Changes: https://github.com/pallets/werkzeug/releases https://werkzeug.palletsprojects.com/en/stable/changes/
This commit is contained in:
parent
41a1c9183c
commit
bec116fba0
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= werkzeug
|
PORTNAME= werkzeug
|
||||||
PORTVERSION= 3.1.1
|
PORTVERSION= 3.1.3
|
||||||
CATEGORIES= www python
|
CATEGORIES= www python
|
||||||
MASTER_SITES= PYPI \
|
MASTER_SITES= PYPI \
|
||||||
https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/
|
https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1730540936
|
TIMESTAMP = 1731679352
|
||||||
SHA256 (werkzeug-3.1.1.tar.gz) = 8cd39dfbdfc1e051965f156163e2974e52c210f130810e9ad36858f0fd3edad4
|
SHA256 (werkzeug-3.1.3.tar.gz) = 60723ce945c19328679790e3282cc758aa4a6040e4bb330f53d30fa546d44746
|
||||||
SIZE (werkzeug-3.1.1.tar.gz) = 806453
|
SIZE (werkzeug-3.1.3.tar.gz) = 806925
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
--- pyproject.toml.orig 2024-11-01 16:18:41 UTC
|
--- pyproject.toml.orig 2024-11-08 15:46:09 UTC
|
||||||
+++ pyproject.toml
|
+++ pyproject.toml
|
||||||
@@ -1,5 +1,5 @@
|
@@ -1,5 +1,5 @@
|
||||||
[project]
|
[project]
|
||||||
-name = "Werkzeug"
|
-name = "Werkzeug"
|
||||||
+name = "werkzeug"
|
+name = "werkzeug"
|
||||||
version = "3.1.1"
|
version = "3.1.3"
|
||||||
description = "The comprehensive WSGI web application library."
|
description = "The comprehensive WSGI web application library."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Add table
Reference in a new issue