1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

databases/py-mysql-connector-python: Update version 8.0.20=>8.0.21

- Add TEST framework

Relnotes:	https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-21.html
This commit is contained in:
Muhammad Moinur Rahman 2020-08-08 07:12:14 +00:00
parent d9880564dd
commit 43e7df1a1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=544365
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mysql-connector-python
PORTVERSION= 8.0.20
PORTVERSION= 8.0.21
CATEGORIES= databases python
MASTER_SITES= MYSQL/Connector-Python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -22,4 +22,7 @@ NO_ARCH= yes
PYDISTUTILS_INSTALLARGS:= ${PYDISTUTILS_INSTALLARGS:N--single-version-externally-managed}
do-test:
@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} ./unittests.py)
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1590572098
SHA256 (mysql-connector-python-8.0.20.tar.gz) = bd1f1a57e9c89d6bf49b408c6fe151aad8c318237f2983dfc5b9a8202c6d20de
SIZE (mysql-connector-python-8.0.20.tar.gz) = 12058227
TIMESTAMP = 1596860118
SHA256 (mysql-connector-python-8.0.21.tar.gz) = 0eecec5ab1a4ba03741bee5ec3cb02a8647470ba4a5c50a14c49425db2ec3590
SIZE (mysql-connector-python-8.0.21.tar.gz) = 12069002