pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jan 23 09:11:08 UTC 2022

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile PLIST distinfo

Log Message:
py-setuptools: updated to 60.5.0

v60.5.0

Changes

* Set the .origin attribute of the distutils module to the module's __file__.

v60.4.0

Changes

* Removed requires sorting when installing wheels as an egg dir.
* Fixed a bug that easy install incorrectly parsed Python 3.10 version string.
* Fixed startup performance issue of Python interpreter due to imports of costly modules in _distutils_hack -- by :user:`tiran`
Documentation changes

* Added link to additional resources on packaging in Quickstart guide
* "In-tree" Sphinx extension for "favicons" replaced with sphinx-favicon.
* SVG images (logo, banners, ...) optimised with the help of the scour package.

Misc

* Added integration tests that focus on building and installing some packages in the Python ecosystem via pip -- by :user:`abravalheri`

* Modified "vendoring" logic to keep license files.

* Improved isolation for some tests that where inadvertently using the project root for builds, and therefore creating directories (e.g. build, dist, *.egg-info) that could interfere with the outcome 
of other tests -- by :user:`abravalheri`.

* Introduced new test fixtures venv, venv_without_setuptools, bare_venv that rely on the jaraco.envs package. These new test fixtures were also used to remove the (currently problematic) dependency 
on the pytest_virtualenv plugin.

* Removed tmp_src test fixture. Previously this fixture was copying all the files and folders under the project root, including the .git directory, which is error prone and increases testing time.

Since tmp_src was used to populate virtual environments (installing the version of setuptools under test via the source tree), it was replaced by the new setuptools_sdist and setuptools_wheel 
fixtures (that are build only once per session testing and can be shared between all the workers for read-only usage).


To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.176 -r1.177 pkgsrc/devel/py-setuptools/distinfo

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

Modified files:

Index: pkgsrc/devel/py-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.199 pkgsrc/devel/py-setuptools/Makefile:1.200
--- pkgsrc/devel/py-setuptools/Makefile:1.199   Mon Jan 10 23:49:02 2022
+++ pkgsrc/devel/py-setuptools/Makefile Sun Jan 23 09:11:07 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.199 2022/01/10 23:49:02 wiz Exp $
+# $NetBSD: Makefile,v 1.200 2022/01/23 09:11:07 adam Exp $
 
-DISTNAME=      setuptools-60.3.1
+DISTNAME=      setuptools-60.5.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.61 pkgsrc/devel/py-setuptools/PLIST:1.62
--- pkgsrc/devel/py-setuptools/PLIST:1.61       Mon Jan 10 23:49:02 2022
+++ pkgsrc/devel/py-setuptools/PLIST    Sun Jan 23 09:11:07 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.61 2022/01/10 23:49:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.62 2022/01/23 09:11:07 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -428,6 +428,15 @@ ${PYSITELIB}/setuptools/sandbox.pyc
 ${PYSITELIB}/setuptools/sandbox.pyo
 ${PYSITELIB}/setuptools/script (dev).tmpl
 ${PYSITELIB}/setuptools/script.tmpl
+${PYSITELIB}/setuptools/tests/integration/__init__.py
+${PYSITELIB}/setuptools/tests/integration/__init__.pyc
+${PYSITELIB}/setuptools/tests/integration/__init__.pyo
+${PYSITELIB}/setuptools/tests/integration/helpers.py
+${PYSITELIB}/setuptools/tests/integration/helpers.pyc
+${PYSITELIB}/setuptools/tests/integration/helpers.pyo
+${PYSITELIB}/setuptools/tests/integration/test_pip_install_sdist.py
+${PYSITELIB}/setuptools/tests/integration/test_pip_install_sdist.pyc
+${PYSITELIB}/setuptools/tests/integration/test_pip_install_sdist.pyo
 ${PYSITELIB}/setuptools/unicode_utils.py
 ${PYSITELIB}/setuptools/unicode_utils.pyc
 ${PYSITELIB}/setuptools/unicode_utils.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.176 pkgsrc/devel/py-setuptools/distinfo:1.177
--- pkgsrc/devel/py-setuptools/distinfo:1.176   Fri Jan  7 12:18:44 2022
+++ pkgsrc/devel/py-setuptools/distinfo Sun Jan 23 09:11:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.176 2022/01/07 12:18:44 adam Exp $
+$NetBSD: distinfo,v 1.177 2022/01/23 09:11:07 adam Exp $
 
-BLAKE2s (setuptools-60.3.1.tar.gz) = 7055311a06b4b42a4a65499e16a2af9e4a5be2c2a63c14c5eff0ff48a034554c
-SHA512 (setuptools-60.3.1.tar.gz) = 7a2434d857b2914136d5ec0a7b9fbd89352a5dd3452bf2e3f7c0e2ef7317b45a3cfe6d3921b7f61a1f0a99a7c06f73428f9871dac0d7ae481fa1a1a0b97042cb
-Size (setuptools-60.3.1.tar.gz) = 2284193 bytes
+BLAKE2s (setuptools-60.5.0.tar.gz) = ddbd0aecda53a278a1078bde3a471a540ebfa935b6371b4d4a789e3ed0176300
+SHA512 (setuptools-60.5.0.tar.gz) = b2cf7d99e60d0c862a7a4fd8e806019db52502de48ff77556df26ce39a8620f476de767e2e8be8aa260366f54d1429db8a42d538345ec2cd2cfd5286e62e770d
+Size (setuptools-60.5.0.tar.gz) = 2292478 bytes



Home | Main Index | Thread Index | Old Index