Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:05:46 +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: aaf5e6f887a8 - main - textproc/py-parse: Update to 1.21.1
Message-ID:  <69e4003a.33753.fc8af2e@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=aaf5e6f887a82a225fbf349c461111391d94d03d

commit aaf5e6f887a82a225fbf349c461111391d94d03d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:41:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:56 +0000

    textproc/py-parse: Update to 1.21.1
    
    Changes:        https://github.com/r1chardj0n3s/parse/releases
---
 textproc/py-parse/Makefile                   |  2 +-
 textproc/py-parse/distinfo                   |  6 +++---
 textproc/py-parse/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/textproc/py-parse/Makefile b/textproc/py-parse/Makefile
index ccc45e200870..96aba43a243e 100644
--- a/textproc/py-parse/Makefile
+++ b/textproc/py-parse/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	parse
-PORTVERSION=	1.21.0
+PORTVERSION=	1.21.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-parse/distinfo b/textproc/py-parse/distinfo
index 0dd2bba1474a..60a6a4b5d4bd 100644
--- a/textproc/py-parse/distinfo
+++ b/textproc/py-parse/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1771421748
-SHA256 (parse-1.21.0.tar.gz) = 937725d51330ffec9c7a26fdb5623baa135d8ba8ed78817ea9523538844e3ce4
-SIZE (parse-1.21.0.tar.gz) = 29649
+TIMESTAMP = 1775587612
+SHA256 (parse-1.21.1.tar.gz) = 825e1a88e9d9fb481b8d2ca709c6195558b6eaa97c559ad3a9a20aa2d12815a3
+SIZE (parse-1.21.1.tar.gz) = 29105
diff --git a/textproc/py-parse/files/patch-pyproject.toml b/textproc/py-parse/files/patch-pyproject.toml
new file mode 100644
index 000000000000..968ed1327684
--- /dev/null
+++ b/textproc/py-parse/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-02-19 02:16:19 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ description = "parse() is the opposite of format()"
+ dynamic = ["version"]
+ readme = "README.rst"
+ description = "parse() is the opposite of format()"
+-license = "MIT"
++license = {file = "LICENSE"}
+ classifiers = [
+     "Environment :: Web Environment",
+     "Intended Audience :: Developers",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e4003a.33753.fc8af2e>