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:           Wed Oct 30 08:50:40 UTC 2024

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

Log Message:
py-setuptools: updated to 75.3.0

v75.3.0

Features

- Allowed using `dict` as an ordered type in ``setuptools.dist.check_requirements``

Bugfixes

- Ensured methods in ``setuptools.modified`` preferably raise a consistent
  ``distutils.errors.DistutilsError`` type
  (except in the deprecated use case of ``SETUPTOOLS_USE_DISTUTILS=stdlib``)
- Fix the ABI tag when building a wheel using the debug build of Python 3.13 on Windows. Previously, the ABI tag was missing the ``"d"`` flag.
- Fix clashes for ``optional-dependencies`` in ``pyproject.toml`` and
  ``extra_requires`` in ``setup.cfg/setup.py``.
  As per PEP 621, ``optional-dependencies`` have to be honoured and dynamic
  behaviour is not allowed.


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.231 -r1.232 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.257 pkgsrc/devel/py-setuptools/Makefile:1.258
--- pkgsrc/devel/py-setuptools/Makefile:1.257   Wed Oct 16 17:52:05 2024
+++ pkgsrc/devel/py-setuptools/Makefile Wed Oct 30 08:50:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.257 2024/10/16 17:52:05 adam Exp $
+# $NetBSD: Makefile,v 1.258 2024/10/30 08:50:40 adam Exp $
 
-DISTNAME=      setuptools-75.2.0
+DISTNAME=      setuptools-75.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/setuptools/}

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.231 pkgsrc/devel/py-setuptools/distinfo:1.232
--- pkgsrc/devel/py-setuptools/distinfo:1.231   Wed Oct 16 17:52:05 2024
+++ pkgsrc/devel/py-setuptools/distinfo Wed Oct 30 08:50:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.231 2024/10/16 17:52:05 adam Exp $
+$NetBSD: distinfo,v 1.232 2024/10/30 08:50:40 adam Exp $
 
-BLAKE2s (setuptools-75.2.0.tar.gz) = 8d2635020be5ca537274ea6b7b26f7bdcc86cfcd8c367881010fb4e47d1775e3
-SHA512 (setuptools-75.2.0.tar.gz) = 1c508ae3028ae991215b1953398aee5fcf6df0ae2294cc2e31bf8f3c67a306b6cbe2b78e4d855271be8df8a82135fccc8baa05df905fe964d45e5888abf51add
-Size (setuptools-75.2.0.tar.gz) = 1350308 bytes
+BLAKE2s (setuptools-75.3.0.tar.gz) = 5c2d2f15c215d0c962db32a5f08487ca52ad9512200a16cfac8557824f9bca13
+SHA512 (setuptools-75.3.0.tar.gz) = 281f5cce6fd4aa51b3642a6aae3dce29551ccef083994f0bd267367d3f8b1f81c92cb8f858d7d052ebd7197295316918b3d16a58c6986bdf59bc1d32c7b6277a
+Size (setuptools-75.3.0.tar.gz) = 1351577 bytes



Home | Main Index | Thread Index | Old Index