Received: by mail.netbsd.org (Postfix, from userid 605) id 5847C84E6B; Fri, 23 Feb 2024 07:56:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708674965; bh=fS59zVYw6AViF3PuREysVPK04n33nbi4XCcbdQmk2hE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=XnwsvsAjjF9MZlYEwNYoBQdl/EiYSqx3TzWqlWN89+DbX60ZbG7SU6P/aclNWP1vY EbSyOjw2CQKVLFo9kpQqW7WGMjJaTw5oiA1H2jfxQPyTQdAZWZT9jPvvNQczXri81C 8n034YITlHMKCGlc1EojcjgJ0ABd3YP13Bz61t84= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4958184D4D for ; Fri, 23 Feb 2024 07:56:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pRGzSBnzJQZD for ; Fri, 23 Feb 2024 07:56:03 +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 642D684D28 for ; Fri, 23 Feb 2024 07:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708674963; bh=fS59zVYw6AViF3PuREysVPK04n33nbi4XCcbdQmk2hE=; h=Date:From:Subject:To:Reply-To; b=f56/D7X680Au+DrkO0iiduMKiK+lWrs4Y2kCjMBegNyS4vb/Uj9oaXpthoGReGMOM aB0s8eyluEiNamYGNNtfedhYgxHDT7GMJ/xMPYejjYymw6cYO6t3uDB186Chcc57ou E6KY/Sb7Pm4E8GrdlpwyfiIV3pO0XaftySS4N89w= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5FF20F9F4; Fri, 23 Feb 2024 07:56:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708674963253600" MIME-Version: 1.0 Date: Fri, 23 Feb 2024 07:56:03 +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: <20240223075603.5FF20F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708674963253600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 23 07:56:03 UTC 2024 Modified Files: pkgsrc/devel/py-virtualenv: Makefile PLIST distinfo pkgsrc/devel/py-virtualenv/patches: patch-src_virtualenv_create_via__global__ref_api.py Log Message: py-virtualenv: updated to 20.25.1 Bugfixes - 20.25.1 Upgrade embedded wheels: setuptools to 69.0.3 from 69.0.2 pip to 23.3.2 from 23.3.1 Upgrade embedded wheels: pip 23.3.2 to 24.0`, setuptools 69.0.3 to 69.1.0. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 pkgsrc/devel/py-virtualenv/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-virtualenv/PLIST cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/py-virtualenv/distinfo cvs rdiff -u -r1.4 -r1.5 \ pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708674963253600 Content-Disposition: inline Content-Length: 4815 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.81 pkgsrc/devel/py-virtualenv/Makefile:1.82 --- pkgsrc/devel/py-virtualenv/Makefile:1.81 Thu Dec 7 18:29:32 2023 +++ pkgsrc/devel/py-virtualenv/Makefile Fri Feb 23 07:56:02 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2023/12/07 18:29:32 wiz Exp $ +# $NetBSD: Makefile,v 1.82 2024/02/23 07:56:02 adam Exp $ -DISTNAME= virtualenv-20.25.0 +DISTNAME= virtualenv-20.25.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.63 pkgsrc/devel/py-virtualenv/PLIST:1.64 --- pkgsrc/devel/py-virtualenv/PLIST:1.63 Thu Dec 7 18:29:32 2023 +++ pkgsrc/devel/py-virtualenv/PLIST Fri Feb 23 07:56:03 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.63 2023/12/07 18:29:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.64 2024/02/23 07:56:03 adam Exp $ bin/virtualenv-${PYVERSSUFFIX} ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD @@ -250,9 +250,9 @@ ${PYSITELIB}/virtualenv/seed/wheels/bund ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.py ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyc ${PYSITELIB}/virtualenv/seed/wheels/embed/__init__.pyo -${PYSITELIB}/virtualenv/seed/wheels/embed/pip-23.3.1-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/pip-24.0-py3-none-any.whl ${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-68.0.0-py3-none-any.whl -${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-69.0.2-py3-none-any.whl +${PYSITELIB}/virtualenv/seed/wheels/embed/setuptools-69.1.0-py3-none-any.whl ${PYSITELIB}/virtualenv/seed/wheels/embed/wheel-0.42.0-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.65 pkgsrc/devel/py-virtualenv/distinfo:1.66 --- pkgsrc/devel/py-virtualenv/distinfo:1.65 Thu Dec 7 18:29:32 2023 +++ pkgsrc/devel/py-virtualenv/distinfo Fri Feb 23 07:56:03 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.65 2023/12/07 18:29:32 wiz Exp $ +$NetBSD: distinfo,v 1.66 2024/02/23 07:56:03 adam Exp $ -BLAKE2s (virtualenv-20.25.0.tar.gz) = 84868101c863fa851834ada8159def5ffb9b778bf2d98592286084916c49f762 -SHA512 (virtualenv-20.25.0.tar.gz) = f4d8acff9d5837aa40eea18810517d4f1b9936b567395d6216bbda36e84b24f8efc584586cd2d168491139b346513d924e371b6b1396833fbbfedebef8620b94 -Size (virtualenv-20.25.0.tar.gz) = 7150307 bytes -SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 6d061273de36ee72d3c7fc514ad24e21bd8b29d4 +BLAKE2s (virtualenv-20.25.1.tar.gz) = 2d207b3d970e6bfbc83e723747fa7d66c8817d36bebba9ff26232a1948a8fdf3 +SHA512 (virtualenv-20.25.1.tar.gz) = c0791de2aed7893658316199696906b1aed650460f3b53e0dbd13e695d16bc14d8974cd72fc8dcc010ff7ba10036121929ce9a608f97d7d2cd9f972144a3a1f0 +Size (virtualenv-20.25.1.tar.gz) = 7152341 bytes +SHA1 (patch-src_virtualenv_create_via__global__ref_api.py) = 2180caf9a956894111ab341674233ca18a6c24eb SHA1 (patch-tests_unit_create_test__creator.py) = 4d0de65da957040c3f6e7e0682b6e6bdfdcf3abc SHA1 (patch-tests_unit_seed_embed_test__bootstrap__link__via__app__data.py) = de17dc8e578af57c9c43f38343a0c0af0d04227d Index: pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py diff -u pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.4 pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.5 --- pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py:1.4 Mon Jun 26 16:13:22 2023 +++ pkgsrc/devel/py-virtualenv/patches/patch-src_virtualenv_create_via__global__ref_api.py Fri Feb 23 07:56:03 2024 @@ -1,4 +1,4 @@ -$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.4 2023/06/26 16:13:22 adam Exp $ +$NetBSD: patch-src_virtualenv_create_via__global__ref_api.py,v 1.5 2024/02/23 07:56:03 adam Exp $ Copy distutils distro config file to virtualenv. https://github.com/pypa/virtualenv/issues/2313 @@ -7,14 +7,14 @@ https://github.com/pypa/virtualenv/issue +++ src/virtualenv/create/via_global_ref/api.py @@ -4,6 +4,8 @@ import logging import os - from abc import ABCMeta + from abc import ABC from pathlib import Path +from shutil import copy +from sysconfig import get_paths from virtualenv.create.creator import Creator, CreatorMeta from virtualenv.info import fs_supports_symlink -@@ -94,6 +96,10 @@ class ViaGlobalRefApi(Creator, metaclass +@@ -94,6 +96,10 @@ class ViaGlobalRefApi(Creator, ABC): logging.debug("create %s", dest_path) dest_path.write_text(text, encoding="utf-8") --_----------=_1708674963253600--