git: 662160b05496 - main - databases/py-mycli: Update to 1.27.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Mar 2024 18:56:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=662160b05496d77dd9d3b0265da5464a02d2ea1b commit 662160b05496d77dd9d3b0265da5464a02d2ea1b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-31 18:51:15 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-31 18:51:15 +0000 databases/py-mycli: Update to 1.27.1 Changes: https://github.com/dbcli/mycli/blob/main/changelog.md --- databases/py-mycli/Makefile | 3 +-- databases/py-mycli/distinfo | 6 +++--- databases/py-mycli/files/patch-setup.py | 22 ++-------------------- 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/databases/py-mycli/Makefile b/databases/py-mycli/Makefile index 671e2574eef8..52befa375634 100644 --- a/databases/py-mycli/Makefile +++ b/databases/py-mycli/Makefile @@ -1,6 +1,5 @@ PORTNAME= mycli -PORTVERSION= 1.27.0 -PORTREVISION= 1 +PORTVERSION= 1.27.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-mycli/distinfo b/databases/py-mycli/distinfo index eba8e589265a..94344231e3c3 100644 --- a/databases/py-mycli/distinfo +++ b/databases/py-mycli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1692211691 -SHA256 (mycli-1.27.0.tar.gz) = a71db5bd9c1a7d0006f4f2ff01548ce75637d3f50ca3a7e77b950b5b46aff7cd -SIZE (mycli-1.27.0.tar.gz) = 290701 +TIMESTAMP = 1711860493 +SHA256 (mycli-1.27.1.tar.gz) = e9f527a3e6192e7b87fe7b708aa3bd5b1eb7ac3489c1c159567e5ff5c98ca899 +SIZE (mycli-1.27.1.tar.gz) = 286347 diff --git a/databases/py-mycli/files/patch-setup.py b/databases/py-mycli/files/patch-setup.py index b71c7d8df55a..db47b60b0795 100644 --- a/databases/py-mycli/files/patch-setup.py +++ b/databases/py-mycli/files/patch-setup.py @@ -1,15 +1,6 @@ ---- setup.py.orig 2022-09-01 20:45:54 UTC +--- setup.py.orig 2024-03-29 05:11:01 UTC +++ setup.py -@@ -20,7 +20,7 @@ install_requirements = [ - 'click >= 7.0', - # Temporary to suppress paramiko Blowfish warning which breaks CI. - # Pinning cryptography should not be needed after paramiko 2.11.0. -- 'cryptography == 36.0.2', -+ 'cryptography >= 36.0.2', - # 'Pygments>=1.6,<=2.11.1', - 'Pygments>=1.6', - 'prompt_toolkit>=3.0.6,<4.0.0', -@@ -29,7 +29,7 @@ install_requirements = [ +@@ -28,7 +28,7 @@ install_requirements = [ 'sqlglot>=5.1.3', 'configobj >= 5.0.5', 'cli_helpers[styles] >= 2.2.1', @@ -18,12 +9,3 @@ 'pyaes >= 1.6.1' ] -@@ -95,7 +95,7 @@ setup( - author_email='mycli-dev@googlegroups.com', - version=version, - url='http://mycli.net', -- packages=find_packages(), -+ packages=find_packages(exclude=['test*']), - package_data={'mycli': ['myclirc', 'AUTHORS', 'SPONSORS']}, - description=description, - long_description=description,