Cfv

Latest version: v3.0.0

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

Scan your dependencies

Page 5 of 5

1.4

* Added make install-wrapper option for faster startup times.
* Uses long int value for total bytes read, to avoid overflow if you are checking a lot of files. (>=2GB, on 32bit archs)
* Fixed divide by zero error on systems with lower resolution timers (ie, python-win32)
* Ignore blank lines in .cfvrc
* Loosened .sfv file recognition some more.
* Handle error on creating/writing checksum file better.
* Add handler for .csv files with no crc field (-t csv2).

1.3

* .sfv file recognition loosened a bit (nvCRC32 says generated using instead of by)
* uses fchksum module if available. (1.1x-2.0x faster)

1.2

* recursive mode (-r and -rr)
* only creates checksum file when there is actually something to put in it
* if user doesn't specify files on command line, don't print errors about trying to add any directories and such

1.1

* md5sum support (-t md5)
* config file support
* missing file only check (-m)

2000-06-22 - v1.0: first release


Release Procedure

shell
rm -rf __pycache__ build dist lib/cfv.egg-info
git status
vim lib/cfv/common.py
vim Changelog
git add lib/cfv/common.py Changelog
git diff --cached
git commit -m "Update Changelog and bump version to <version>"
git push
git tag v<version>
git push --tags
python setup.py sdist bdist_wheel
twine check dist/*
twine upload dist/*
vim lib/cfv/common.py
vim Changelog
git add lib/cfv/common.py Changelog
git diff --cached
git commit -m "Bump version"
git push

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.