diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-08-08 07:12:14 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-08-08 07:12:14 +0000 |
commit | 43e7df1a1b63fcf3f74b0e9977cf704787f2e58a (patch) | |
tree | 69ab3c3915328decedf2d5fe478c71ccdc06e6bc /databases/py-mysql-connector-python | |
parent | net/kitinerary: prepare for poppler 20.08.0 update (diff) |
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
Notes
Notes:
svn path=/head/; revision=544365
Diffstat (limited to 'databases/py-mysql-connector-python')
-rw-r--r-- | databases/py-mysql-connector-python/Makefile | 5 | ||||
-rw-r--r-- | databases/py-mysql-connector-python/distinfo | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/databases/py-mysql-connector-python/Makefile b/databases/py-mysql-connector-python/Makefile index 1d4014fafe8f..f17bd20c3cea 100644 --- a/databases/py-mysql-connector-python/Makefile +++ b/databases/py-mysql-connector-python/Makefile @@ -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> diff --git a/databases/py-mysql-connector-python/distinfo b/databases/py-mysql-connector-python/distinfo index 1a256fa94601..5e9d29ebc636 100644 --- a/databases/py-mysql-connector-python/distinfo +++ b/databases/py-mysql-connector-python/distinfo @@ -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 |