git: 9bfe5fffdb67 - main - devel/py-plux: Update to 1.11.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 06:03:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9bfe5fffdb67946257621ca797f7e1b8326c47e9 commit 9bfe5fffdb67946257621ca797f7e1b8326c47e9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-26 06:00:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-26 06:00:23 +0000 devel/py-plux: Update to 1.11.2 Changes: https://github.com/localstack/plux/releases https://github.com/localstack/plux/commits/main --- devel/py-plux/Makefile | 2 +- devel/py-plux/distinfo | 6 +++--- devel/py-plux/files/patch-setup.cfg | 10 ---------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/devel/py-plux/Makefile b/devel/py-plux/Makefile index fdfa5d54539b..eaba89472207 100644 --- a/devel/py-plux/Makefile +++ b/devel/py-plux/Makefile @@ -1,5 +1,5 @@ PORTNAME= plux -PORTVERSION= 1.11.1 +PORTVERSION= 1.11.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-plux/distinfo b/devel/py-plux/distinfo index aa1a61061d41..27312d4bffba 100644 --- a/devel/py-plux/distinfo +++ b/devel/py-plux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722711205 -SHA256 (plux-1.11.1.tar.gz) = b3d9cd396dfb50be6adec54d5d934b6b65f8aa2f231d41eeab80b1c08861db45 -SIZE (plux-1.11.1.tar.gz) = 30764 +TIMESTAMP = 1729909982 +SHA256 (plux-1.11.2.tar.gz) = e3e3ac35c2e1484cf9fa4938234b92fe44287c1b6dff013242643d671868a253 +SIZE (plux-1.11.2.tar.gz) = 30802 diff --git a/devel/py-plux/files/patch-setup.cfg b/devel/py-plux/files/patch-setup.cfg deleted file mode 100644 index 64cfc2e782ff..000000000000 --- a/devel/py-plux/files/patch-setup.cfg +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.cfg.orig 2023-11-10 11:31:39 UTC -+++ setup.cfg -@@ -25,7 +25,6 @@ zip_safe = False - packages = find: - setup_requires = - setuptools -- wheel - install_requires = - stevedore>=3.4 - test_requires =