Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2025 08:13:37 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: db0e84e5d5ab - main - devel/py-virtualenv: Update to 20.35.3
Message-ID:  <202510120813.59C8DbFb015436@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

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

commit db0e84e5d5ab534e74d1e867829e61fe74195b05
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-10-12 08:07:54 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-10-12 08:13:30 +0000

    devel/py-virtualenv: Update to 20.35.3
    
    - Mark as broken the test tests/unit/create/via_global_ref/test_build_c_ext.py
      that fails with the following error:
    
      ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
      ERROR: No matching distribution found for setuptools>=40.8.0
    
    Release changes:        https://github.com/pypa/virtualenv/releases/tag/20.35.3
    Reported by:    Bernát Gábor <notifications@github.com>
---
 devel/py-virtualenv/Makefile | 5 +++--
 devel/py-virtualenv/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile
index 303e70a02a4e..5bd4d3910803 100644
--- a/devel/py-virtualenv/Makefile
+++ b/devel/py-virtualenv/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	virtualenv
-PORTVERSION=	20.35.1
+PORTVERSION=	20.35.3
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -15,7 +15,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: 321 passed, 33 skipped
+# tests: 355 passed, 38 skipped, 2 deselected
 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} \
@@ -35,6 +35,7 @@ USES=		cpe python
 USE_GITHUB=	yes
 GH_ACCOUNT=	pypa
 USE_PYTHON=	autoplist concurrent pep517 pytest
+PYTEST_BROKEN_TESTS=	test_build_c_ext.py #   ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0
 
 # Fix the LookupError: setuptools-scm was unable to detect version (build target)
 MAKE_ENV=	SETUPTOOLS_SCM_PRETEND_VERSION="${PORTVERSION}"
diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo
index e0dd1268aefb..9b7606e582d6 100644
--- a/devel/py-virtualenv/distinfo
+++ b/devel/py-virtualenv/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760086524
-SHA256 (pypa-virtualenv-20.35.1_GH0.tar.gz) = 036d53c978bde6f11c7cfa7687491756d0e12e1a77cfbfda01b03988f5947776
-SIZE (pypa-virtualenv-20.35.1_GH0.tar.gz) = 6047898
+TIMESTAMP = 1760254700
+SHA256 (pypa-virtualenv-20.35.3_GH0.tar.gz) = ea7aae2fa5525b119f6c4254f2aa786805011a911e6438c97a58be89135a110d
+SIZE (pypa-virtualenv-20.35.3_GH0.tar.gz) = 6044008


home | help

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