Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:05:59 +0000
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: 4f236648d0b0 - main - textproc/py-wheezy.template: Update to 3.2.5
Message-ID:  <69e40047.33d4f.533347a4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f236648d0b0710fb099c6a5730b3585c6b2bec9

commit 4f236648d0b0710fb099c6a5730b3585c6b2bec9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:41:33 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:53:00 +0000

    textproc/py-wheezy.template: Update to 3.2.5
    
    Changes:        https://github.com/akornatskyy/wheezy.template/releases
---
 textproc/py-wheezy.template/Makefile                   |  2 +-
 textproc/py-wheezy.template/distinfo                   |  6 +++---
 textproc/py-wheezy.template/files/patch-pyproject.toml | 10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/textproc/py-wheezy.template/Makefile b/textproc/py-wheezy.template/Makefile
index c587164c4b53..6f524627b035 100644
--- a/textproc/py-wheezy.template/Makefile
+++ b/textproc/py-wheezy.template/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	wheezy.template
-PORTVERSION=	3.2.4
+PORTVERSION=	3.2.5
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-wheezy.template/distinfo b/textproc/py-wheezy.template/distinfo
index 475e9f61e31d..012869d719a3 100644
--- a/textproc/py-wheezy.template/distinfo
+++ b/textproc/py-wheezy.template/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625567
-SHA256 (wheezy_template-3.2.4.tar.gz) = 465b9ac52e1c38bc9fc30127ae90bd232ce8df07fc2ac53383cb784f238b144f
-SIZE (wheezy_template-3.2.4.tar.gz) = 19296
+TIMESTAMP = 1775587634
+SHA256 (wheezy_template-3.2.5.tar.gz) = c7c0bf85af0f70ca2ef4b6ea9a74ef372f73392aa17bea0d885dcba7356d0867
+SIZE (wheezy_template-3.2.5.tar.gz) = 19324
diff --git a/textproc/py-wheezy.template/files/patch-pyproject.toml b/textproc/py-wheezy.template/files/patch-pyproject.toml
index 9fe93856f507..19629b9c6635 100644
--- a/textproc/py-wheezy.template/files/patch-pyproject.toml
+++ b/textproc/py-wheezy.template/files/patch-pyproject.toml
@@ -1,12 +1,12 @@
---- pyproject.toml.orig	2025-12-13 14:11:05 UTC
+--- pyproject.toml.orig	2026-02-18 09:05:11 UTC
 +++ pyproject.toml
-@@ -11,8 +11,7 @@ requires-python = ">=3.10"
+@@ -8,8 +8,7 @@ requires-python = ">=3.10"
  description = "A lightweight template library"
  readme = { file = "README.md", content-type = "text/markdown" }
  requires-python = ">=3.10"
 -license = "MIT"
 -license-files = ["LICENSE"]
 +license = { text = "MIT" }
- authors = [
-   { name = "Andriy Kornatskyy", email = "andriy.kornatskyy@live.com" },
- ]
+ authors = [{ name = "Andriy Kornatskyy", email = "andriy.kornatskyy@live.com" }]
+ keywords = ["html", "markup", "template", "preprocessor"]
+ classifiers = [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e40047.33d4f.533347a4>