Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Aug 2020 07:12:14 +0000 (UTC)
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544365 - head/databases/py-mysql-connector-python
Message-ID:  <202008080712.0787CEOW086227@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bofh
Date: Sat Aug  8 07:12:14 2020
New Revision: 544365
URL: https://svnweb.freebsd.org/changeset/ports/544365

Log:
  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

Modified:
  head/databases/py-mysql-connector-python/Makefile
  head/databases/py-mysql-connector-python/distinfo

Modified: head/databases/py-mysql-connector-python/Makefile
==============================================================================
--- head/databases/py-mysql-connector-python/Makefile	Sat Aug  8 07:05:07 2020	(r544364)
+++ head/databases/py-mysql-connector-python/Makefile	Sat Aug  8 07:12:14 2020	(r544365)
@@ -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}
@@ -21,5 +21,8 @@ NO_ARCH=	yes
 .include <bsd.port.pre.mk>
 
 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>

Modified: head/databases/py-mysql-connector-python/distinfo
==============================================================================
--- head/databases/py-mysql-connector-python/distinfo	Sat Aug  8 07:05:07 2020	(r544364)
+++ head/databases/py-mysql-connector-python/distinfo	Sat Aug  8 07:12:14 2020	(r544365)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008080712.0787CEOW086227>