Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 2024 14:41:53 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 039de9b542e7 - main - www/py-werkzeug: Update to 3.0.5
Message-ID:  <202410291441.49TEfro3066449@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=039de9b542e7f5c6cebb38e89b8d55ce993360b9

commit 039de9b542e7f5c6cebb38e89b8d55ce993360b9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-29 14:20:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-29 14:38:42 +0000

    www/py-werkzeug: Update to 3.0.5
    
    Changes:        https://github.com/pallets/werkzeug/releases
---
 www/py-werkzeug/Makefile                   | 2 +-
 www/py-werkzeug/distinfo                   | 6 +++---
 www/py-werkzeug/files/patch-pyproject.toml | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile
index 8706e6df4bcb..024d01810d73 100644
--- a/www/py-werkzeug/Makefile
+++ b/www/py-werkzeug/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	werkzeug
-PORTVERSION=	3.0.4
+PORTVERSION=	3.0.5
 CATEGORIES=	www python
 MASTER_SITES=	PYPI \
 		https://github.com/pallets/werkzeug/releases/download/${PORTVERSION}/
diff --git a/www/py-werkzeug/distinfo b/www/py-werkzeug/distinfo
index 66ddbd205a12..9019de71d4bf 100644
--- a/www/py-werkzeug/distinfo
+++ b/www/py-werkzeug/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1725559915
-SHA256 (werkzeug-3.0.4.tar.gz) = 34f2371506b250df4d4f84bfe7b0921e4762525762bbd936614909fe25cd7306
-SIZE (werkzeug-3.0.4.tar.gz) = 803966
+TIMESTAMP = 1729994360
+SHA256 (werkzeug-3.0.5.tar.gz) = 033bc3783777078517f32ae3ba9e86e9bc38bdbf139b1a5a3af9679a64ed1293
+SIZE (werkzeug-3.0.5.tar.gz) = 804673
diff --git a/www/py-werkzeug/files/patch-pyproject.toml b/www/py-werkzeug/files/patch-pyproject.toml
index 0b90f9139ff3..0e8f5cca167d 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-08-21 19:35:55 UTC
+--- pyproject.toml.orig	2024-10-25 00:43:39 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [project]
 -name = "Werkzeug"
 +name = "werkzeug"
- version = "3.0.4"
+ version = "3.0.5"
  description = "The comprehensive WSGI web application library."
  readme = "README.md"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410291441.49TEfro3066449>