pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.12.1



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sun Jan 2 15:30:01 2022 +0900
Changeset:	d822b763f1fcb49dc859ebb4bd0317d1d7d830c2

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

Log Message:
py-virtualenv20: Update to 20.12.1

v20.12.1 (2022-01-01)
Bugfixes - 20.12.1

* Try using previous updates of pip, setuptools & wheel when inside an
  update grace period rather than always falling back to embedded wheels
* New patch versions of pip, setuptools & wheel are now returned in the
  expected timeframe.
* Manual upgrades of pip, setuptools & wheel are not discarded by a
  periodic update

v20.12.0 (2021-12-31)
Features - 20.12.0

* Sign the python2 exe on Darwin arm64

Bugfixes - 20.12.0

* Fix --download option
* Ugrade embedded setuptools to 60.2.0 from 60.1.1

v20.11.2 (2021-12-29)
Bugfixes - 20.11.2

* Fix installation of pinned versions of pip, setuptools & wheel

v20.11.1 (2021-12-29)
Bugfixes - 20.11.1

* Bump embed setuptools to 60.1.1 from 60.1.0

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

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

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

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 8428c23760..58e3e51f64 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.10.0
+DISTNAME=	virtualenv-20.12.1
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
@@ -12,7 +12,6 @@ LICENSE=	mit
 
 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.2.0<4:../../wip/py-filelock
 DEPENDS+=	${PYPKGPREFIX}-platformdirs>=2<3:../../misc/py-platformdirs
diff --git a/py-virtualenv20/PLIST b/py-virtualenv20/PLIST
index 1d4640a50c..14255e4450 100644
--- a/py-virtualenv20/PLIST
+++ b/py-virtualenv20/PLIST
@@ -272,8 +272,9 @@ ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-20.3.4-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/embed/pip-21.3.1-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.3.0-py3-none-any.whl
-${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.0-py2.py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-59.6.0-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-60.2.0-py3-none-any.whl
+${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.37.1-py2.py3-none-any.whl
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.py
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyc
 ${PYSITELIB}/virtualenv/seed/wheels/periodic_update.pyo
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index ac085d4e8d..bc71fdfe68 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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
+BLAKE2s (virtualenv-20.12.1.tar.gz) = 667f81601791d64571665b0b8760a38b29586a998491fe76d07fedccd574f61a
+SHA512 (virtualenv-20.12.1.tar.gz) = 1f1a721f1b03cab72330827bca68741cc7f3d4c713a44eb50028ce7b72101cf7530f12cb1fbbff1c94ce9ce621601484845069f34d0c36250f80d8186b2501f9
+Size (virtualenv-20.12.1.tar.gz) = 9956052 bytes


Home | Main Index | Thread Index | Old Index