git: b5517044d10d - main - databases/py-mysql-connector-python: Update version 8.0.31=>8.0.32
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Feb 2023 14:38:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5517044d10d526d5e8c2d6bb9633ff6a361d1ac commit b5517044d10d526d5e8c2d6bb9633ff6a361d1ac Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-02-01 14:15:17 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-02-01 14:38:15 +0000 databases/py-mysql-connector-python: Update version 8.0.31=>8.0.32 Relnotes: https://github.com/mysql/mysql-connector-python/releases/tag/8.0.32 --- databases/py-mysql-connector-python/Makefile | 3 +-- databases/py-mysql-connector-python/distinfo | 6 +++--- databases/py-mysql-connector-python/files/patch-setup.py | 11 ----------- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 425bc92cda68..87c45bcbd8b9 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -1,6 +1,5 @@ PORTNAME= mysql-connector-python -PORTVERSION= 8.0.31 -PORTREVISION= 1 +PORTVERSION= 8.0.32 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-mysql-connector-python/distinfo b/databases/py-mysql-connector-python/distinfo index b4dde5cd26e6..76ea528564d6 100644 --- a/databases/py-mysql-connector-python/distinfo +++ b/databases/py-mysql-connector-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668633034 -SHA256 (mysql-mysql-connector-python-8.0.31_GH0.tar.gz) = e6acf5ae9db404c714cf12d5588e074c8d30730a6054c873a8b9ff7641d464ec -SIZE (mysql-mysql-connector-python-8.0.31_GH0.tar.gz) = 15213063 +TIMESTAMP = 1675256265 +SHA256 (mysql-mysql-connector-python-8.0.32_GH0.tar.gz) = 42b951f50e11bd1d04f5b596d9e3c48a5a3379403e5b87ca082b621869eade2e +SIZE (mysql-mysql-connector-python-8.0.32_GH0.tar.gz) = 15250524 diff --git a/databases/py-mysql-connector-python/files/patch-setup.py b/databases/py-mysql-connector-python/files/patch-setup.py deleted file mode 100644 index eed82ebcacff..000000000000 --- a/databases/py-mysql-connector-python/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2023-01-17 19:32:28 UTC -+++ setup.py -@@ -139,7 +139,7 @@ setup( - ], - ext_modules=EXTENSIONS, - cmdclass=COMMAND_CLASSES, -- install_requires=["protobuf>=3.11.0,<=3.20.1"], -+ install_requires=["protobuf>=3.11.0"], - extras_require={ - "dns-srv": ["dnspython>=1.16.0,<=2.1.0"], - "compression": ["lz4>=2.1.6,<=3.1.3", "zstandard>=0.12.0,<=0.15.2"],