Setupmeta

Latest version: v3.6.0

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

Scan your dependencies

Page 1 of 9

3.6.0

------------------

* Use ``--no-verify`` with ``git commit`` when bumping a version, to support projects with a
``no-commit-to-branch`` hook (OK to commit version bump to branch, but not other changes)

3.5.2

------------------

* Support setuptools 68.2+

3.5.1

------------------

* Better support for PEP-517, extract ``Requires-Dist:`` from ``PKG-INFO`` if ``requires.txt`` is missing

* ``.egg`` files are not published anymore, see https://blog.pypi.org/posts/2023-06-26-deprecate-egg-uploads/

3.4.1

------------------

* Removed support for py2

* Look for ``v*.*`` git tags first, then ``*.*``

* Ignore git tags that do not pass regex ``^v?[0-9]+\.[0-9]+``,
default to ``0.0.0`` in that case, and issue a WARNING

3.4.0

------------------

* Allow to configure format of git version tag via the advanced dict-form of ``versioning``,
example::

versioning={
"main": "{major}.{minor}.{distance}",
"extra": "{dirty}",
"branches": "main",
"version_tag": "v*.*",
},

3.3.2

------------------

* Protect against hook setup call in ancient setuptools versions

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.