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: wiz
Date: Thu Aug 24 20:23:12 UTC 2023
Modified Files:
pkgsrc/devel/py-setuptools: Makefile distinfo
Log Message:
py-setuptools: update to 68.1.2.
v68.1.2
=======
Misc
----
- #4022, #4022
v68.1.1
=======
Bugfixes
--------
- Fix editable install finder handling of nested packages, by only handling 1
level of nesting and relying on ``importlib.machinery`` to find the remaining
modules based on the parent package path. (#4020)
v68.1.0
=======
Features
--------
- Removed code referencing bdist_wininst in install_scripts. (#3525)
- Promote ``pyproject.toml``'s ``[tool.setuptools]`` out of beta.
Note that some fields are still considered deprecated and/or obsolete,
and these might be removed in future versions (i.e., there is no guarantee
for long term support and backward compatibility on those fields). (#3962)
- Automatically add files listed in ``Extension.depends`` to sdists,
as long as they are contained in the project directory -- by :user:`RuRo` (#4000)
- Require Python 3.8 or later.
Bugfixes
--------
- Made imports in editable installs case-sensitive on case-insensitive filesystems -- by :user:`aganders3` (#3995)
- Use default encoding to create ``.pth`` files with ``editable_wheel``. (#4009)
- Detects (and complain about) ``scripts`` and ``gui-scripts`` set via ``setup.py``
when ``pyproject.toml`` does not include them in ``dynamic``. (#4012)
Misc
----
- #3833, #3960, #4001, #4007
To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.210 -r1.211 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.234 pkgsrc/devel/py-setuptools/Makefile:1.235
--- pkgsrc/devel/py-setuptools/Makefile:1.234 Wed Jun 28 09:10:40 2023
+++ pkgsrc/devel/py-setuptools/Makefile Thu Aug 24 20:23:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.234 2023/06/28 09:10:40 wiz Exp $
+# $NetBSD: Makefile,v 1.235 2023/08/24 20:23:12 wiz Exp $
-DISTNAME= setuptools-68.0.0
+DISTNAME= setuptools-68.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/}
@@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:..
TEST_DEPENDS+= ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build
TEST_DEPENDS+= ${PYPKGPREFIX}-filelock>=3.4.0:../../devel/py-filelock
TEST_DEPENDS+= ${PYPKGPREFIX}-ini2toml>=0.9:../../textproc/py-ini2toml
+#TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.develop>=7.21:../../devel/py-jaraco.develop
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.envs>=2.2:../../devel/py-jaraco.envs
TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.path>=3.2.0:../../devel/py-jaraco.path
TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=19.1:../../devel/py-pip
Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.210 pkgsrc/devel/py-setuptools/distinfo:1.211
--- pkgsrc/devel/py-setuptools/distinfo:1.210 Wed Jun 28 09:10:40 2023
+++ pkgsrc/devel/py-setuptools/distinfo Thu Aug 24 20:23:12 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.210 2023/06/28 09:10:40 wiz Exp $
+$NetBSD: distinfo,v 1.211 2023/08/24 20:23:12 wiz Exp $
-BLAKE2s (setuptools-68.0.0.tar.gz) = 6f3c403c41850ef7bc4bb4080bce134671e160d775dc86e0b9b40a7c476fa556
-SHA512 (setuptools-68.0.0.tar.gz) = da6d535a0db6eaf477c8c2148efbc2100fd88a14f3adad44d20e22bf52bee3f00fe86547ea650fe653519bd6ff5f9ef033a55bb3a05fed041e88e78cdfb81d7e
-Size (setuptools-68.0.0.tar.gz) = 2194111 bytes
+BLAKE2s (setuptools-68.1.2.tar.gz) = 8ede862da5839b8a320abacdc9916cadd1d75f5b5515a273b002f9c2536edc8b
+SHA512 (setuptools-68.1.2.tar.gz) = a5a84102ce72f38162b190b91286013cb8660b45f383df04fba65e38c658a5c5b93cdf05f789436618fa596b3ca6688a7c54d31d6d10b729124d3b135660c328
+Size (setuptools-68.1.2.tar.gz) = 2198001 bytes
Home |
Main Index |
Thread Index |
Old Index