pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.8.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Sep 26 17:10:00 2021 +0900
Changeset:	e0a20da4b218dbcbb5d0895f2ff07f711fdfa796

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

Log Message:
py-virtualenv20: Update to 20.8.1

Bugfixes - 20.8.1

* Fixed a bug where while creating a venv on top of an existing one,
  without cleaning, when seeded wheel version mismatch occurred, multiple
  .dist-info directories may be present, confounding entrypoint discovery
* Bump embed setuptools from 58.0.4 to 58.1.0

Misc - 20.8.1

* Fail early instead of creating non-working env for Python 2 on Apple
  Silicon (M1) Macs.

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

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

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

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index a23691988f..9378bf9a2a 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.8.0
+DISTNAME=	virtualenv-20.8.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index 23d7b0500e..df4358f4b7 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -272,7 +272,7 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-21.2.4-py3-none-any.whl
 ${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-58.0.4-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-58.1.0-py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.0-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyc
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index ae73c3ddfb..2f36daa91e 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (virtualenv-20.8.0.tar.gz) = 4ecdfd7285a8508b9df67c5ea1f80560bea4b87a
-RMD160 (virtualenv-20.8.0.tar.gz) = 7deffc5946909eee80140c8c6fb945050f4bbcd8
-SHA512 (virtualenv-20.8.0.tar.gz) = 7666d3298d732017631fe6199256910becc91fdbfd259dfc32ca74471ed65055fa9e36e8451bd624af287b5a4611659d84e607b3669fd6183ca599929db88666
-Size (virtualenv-20.8.0.tar.gz) = 8706991 bytes
+SHA1 (virtualenv-20.8.1.tar.gz) = 3e83bc4b1abe08e119afee41a9ac01057e56876c
+RMD160 (virtualenv-20.8.1.tar.gz) = 7d5ec6ce364b55c89ec065b3dab6132bafc3d0a8
+SHA512 (virtualenv-20.8.1.tar.gz) = db373bdb68efce0ce26cefe508e452b62d4336ccf74f08a51aa61272127c8cd43639443342f42cacb62d7bfd1381bc1204211218c486dfcdb165d8486a2e728b
+Size (virtualenv-20.8.1.tar.gz) = 8708080 bytes


Home | Main Index | Thread Index | Old Index