Check-manifest

Latest version: v0.49

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

Scan your dependencies

Page 7 of 8

0.14

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

* Supports packages that do not live in the root of a version control
repository (`issue 15 <https://github.com/mgedmin/check-manifest/issues/15>`__).

* More reliable svn support: detect files that have been added but not
committed (or committed but not updated).

* Licence changed from GPL (v2 or later) to MIT
(`issue 12 <https://github.com/mgedmin/check-manifest/issues/12>`__).

0.13

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

* New command line option: --ignore
(`issue 11 <https://github.com/mgedmin/check-manifest/issues/11>`__).
Contributed by Steven Myint.

* New command line option: -p, --python. Defaults to the Python you used to
run check-manifest. Fixes issues with packages that require Python 3 to run
setup.py (`issue 13 <https://github.com/mgedmin/check-manifest/issues/13>`__).

0.12

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

* Add suggestion pattern for `Makefile`.

* More generic suggestion patterns, should cover almost anything.

* zest.releaser_ integration: skip check-release for non-Python packages
(`issue 9 <https://github.com/mgedmin/check-manifest/issues/9>`__).

0.11

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

* Make sure ``MANIFEST.in`` is not ignored even if it hasn't been added to the
VCS yet (`issue 7 <https://github.com/mgedmin/check-manifest/issues/7>`__).

0.10

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

* ``check-manifest --version`` now prints the version number.

* Don't apologize for not adding rules for directories (especially after adding
rules that include files inside that directory).

* Python 3 support contributed by Steven Myint.

* Default ignore patterns can be configured in ``setup.cfg``
(`issue 3 <https://github.com/mgedmin/check-manifest/issues/3>`_).

0.9

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

* Add suggestion pattern for `.travis.yml`.

* When check-manifest -u (or -c) doesn't know how to write a rule matching a
particular file, it now apologizes explicitly.

* Copy the source tree to a temporary directory before running python setup.py
sdist to avoid side effects from setuptools plugins or stale
\*.egg-info/SOURCES.txt files
(`issue 1 <https://github.com/mgedmin/check-manifest/issues/1>`_).

* Warn if `*.egg-info` or `*.mo` is actually checked into the VCS.

* Don't complain if `*.mo` files are present in the sdist but not in the VCS
(`issue 2 <https://github.com/mgedmin/check-manifest/issues/2>`_).

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.