1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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
This commit is contained in:
Muhammad Moinur Rahman 2023-02-01 08:15:17 -06:00
parent f0627377e0
commit b5517044d1
3 changed files with 4 additions and 16 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= mysql-connector-python
PORTVERSION= 8.0.31
PORTREVISION= 1
PORTVERSION= 8.0.32
CATEGORIES= databases python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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

View File

@ -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"],