pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-virtualenv py-virtualenv: updated to 20.17.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bf00f134c4e
branches:  trunk
changeset: 388942:1bf00f134c4e
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 28 09:34:42 2022 +0000

description:
py-virtualenv: updated to 20.17.0

v20.17.0 (2022-11-27)
---------------------

Features - 20.17.0
~~~~~~~~~~~~~~~~~~
- Change Nushell activation script to be a module meant to be activated as an overlay.
- Update operator used in Nushell activation script to be compatible with future versions.

Bugfixes - 20.17.0
~~~~~~~~~~~~~~~~~~
- Do not use deprecated API from ``importlib.resources`` on Python 3.10 or later.
- Upgrade embedded setuptools to ``65.6.3`` from ``65.5.1``

diffstat:

 devel/py-virtualenv/Makefile |  13 ++++---------
 devel/py-virtualenv/PLIST    |   5 ++---
 devel/py-virtualenv/distinfo |   8 ++++----
 3 files changed, 10 insertions(+), 16 deletions(-)

diffs (77 lines):

diff -r 5b80f2b18db3 -r 1bf00f134c4e devel/py-virtualenv/Makefile
--- a/devel/py-virtualenv/Makefile      Mon Nov 28 09:34:08 2022 +0000
+++ b/devel/py-virtualenv/Makefile      Mon Nov 28 09:34:42 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2022/11/20 16:52:16 adam Exp $
+# $NetBSD: Makefile,v 1.61 2022/11/28 09:34:42 adam Exp $
 
-DISTNAME=      virtualenv-20.16.7
+DISTNAME=      virtualenv-20.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=v/virtualenv/}
@@ -10,8 +10,8 @@
 COMMENT=       Virtual Python Environment builder
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-distlib>=0.3.5:../../devel/py-distlib
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-distlib>=0.3.6:../../devel/py-distlib
 DEPENDS+=      ${PYPKGPREFIX}-filelock>=3.4.1:../../devel/py-filelock
 DEPENDS+=      ${PYPKGPREFIX}-platformdirs>=2.4:../../misc/py-platformdirs
 TEST_DEPENDS+= ${PYPKGPREFIX}-coverage>=6.2:../../devel/py-coverage
@@ -27,11 +27,6 @@
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 37
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
-.endif
-
 USE_PKG_RESOURCES=     yes
 
 USE_LANGUAGES= c # for tests
diff -r 5b80f2b18db3 -r 1bf00f134c4e devel/py-virtualenv/PLIST
--- a/devel/py-virtualenv/PLIST Mon Nov 28 09:34:08 2022 +0000
+++ b/devel/py-virtualenv/PLIST Mon Nov 28 09:34:42 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.46 2022/11/20 16:52:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.47 2022/11/28 09:34:42 adam Exp $
 bin/virtualenv-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -41,7 +41,6 @@
 ${PYSITELIB}/virtualenv/activation/nushell/__init__.pyc
 ${PYSITELIB}/virtualenv/activation/nushell/__init__.pyo
 ${PYSITELIB}/virtualenv/activation/nushell/activate.nu
-${PYSITELIB}/virtualenv/activation/nushell/deactivate.nu
 ${PYSITELIB}/virtualenv/activation/powershell/__init__.py
 ${PYSITELIB}/virtualenv/activation/powershell/__init__.pyc
 ${PYSITELIB}/virtualenv/activation/powershell/__init__.pyo
@@ -274,7 +273,7 @@
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-44.1.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-50.3.2-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl
-${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-65.5.1-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-65.6.3-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.38.4-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
diff -r 5b80f2b18db3 -r 1bf00f134c4e devel/py-virtualenv/distinfo
--- a/devel/py-virtualenv/distinfo      Mon Nov 28 09:34:08 2022 +0000
+++ b/devel/py-virtualenv/distinfo      Mon Nov 28 09:34:42 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.48 2022/11/20 16:52:16 adam Exp $
+$NetBSD: distinfo,v 1.49 2022/11/28 09:34:42 adam Exp $
 
-BLAKE2s (virtualenv-20.16.7.tar.gz) = f0ac95f95d6f12e0437a67f9e52e47a1f98bdccccbe759776035a295bdd79ec4
-SHA512 (virtualenv-20.16.7.tar.gz) = 975298181696c4636a9567c29b4da5bad703d35fcf2a110cc24146e5bf7afe63b3fcb1f1601586b03bc0deef08c2278577bedf40cb21a7e07841986a9215dc69
-Size (virtualenv-20.16.7.tar.gz) = 12268638 bytes
+BLAKE2s (virtualenv-20.17.0.tar.gz) = f05b8b34b7e0b84c5320a220c078782118da8064993b37fa078a1658ab28c7c0
+SHA512 (virtualenv-20.17.0.tar.gz) = 28318a33b168c2226e703951b9205d48fd0349fa8407f265cdba97d9d12d7aec6bfe209f1de4f115eb860ced0a3c0323ab6bd5ac9b88f72342e95daeed839524
+Size (virtualenv-20.17.0.tar.gz) = 12269523 bytes
 SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = cf39d9cdf0927b32865677d64ddcbd59ecc726a5
 SHA1 (patch-tests_unit_create_test__creator.py) = 4d0de65da957040c3f6e7e0682b6e6bdfdcf3abc
 SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = de17dc8e578af57c9c43f38343a0c0af0d04227d



Home | Main Index | Thread Index | Old Index