pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.10.0



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Nov 7 16:29:39 2021 +0900
Changeset:	bc9b90f185f64aeb4b733ca85a6296d42819daff

Modified Files:
	py-virtualenv20/Makefile
	py-virtualenv20/distinfo

Log Message:
py-virtualenv20: Update to 20.10.0

pkgsrc changes:

* Update dependencies.

Upstream changes:

Features - 20.10.0

* If a "venv" install scheme exists in sysconfig, virtualenv now uses it to
  create new virtual environments. This allows Python distributors, such as
  Fedora, to patch/replace the default install scheme without affecting the
  paths in new virtual environments. A similar technique was proposed to
  Python, for the venv module
* The activated virtualenv prompt is now always wrapped in
  parentheses. This affects venvs created with the --prompt attribute, and
  matches virtualenv's behaviour on par with venv.

Bugfixes - 20.10.0

* Fix broken prompt set up by activate.bat

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc9b90f185f64aeb4b733ca85a6296d42819daff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-virtualenv20/Makefile | 9 ++++-----
 py-virtualenv20/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index a1bbf0cbbb..8428c23760 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.9.0
+DISTNAME=	virtualenv-20.10.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
@@ -14,18 +14,17 @@ CONFLICTS+=	${PYPKGPREFIX}-virtualenv-[0-9]*
 
 DEPENDS+=	${PYPKGPREFIX}-backports.entry_points_selectable>=1.0.4:../../wip/py-backports.entry_points_selectable
 DEPENDS+=	${PYPKGPREFIX}-distlib>=0.3.1<1:../../wip/py-distlib
-DEPENDS+=	${PYPKGPREFIX}-filelock>=3.0.0<4:../../devel/py-filelock
+DEPENDS+=	${PYPKGPREFIX}-filelock>=3.2.0<4:../../wip/py-filelock
 DEPENDS+=	${PYPKGPREFIX}-platformdirs>=2<3:../../misc/py-platformdirs
 DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0<2:../../lang/py-six
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} < 38
-DEPENDS+=	${PYPKGPREFIX}-importlib-metadata>=0.12<2:../../devel/py-importlib-metadata
+DEPENDS+=	${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
 .endif
 .if ${_PYTHON_VERSION} < 37
-DEPENDS+=	${PYPKGPREFIX}-importlib-resources>=1.0<2:../../devel/py-importlib-resources
+DEPENDS+=	${PYPKGPREFIX}-importlib-resources>=1.0:../../devel/py-importlib-resources
 .endif
 .if ${_PYTHON_VERSION} == 27
-DEPENDS+=	${PYPKGPREFIX}-contextlib2>=0.6.0<1:../../devel/py-contextlib2
 DEPENDS+=	${PYPKGPREFIX}-pathlib2>=2.3.3<3:../../devel/py-pathlib2
 .endif
 
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index 4319431e10..ac085d4e8d 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-RMD160 (virtualenv-20.9.0.tar.gz) = 4d5040affb1242a9e05549d9965555664d65df17
-SHA512 (virtualenv-20.9.0.tar.gz) = bfcf60946e2fcc0c4ac2dc9ad48187097961280dbd2353a23cb0aaab97aa63a247637d8f41ed6e6de9d30262978495ebb9519f932ebbb636cf81bb699beeab4d
-Size (virtualenv-20.9.0.tar.gz) = 9005930 bytes
+BLAKE2s (virtualenv-20.10.0.tar.gz) = f7d8820ddd0dc01d34d93b32e167fd5ac81bca7495bb7d02992009a865feeb12
+SHA512 (virtualenv-20.10.0.tar.gz) = df940aa29801a39d39be46d3518a99e93efb2113650abf81d00b4545183ec6806823ce8b754c5a3c951cb64e941944421046c709ed3de6a925489e5ac1988d48
+Size (virtualenv-20.10.0.tar.gz) = 9007218 bytes


Home | Main Index | Thread Index | Old Index