Received: by mail.netbsd.org (Postfix, from userid 605) id 3B0AB84EE2; Thu, 7 Jul 2022 11:49:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 74E7284EE1 for ; Thu, 7 Jul 2022 11:49:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id RWqb-nBGx-2n for ; Thu, 7 Jul 2022 11:49:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9E68C84DBF for ; Thu, 7 Jul 2022 11:49:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9B60AFB1A; Thu, 7 Jul 2022 11:49:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657194590258430" MIME-Version: 1.0 Date: Thu, 7 Jul 2022 11:49:50 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-virtualenv To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220707114950.9B60AFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657194590258430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jul 7 11:49:50 UTC 2022 Modified Files: pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo Log Message: py-virtualenv: updated to 20.15.1 v20.15.1 (2022-06-28) --------------------- Bugfixes - 20.15.1 ~~~~~~~~~~~~~~~~~~ - Fix the incorrect operation when ``setuptools`` plugins output something into ``stdout``. - CPython3Windows creator ignores missing ``DLLs`` dir. v20.15.0 (2022-06-25) --------------------- Features - 20.15.0 ~~~~~~~~~~~~~~~~~~ - Support for Windows embeddable Python package: includes ``python.zip`` in the creator sources Bugfixes - 20.15.0 ~~~~~~~~~~~~~~~~~~ - Upgrade embedded setuptools to ``62.3.3`` from ``62.6.0`` and pip to ``22.1.2`` from ``22.0.4`` - Use ``shlex.quote`` instead of deprecated ``pipes.quote`` in Python 3 - by :user:`frenzymadness`. - Fix Windows PyPy 3.6 To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/devel/py-virtualenv/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/py-virtualenv/PLIST cvs rdiff -u -r1.44 -r1.45 pkgsrc/devel/py-virtualenv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657194590258430 Content-Disposition: inline Content-Length: 3528 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-virtualenv/Makefile diff -u pkgsrc/devel/py-virtualenv/Makefile:1.56 pkgsrc/devel/py-virtualenv/Makefile:1.57 --- pkgsrc/devel/py-virtualenv/Makefile:1.56 Mon May 9 22:08:10 2022 +++ pkgsrc/devel/py-virtualenv/Makefile Thu Jul 7 11:49:50 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2022/05/09 22:08:10 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2022/07/07 11:49:50 adam Exp $ -DISTNAME= virtualenv-20.14.1 +DISTNAME= virtualenv-20.15.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=v/virtualenv/} Index: pkgsrc/devel/py-virtualenv/PLIST diff -u pkgsrc/devel/py-virtualenv/PLIST:1.42 pkgsrc/devel/py-virtualenv/PLIST:1.43 --- pkgsrc/devel/py-virtualenv/PLIST:1.42 Mon May 9 22:08:10 2022 +++ pkgsrc/devel/py-virtualenv/PLIST Thu Jul 7 11:49:50 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.42 2022/05/09 22:08:10 wiz Exp $ +@comment $NetBSD: PLIST,v 1.43 2022/07/07 11:49:50 adam Exp $ bin/virtualenv-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -270,11 +270,12 @@ ${PYSITELIB}/virtualenv/seed/wheels/embe ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyo ${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/pip-22.0.4-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/pip-22.1.2-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-59.6.0-py3-none-any.whl -${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-62.1.0-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-62.3.2-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-62.6.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 Index: pkgsrc/devel/py-virtualenv/distinfo diff -u pkgsrc/devel/py-virtualenv/distinfo:1.44 pkgsrc/devel/py-virtualenv/distinfo:1.45 --- pkgsrc/devel/py-virtualenv/distinfo:1.44 Mon May 9 22:08:10 2022 +++ pkgsrc/devel/py-virtualenv/distinfo Thu Jul 7 11:49:50 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2022/05/09 22:08:10 wiz Exp $ +$NetBSD: distinfo,v 1.45 2022/07/07 11:49:50 adam Exp $ -BLAKE2s (virtualenv-20.14.1.tar.gz) = a29a362b33e0306b8e0d5691863fe2fef6600433fc1e62d691df8eb9c9e68081 -SHA512 (virtualenv-20.14.1.tar.gz) = 149e78787db23eabd4238baa172bf023ddcf87d59284fdd090269acfa15991aab182f9e168851f88ef810d5c50dd7cdce69d132c46ebedb10080d65a308e63a1 -Size (virtualenv-20.14.1.tar.gz) = 12216889 bytes +BLAKE2s (virtualenv-20.15.1.tar.gz) = 26ea920c79241f7b900241d08dc105d1d4b80f1a6f40247da7b65d56e8bf9bf4 +SHA512 (virtualenv-20.15.1.tar.gz) = 244e3b091c8b049edbb07d808633fd44b3327200e1d38394814794773d05723ef535721ee163b382d23bc16572d55657b5c2544efd83494753746cc85116696a +Size (virtualenv-20.15.1.tar.gz) = 13523736 bytes SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = a55f2bbf974cb9cb6cbe79b8f29210a7db5ce470 SHA1 (patch-tests_unit_create_test__creator.py) = ae1121ca6786801a4d690b70fdc4fdeb65488cca SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = c20b1ecdbfb576be3697c8c52f9f9d21e2e7e7b9 --_----------=_1657194590258430--