Date: Sat, 18 Apr 2026 22:02: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: 1e6225ee92d3 - main - devel/py-greenlet: Update to 3.3.2 Message-ID: <69e3ff86.337b9.2f5acde1@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=1e6225ee92d319aaf2b7b918de1a9eb466d4fcf7 commit 1e6225ee92d319aaf2b7b918de1a9eb466d4fcf7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-18 21:23:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-18 21:51:53 +0000 devel/py-greenlet: Update to 3.3.2 Changes: https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst https://greenlet.readthedocs.io/en/latest/changes.html --- devel/py-greenlet/Makefile | 2 +- devel/py-greenlet/distinfo | 6 +++--- devel/py-greenlet/files/patch-pyproject.toml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index c2d08d0dd6cc..33014c4d4071 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -1,5 +1,5 @@ PORTNAME= greenlet -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-greenlet/distinfo b/devel/py-greenlet/distinfo index b36525b8f2d2..29b501bb17af 100644 --- a/devel/py-greenlet/distinfo +++ b/devel/py-greenlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1769874298 -SHA256 (greenlet-3.3.1.tar.gz) = 41848f3230b58c08bb43dee542e74a2a2e34d3c59dc3076cec9151aeeedcae98 -SIZE (greenlet-3.3.1.tar.gz) = 184690 +TIMESTAMP = 1775587290 +SHA256 (greenlet-3.3.2.tar.gz) = 2eaf067fc6d886931c7962e8c6bede15d2f01965560f3359b27c80bde2d151f2 +SIZE (greenlet-3.3.2.tar.gz) = 188267 diff --git a/devel/py-greenlet/files/patch-pyproject.toml b/devel/py-greenlet/files/patch-pyproject.toml index 6ddb96ff1cad..5b12b81fd4a8 100644 --- a/devel/py-greenlet/files/patch-pyproject.toml +++ b/devel/py-greenlet/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2026-01-23 15:28:32 UTC +--- pyproject.toml.orig 2026-02-20 20:14:45 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] @@ -13,12 +13,12 @@ maintainers = [ { name = "Jason Madden", email = "jason@seecoresoftware.com" } ] --license = "MIT AND Python-2.0" +-license = "MIT AND PSF-2.0" -license-files = [ - 'LICENSE', - 'LICENSE.PSF', -] -+license = { text = "MIT AND Python-2.0" } ++license = { text = "MIT AND PSF-2.0" } classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ff86.337b9.2f5acde1>
