Go to file
Dirk Mueller e4e74004c4 - update to 75.5.0:
* Removed support for
    SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION, as it is
    deemed prone to errors.
  * Added support for the environment variable
    SETUPTOOLS_DANGEROUSLY_SKIP_PYPROJECT_VALIDATION=true,
    allowing users to bypass the validation of pyproject.toml.
    This option should be used only as a last resort when
    resolving dependency issues, as it may lead to improper
    functioning. Users who enable this setting are responsible
    for ensuring that pyproject.toml complies with setuptools
    requirements. (#4611)  Attention! This environment variable
    was removed in a later version of setuptools.
  * Require Python 3.9 or later. (#4718)
  * Remove dependency on importlib_resources and the vendored
    copy of the library. Instead, setuptools consistently rely on
    stdlib's importlib.resources (available on Python 3.9+).
    (#4718)
  * Setuptools' bdist_wheel implementation no longer produces
    wheels with the m SOABI flag (pymalloc-related). This flag
    was removed on Python 3.8+ (see :obj:`sys.abiflags`). (#4718)
  * Updated vendored packaging version to 24.2. (#4740)
  * Merge with pypa/distutils@251797602, including fix for
    dirutil.mkpath handling in pypa/distutils#304.
  * Allowed using dict as an ordered type in
    setuptools.dist.check_requirements -- by :user:`Avasam`
  * Ensured methods in setuptools.modified preferably raise a
    consistent distutils.errors.DistutilsError type (except in
    the deprecated use case of SETUPTOOLS_USE_DISTUTILS=stdlib)
    -- by :user:`Avasam`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=272
2024-11-20 17:30:51 +00:00
_multibuild Negations are poorly visible. 2024-11-05 22:29:43 +00:00
.gitattributes Negations are poorly visible. 2024-11-05 22:29:43 +00:00
.gitignore Negations are poorly visible. 2024-11-05 22:29:43 +00:00
python-setuptools.changes - update to 75.5.0: 2024-11-20 17:30:51 +00:00
python-setuptools.spec - update to 75.5.0: 2024-11-20 17:30:51 +00:00
setuptools-70.1.1.tar.gz Negations are poorly visible. 2024-11-05 22:29:43 +00:00
setuptools-75.5.0.tar.gz - update to 75.5.0: 2024-11-20 17:30:51 +00:00
sort-for-reproducibility.patch Negations are poorly visible. 2024-11-05 22:29:43 +00:00