Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jun 2023 08:22:46 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05a12505272e - main - devel/py-virtualenv: Update to 20.23.1
Message-ID:  <202306170822.35H8MkYs026017@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05a12505272e5ea6441f756c3d56433034e8ae66

commit 05a12505272e5ea6441f756c3d56433034e8ae66
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2023-06-17 08:21:25 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2023-06-17 08:21:25 +0000

    devel/py-virtualenv: Update to 20.23.1
    
    - Add devel/py-time-machine to test dependencies
    
    Release changes: https://github.com/pypa/virtualenv/releases/tag/20.23.1
---
 devel/py-virtualenv/Makefile | 7 ++++---
 devel/py-virtualenv/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile
index 4dfae01c74e6..12125ea83a7b 100644
--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	virtualenv
-PORTVERSION=	20.23.0
+PORTVERSION=	20.23.1
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -14,7 +14,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}distlib>=0.3.6:devel/py-distlib@${PY_FLAVO
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}distlib>=0.3.6:devel/py-distlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}filelock>=3.4.1:sysutils/py-filelock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}platformdirs>=2.4:devel/py-platformdirs@${PY_FLAVOR}
-# tests: 299 passed, 35 skipped, 705 warnings
+# tests: 296 passed, 26 skipped
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}covdefaults>=2.2.2:devel/py-covdefaults@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>=1.0:devel/py-coverage_enable_subprocess@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}flaky>=3.7.0:devel/py-flaky@${PY_FLAVOR} \
@@ -22,7 +22,8 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}covdefaults>=2.2.2:devel/py-covdefaults@${P
 		${PYTHON_PKGNAMEPREFIX}pytest-env>=0.6.2:devel/py-pytest-env@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest-randomly>=3.10.3:devel/py-pytest-randomly@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.1.0:devel/py-pytest-timeout@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.1.0:devel/py-pytest-timeout@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}time-machine>=2.10.0:devel/py-time-machine@${PY_FLAVOR}
 
 USES=		cpe python:3.7+
 USE_GITHUB=	yes
diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo
index 4321fb7f4002..7a7ad848eb29 100644
--- a/devel/py-virtualenv/distinfo
+++ b/devel/py-virtualenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1682760541
-SHA256 (pypa-virtualenv-20.23.0_GH0.tar.gz) = 2b03ab3e7c6f973505e286d01634bac2392530018e7fe385bed84a9c2073aa6b
-SIZE (pypa-virtualenv-20.23.0_GH0.tar.gz) = 6666092
+TIMESTAMP = 1686945125
+SHA256 (pypa-virtualenv-20.23.1_GH0.tar.gz) = e07d5c5bbd07900844b48518f72a880c0a7be27e3bf8dff5a64803f4e4417063
+SIZE (pypa-virtualenv-20.23.1_GH0.tar.gz) = 6666893



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