Date: Tue, 18 Jun 2024 14:31:05 GMT 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: 8fd547d60d9f - main - textproc/py-autopep8: Update to 2.3.0 Message-ID: <202406181431.45IEV5Xq049122@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8fd547d60d9fd05655233ddbfa95a08c4c99e569 commit 8fd547d60d9fd05655233ddbfa95a08c4c99e569 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 14:26:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 14:26:59 +0000 textproc/py-autopep8: Update to 2.3.0 Changes: https://github.com/hhatto/autopep8/releases --- textproc/py-autopep8/Makefile | 2 +- textproc/py-autopep8/distinfo | 6 +++--- textproc/py-autopep8/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/textproc/py-autopep8/Makefile b/textproc/py-autopep8/Makefile index dbb1a2e29d99..5c99cf84adfa 100644 --- a/textproc/py-autopep8/Makefile +++ b/textproc/py-autopep8/Makefile @@ -1,5 +1,5 @@ PORTNAME= autopep8 -PORTVERSION= 2.2.0 +PORTVERSION= 2.3.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-autopep8/distinfo b/textproc/py-autopep8/distinfo index 8835bacc4b0b..c87ee5d430f5 100644 --- a/textproc/py-autopep8/distinfo +++ b/textproc/py-autopep8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1717158585 -SHA256 (autopep8-2.2.0.tar.gz) = d306a0581163ac29908280ad557773a95a9bede072c0fafed6f141f5311f43c1 -SIZE (autopep8-2.2.0.tar.gz) = 91723 +TIMESTAMP = 1718690554 +SHA256 (autopep8-2.3.0.tar.gz) = 5cfe45eb3bef8662f6a3c7e28b7c0310c7310d340074b7f0f28f9810b44b7ef4 +SIZE (autopep8-2.3.0.tar.gz) = 91624 diff --git a/textproc/py-autopep8/files/patch-pyproject.toml b/textproc/py-autopep8/files/patch-pyproject.toml new file mode 100644 index 000000000000..4837483c0483 --- /dev/null +++ b/textproc/py-autopep8/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-06-16 09:50:19 UTC ++++ pyproject.toml +@@ -30,7 +30,7 @@ dependencies = [ + ] + requires-python = ">=3.8" + dependencies = [ +- "pycodestyle >= 2.12.0", ++ "pycodestyle >= 2.11.0", + "tomli; python_version < '3.11'", + ] + dynamic = ["version"]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406181431.45IEV5Xq049122>