Received: by mail.netbsd.org (Postfix, from userid 605) id D7C6B84E58; Mon, 26 Sep 2022 18:47:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1463E84DBD for ; Mon, 26 Sep 2022 18:47:00 +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 3kvR8-ND5a3t for ; Mon, 26 Sep 2022 18:46:59 +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 44C6E84C2C for ; Mon, 26 Sep 2022 18:46:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DA2BFA90; Mon, 26 Sep 2022 18:46:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664218019147460" MIME-Version: 1.0 Date: Mon, 26 Sep 2022 18:46:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220926184659.3DA2BFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664218019147460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 26 18:46:59 UTC 2022 Modified Files: pkgsrc/devel/py-setuptools: Makefile PLIST distinfo Log Message: py-setuptools: updated to 65.4.0 v65.4.0 ------- Changes * Merge with pypa/distutils@d82d926 including support for DIST_EXTRA_CONFIG in pypa/distutils-177. v65.3.0 ------- Changes * Stop ``ConfigDiscovery.analyse_name`` from splatting the ``Distribution.name`` attribute -- by :user:`jeamland` Documentation changes * Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide ` -- by :user:`mfbutner` Misc * Fixed accidental name matching in editable hooks. v65.2.0 ------- Changes * Sync with pypa/distutils@22b9bcf, including fixed cross-compiling support and removing deprecation warning per pypa/distutils-169. v65.1.1 ------- Misc * Avoided circular imports in meta path finder for editable installs when a missing module has the same name as its parent. v65.1.0 ------- Changes * Remove monkeypatching of msvc9compiler. Documentation changes * Corrected documentation on how to use the `legacy-editable` mode. v65.0.2 ------- Misc * Restored distutils msvccompiler and msvc9compiler modules and marked as deprecated (pypa/distutils@c802880). v65.0.1 ------- Documentation changes * Added clarification to :doc:`/userguide/quickstart` about support to ``setup.py``. Misc * Fixed backward compatibility of editable installs and custom ``build_ext`` commands inheriting directly from ``distutils``. * Fixed ``buid_meta.prepare_metadata_for_build_wheel`` when given ``metadata_directory`` is ``"."``. v65.0.0 ------- Breaking Changes * Removed 'msvccompiler' and 'msvc9compiler' modules from distutils. * Remove bdist_msi and bdist_wininst commands, which have been deprecated since Python 3.9. Use older Setuptools for these behaviors if needed. Documentation changes * Changed the note in ``keywords`` documentation regarding editable installations to specify which ``setuptools`` version require a minimal ``setup.py`` file or not. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-setuptools/PLIST cvs rdiff -u -r1.197 -r1.198 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664218019147460 Content-Disposition: inline Content-Length: 3597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools/Makefile diff -u pkgsrc/devel/py-setuptools/Makefile:1.220 pkgsrc/devel/py-setuptools/Makefile:1.221 --- pkgsrc/devel/py-setuptools/Makefile:1.220 Thu Aug 11 06:23:56 2022 +++ pkgsrc/devel/py-setuptools/Makefile Mon Sep 26 18:46:59 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.220 2022/08/11 06:23:56 adam Exp $ +# $NetBSD: Makefile,v 1.221 2022/09/26 18:46:59 adam Exp $ -DISTNAME= setuptools-63.4.3 +DISTNAME= setuptools-65.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} Index: pkgsrc/devel/py-setuptools/PLIST diff -u pkgsrc/devel/py-setuptools/PLIST:1.73 pkgsrc/devel/py-setuptools/PLIST:1.74 --- pkgsrc/devel/py-setuptools/PLIST:1.73 Wed Jul 6 07:25:58 2022 +++ pkgsrc/devel/py-setuptools/PLIST Mon Sep 26 18:46:59 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.73 2022/07/06 07:25:58 adam Exp $ +@comment $NetBSD: PLIST,v 1.74 2022/09/26 18:46:59 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -186,15 +186,9 @@ ${PYSITELIB}/setuptools/_distutils/comma ${PYSITELIB}/setuptools/_distutils/command/bdist_dumb.py ${PYSITELIB}/setuptools/_distutils/command/bdist_dumb.pyc ${PYSITELIB}/setuptools/_distutils/command/bdist_dumb.pyo -${PYSITELIB}/setuptools/_distutils/command/bdist_msi.py -${PYSITELIB}/setuptools/_distutils/command/bdist_msi.pyc -${PYSITELIB}/setuptools/_distutils/command/bdist_msi.pyo ${PYSITELIB}/setuptools/_distutils/command/bdist_rpm.py ${PYSITELIB}/setuptools/_distutils/command/bdist_rpm.pyc ${PYSITELIB}/setuptools/_distutils/command/bdist_rpm.pyo -${PYSITELIB}/setuptools/_distutils/command/bdist_wininst.py -${PYSITELIB}/setuptools/_distutils/command/bdist_wininst.pyc -${PYSITELIB}/setuptools/_distutils/command/bdist_wininst.pyo ${PYSITELIB}/setuptools/_distutils/command/build.py ${PYSITELIB}/setuptools/_distutils/command/build.pyc ${PYSITELIB}/setuptools/_distutils/command/build.pyo @@ -544,6 +538,9 @@ ${PYSITELIB}/setuptools/command/dist_inf ${PYSITELIB}/setuptools/command/easy_install.py ${PYSITELIB}/setuptools/command/easy_install.pyc ${PYSITELIB}/setuptools/command/easy_install.pyo +${PYSITELIB}/setuptools/command/editable_wheel.py +${PYSITELIB}/setuptools/command/editable_wheel.pyc +${PYSITELIB}/setuptools/command/editable_wheel.pyo ${PYSITELIB}/setuptools/command/egg_info.py ${PYSITELIB}/setuptools/command/egg_info.pyc ${PYSITELIB}/setuptools/command/egg_info.pyo Index: pkgsrc/devel/py-setuptools/distinfo diff -u pkgsrc/devel/py-setuptools/distinfo:1.197 pkgsrc/devel/py-setuptools/distinfo:1.198 --- pkgsrc/devel/py-setuptools/distinfo:1.197 Thu Aug 11 06:23:56 2022 +++ pkgsrc/devel/py-setuptools/distinfo Mon Sep 26 18:46:59 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.197 2022/08/11 06:23:56 adam Exp $ +$NetBSD: distinfo,v 1.198 2022/09/26 18:46:59 adam Exp $ -BLAKE2s (setuptools-63.4.3.tar.gz) = 5fccf9cde72c942103e0a07a9a15a430c6720eddba7c0b8bb599293b12523d71 -SHA512 (setuptools-63.4.3.tar.gz) = f19478921ffcf5441ec60a2af17c695456fee064f287e2130c4ff14d471a1124bd37104ad43adc7623ea0cba4ed170ed4aa37c6883aff8fd811ab960e6d12453 -Size (setuptools-63.4.3.tar.gz) = 2600453 bytes +BLAKE2s (setuptools-65.4.0.tar.gz) = dc2c6e74d6f9efa2490987b7d2c9fb6cac55f8c912a9d350778daac24af04486 +SHA512 (setuptools-65.4.0.tar.gz) = 4c8c6348fc5e9e2cc2d7b143b050103e7ed4252dd58ca5aae8d50ee9ec522789ecfbe61dd87513d47bfd1d4afc290a7abc07fd0a6e8d27155c6732111702032d +Size (setuptools-65.4.0.tar.gz) = 2615629 bytes --_----------=_1664218019147460--