pkgsrc-WIP-changes archive

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

py-virtualenv20: Update to 20.0.28



Module Name:	pkgsrc-wip
Committed By:	Iku Iwasa <iku.iwasa%gmail.com@localhost>
Pushed By:	iquiw
Date:		Sat Jul 25 09:50:23 2020 +0900
Changeset:	bf24e979444292f6bd3649aff349ca5de7a674b0

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

Log Message:
py-virtualenv20: Update to 20.0.28

Bugfixes - 20.0.28

* Fix test suite failing if run from system Python
* Provide setup_logging flag to python API so that users can bypass logging
  handling if their application already performs this
* Use \n instead if \r\n as line separator for report (because Python
  already performs this transformation automatically upon write to the
  logging pipe)

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

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/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/py-virtualenv20/Makefile b/py-virtualenv20/Makefile
index 28e8a602cb..69cb78d063 100644
--- a/py-virtualenv20/Makefile
+++ b/py-virtualenv20/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	virtualenv-20.0.27
+DISTNAME=	virtualenv-20.0.28
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=v/virtualenv/}
diff --git a/py-virtualenv20/distinfo b/py-virtualenv20/distinfo
index 7187862d25..85da665b31 100644
--- a/py-virtualenv20/distinfo
+++ b/py-virtualenv20/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (virtualenv-20.0.27.tar.gz) = 457ed53792dcd64e334b8ca6069c5a055166029b
-RMD160 (virtualenv-20.0.27.tar.gz) = 7d07a0530a3cebef019eb6398f30a844471de47c
-SHA512 (virtualenv-20.0.27.tar.gz) = 812a17d1461c8e62568f345aba0722204dd22d0d149720d00e37712a34a9d2d614e1b854f07d7e89e1eb6e915ca3f90e8e81fb9c2442ed637efdc6b2120153d7
-Size (virtualenv-20.0.27.tar.gz) = 8265353 bytes
+SHA1 (virtualenv-20.0.28.tar.gz) = 6ccf93fd14718f797367e6c3eacf28934f949af0
+RMD160 (virtualenv-20.0.28.tar.gz) = 10356989b27913c76c8d80c3102a9059083da8ba
+SHA512 (virtualenv-20.0.28.tar.gz) = 4984ce046e0787bd44feb3b30f01d53f1840722693643cec086ac3ee61c471ebf619ea31b41a7e20cfd792d59a7ba19ef64b3a6bf3950891bdf15a49747e4712
+Size (virtualenv-20.0.28.tar.gz) = 8265900 bytes


Home | Main Index | Thread Index | Old Index