Date: Sun, 19 Jan 2025 13:15:35 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: 9f1c7a1f7079 - main - devel/py-virtualenv: Update to 20.29.1 Message-ID: <202501191315.50JDFZKQ068843@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=9f1c7a1f70797dad70df615b68b5444c2d47fb2b commit 9f1c7a1f70797dad70df615b68b5444c2d47fb2b Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2025-01-19 13:14:48 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2025-01-19 13:14:48 +0000 devel/py-virtualenv: Update to 20.29.1 Release changes: https://github.com/pypa/virtualenv/releases/tag/20.29.1 Reported by: Bernát Gábor <notifications@github.com> --- devel/py-virtualenv/Makefile | 4 ++-- devel/py-virtualenv/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 6fe2580ced5c..5be34b4f38b2 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,6 +1,6 @@ PORTNAME= virtualenv # Check XXX below before updating to see if that condition is still valid -PORTVERSION= 20.28.0 +PORTVERSION= 20.29.1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distlib>=0.3.7:devel/py-distlib@${PY_FLAVO RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distlib>=0.3.7:devel/py-distlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>=3.12.2:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=3.9.1:devel/py-platformdirs@${PY_FLAVOR} -# tests: 310 passed, 29 skipped +# tests: 321 passed, 33 skipped TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.3:devel/py-covdefaults@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=7.3.2:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>=1.0:devel/py-coverage_enable_subprocess@${PY_FLAVOR} \ diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index 4bc6abc25151..bcdd0c28c5d4 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732613536 -SHA256 (pypa-virtualenv-20.28.0_GH0.tar.gz) = a20a699dd2cadb3b80813bb245814bcf43f2186a1c32cfffa83f2de6e745b622 -SIZE (pypa-virtualenv-20.28.0_GH0.tar.gz) = 7690020 +TIMESTAMP = 1737291976 +SHA256 (pypa-virtualenv-20.29.1_GH0.tar.gz) = 3014e7bb9615ba8eab07fc2bda514978ded01a8ee1af62a19521f9c3ac795b38 +SIZE (pypa-virtualenv-20.29.1_GH0.tar.gz) = 7696702
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501191315.50JDFZKQ068843>