Setuptools

Latest version: v70.1.1

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 109

58.3.0

Not secure
=======


Changes
-------
* 917: ``setup.py install`` and ``easy_install`` commands are now officially deprecated. Use other standards-based installers (like pip) and builders (like build). Workloads reliant on this behavior should pin to this major version of Setuptools. See `Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html>`_ for more background.
* 1988: Deprecated the ``bdist_rpm`` command. Binary packages should be built as wheels instead.
-- by :user:`hugovk`
* 2785: Replace ``configparser``'s ``readfp`` with ``read_file``, deprecated since Python 3.2.
-- by :user:`hugovk`
* 2823: Officially deprecated support for ``setup_requires``. Users are encouraged instead to migrate to PEP 518 ``build-system.requires`` in ``pyproject.toml``. Users reliant on ``setup_requires`` should consider pinning to this major version to avoid disruption.

Misc
----
* 2762: Changed codecov.yml to configure the threshold to be lower
-- by :user:`tanvimoharir`

58.2.0

Not secure
=======


Changes
-------
* 2757: Add windows arm64 launchers for scripts generated by easy_install.
* 2800: Added ``--owner`` and ``--group`` options to the ``sdist`` command,
for specifying file ownership within the produced tarball (similarly
to the corresponding distutils ``sdist`` options).

Documentation changes
---------------------
* 2792: Document how the legacy and non-legacy versions are compared, and reference to the PEP 440 scheme.

58.1.0

Not secure
=======


Changes
-------
* 2796: Merge with pypa/distutils02e9f65ab0

58.0.4

Not secure
=======


Misc
----
* 2773: Retain case in setup.cfg during sdist.

58.0.3

Not secure
=======


Misc
----
* 2777: Build does not fail fast when ``use_2to3`` is supplied but set to a false value.

58.0.2

Not secure
=======


Misc
----
* 2769: Build now fails fast when ``use_2to3`` is supplied.

Page 23 of 109

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.