git: a2183d188c42 - main - textproc/py-readchar: update to 3.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 11:28:46 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2183d188c42d22da761d299998cf4822a2e9a3a commit a2183d188c42d22da761d299998cf4822a2e9a3a Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2023-10-16 11:26:24 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2023-10-16 11:28:36 +0000 textproc/py-readchar: update to 3.1.0 Changelog: - https://github.com/magmax/python-readchar/releases/tag/v3.0.6 - https://github.com/magmax/python-readchar/releases/tag/v3.1.0 PR: 274459 Approved by: 0mp (maintainer) --- textproc/py-readchar/Makefile | 2 +- textproc/py-readchar/distinfo | 6 +++--- textproc/py-readchar/files/patch-setup.py | 9 --------- 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/textproc/py-readchar/Makefile b/textproc/py-readchar/Makefile index c0967a9b3b52..4b49568ff90a 100644 --- a/textproc/py-readchar/Makefile +++ b/textproc/py-readchar/Makefile @@ -1,6 +1,6 @@ PORTNAME= readchar DISTVERSIONPREFIX= v -DISTVERSION= 3.0.5 +DISTVERSION= 3.1.0 CATEGORIES= textproc devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-readchar/distinfo b/textproc/py-readchar/distinfo index 458cb39b83aa..6c7eeb569e07 100644 --- a/textproc/py-readchar/distinfo +++ b/textproc/py-readchar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642672137 -SHA256 (magmax-python-readchar-v3.0.5_GH0.tar.gz) = 894ca09016e40da07e8aea1df2ce8040f1664cdcb8f7223936857af34b239ea4 -SIZE (magmax-python-readchar-v3.0.5_GH0.tar.gz) = 7297 +TIMESTAMP = 1697272359 +SHA256 (magmax-python-readchar-v3.1.0_GH0.tar.gz) = 3b517e754f49421439cd1ae8fa31f9304d6c19603af47339b1b15a7ff25331f6 +SIZE (magmax-python-readchar-v3.1.0_GH0.tar.gz) = 7027 diff --git a/textproc/py-readchar/files/patch-setup.py b/textproc/py-readchar/files/patch-setup.py deleted file mode 100644 index 2e48641fcd39..000000000000 --- a/textproc/py-readchar/files/patch-setup.py +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.py.orig 2021-04-15 14:15:08 UTC -+++ setup.py -@@ -82,6 +82,5 @@ setup( - ], - install_requires=[], - setup_requires=[ -- "flake8", - ], - )