git: 3142141b5366 - main - www/py-werkzeug: Update to 3.0.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:27:40 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3142141b53666740773be682ecbf6c1db5dad143
commit 3142141b53666740773be682ecbf6c1db5dad143
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:20:29 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:16:01 +0000
www/py-werkzeug: Update to 3.0.3
- Update LICENSE_FILE
Changes: https://github.com/pallets/werkzeug/releases
https://github.com/pallets/werkzeug/blob/main/CHANGES.rst
---
www/py-werkzeug/Makefile | 4 ++--
www/py-werkzeug/distinfo | 6 +++---
www/py-werkzeug/files/patch-pyproject.toml | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile
index 18de5509a4a5..946e9b3e6b79 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -1,5 +1,5 @@
PORTNAME= werkzeug
-PORTVERSION= 3.0.2
+PORTVERSION= 3.0.3
CATEGORIES= www python
MASTER_SITES= PYPI \
https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/
@@ -11,7 +11,7 @@ WWW= https://palletsprojects.com/p/werkzeug/ \
https://github.com/pallets/werkzeug
LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.rst
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=0<4:devel/py-flit-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.1.1:textproc/py-markupsafe@${PY_FLAVOR}
diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo
index ac8db71892ab..c6eb9745639f 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1712084544
-SHA256 (werkzeug-3.0.2.tar.gz) = e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d
-SIZE (werkzeug-3.0.2.tar.gz) = 802172
+TIMESTAMP = 1715842874
+SHA256 (werkzeug-3.0.3.tar.gz) = 097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18
+SIZE (werkzeug-3.0.3.tar.gz) = 803342
diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml
index 2dc9ddef82b5..5c287c3e4d31 100644
--- a/www/py-werkzeug/files/patch-pyproject.toml
+++ b/www/py-werkzeug/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig 2024-04-01 18:51:40 UTC
+--- pyproject.toml.orig 2024-05-05 23:02:12 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "Werkzeug"
+name = "werkzeug"
- version = "3.0.2"
+ version = "3.0.3"
description = "The comprehensive WSGI web application library."
- readme = "README.rst"
+ readme = "README.md"