Date: Wed, 22 Apr 2026 13:02:52 +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: 4f40d03a02a6 - main - devel/py-portalocker: Update to 3.2.0 Message-ID: <69e8c6fc.1d676.2f896b1d@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=4f40d03a02a68a3a906450285ece4bbabbec12af commit 4f40d03a02a68a3a906450285ece4bbabbec12af Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-04-22 12:59:46 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-04-22 12:59:46 +0000 devel/py-portalocker: Update to 3.2.0 Changes: https://github.com/wolph/portalocker/releases --- devel/py-portalocker/Makefile | 2 +- devel/py-portalocker/distinfo | 6 +++--- devel/py-portalocker/files/patch-pyproject.toml | 12 ++++++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/devel/py-portalocker/Makefile b/devel/py-portalocker/Makefile index bf4b1c56f9e9..70dbef6769cc 100644 --- a/devel/py-portalocker/Makefile +++ b/devel/py-portalocker/Makefile @@ -1,5 +1,5 @@ PORTNAME= portalocker -PORTVERSION= 2.10.1 +PORTVERSION= 3.2.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/wolph/portalocker/releases/download/v${PORTVERSION}/ diff --git a/devel/py-portalocker/distinfo b/devel/py-portalocker/distinfo index 4bbe90bd1bc2..cf93e9017bc3 100644 --- a/devel/py-portalocker/distinfo +++ b/devel/py-portalocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761438389 -SHA256 (portalocker-2.10.1.tar.gz) = ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f -SIZE (portalocker-2.10.1.tar.gz) = 40891 +TIMESTAMP = 1776796110 +SHA256 (portalocker-3.2.0.tar.gz) = 1f3002956a54a8c3730586c5c77bf18fae4149e07eaf1c29fc3faf4d5a3f89ac +SIZE (portalocker-3.2.0.tar.gz) = 95644 diff --git a/devel/py-portalocker/files/patch-pyproject.toml b/devel/py-portalocker/files/patch-pyproject.toml new file mode 100644 index 000000000000..2e4a1d3240be --- /dev/null +++ b/devel/py-portalocker/files/patch-pyproject.toml @@ -0,0 +1,12 @@ +--- pyproject.toml.orig 2025-06-14 13:20:20 UTC ++++ pyproject.toml +@@ -6,8 +6,7 @@ authors = [{ name = 'Rick van Hattem', email = 'wolph@ + name = 'portalocker' + dynamic = ['version'] + authors = [{ name = 'Rick van Hattem', email = 'wolph@wol.ph' }] +-license = 'BSD-3-Clause' +-license-files = ['LICENSE'] ++license = { text = 'BSD-3-Clause' } + description = 'Wraps the portalocker recipe for easy usage' + keywords = ['locking', 'locks', 'with', 'statement', 'windows', 'linux', 'unix'] + readme = 'README.rst'home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e8c6fc.1d676.2f896b1d>
