Skip to content

Releases: fredrikaverpil/creosote

v2.3.5

10 Mar 23:29
c10373a
Compare
Choose a tag to compare

Fixes

  • Log the command arguments when supplying the --verbose flag.

v2.3.4

10 Mar 23:03
6fd18a2
Compare
Choose a tag to compare

Fixes

  • Log the creosote version and the command issued, as part of the log output when specifying --verbose.

v2.3.3

10 Mar 22:51
d8d8af7
Compare
Choose a tag to compare

Fixes

  • This release more clearly formalize the three strategies used to figure out the import/module naming based on the package name. Solves #123 partly, where the typing-extensions package was not properly associated with the typing_extensions import name.
  • Renamed functions, variables and cleaned up some docstrings.

v2.3.2

10 Mar 21:46
2bb34bf
Compare
Choose a tag to compare

Fixes

  • Log the version of Creosote when using the --verbose argument.

v2.3.1

10 Mar 21:07
3ade710
Compare
Choose a tag to compare

Fixes

  • Fixes a glob issue, where the path leading up to the top_level.txt file (containing the import name of the package) was case sensitive. This resulted in that e.g. gitpython, which has a path of .venv/lib/python3.11/site-packages/GitPython-3.1.30.dist-info/top_level.txt was not detected, and the import of git (from inside that file) could not be read.
  • Removes logging of source code parsed. Enable again by using the --verbose argument.

v2.3.0

10 Mar 12:46
fa8500e
Compare
Choose a tag to compare

New features

  • Added support for pipenv/Pipfile.

Fixes

  • Fixed some typing incompatible with Python 3.7.
  • Increase logging when --verbose argument is given.

v2.2.0

09 Mar 22:42
743476d
Compare
Choose a tag to compare
  • Improve requirements.txt parsing by leveraging pip-requirements-parser. Enables parsing of editable requirements. ❤️ @elijahr #121
  • Internal improvements to pytest fixtures #121
  • Fixed issue with top_level.txt file globbing #121

v2.1.1

10 Mar 13:34
d08f1a4
Compare
Choose a tag to compare

v2.1.0

05 Mar 15:13
Compare
Choose a tag to compare
  • Support for direct references (git links).
  • Show warning when virtual environment is not found.
  • Update GHA workflow.

Internal:

  • Minor refactoring.

v2.0.1

04 Mar 16:14
9a6d725
Compare
Choose a tag to compare
  • Typos in README.md
  • Remove "Development Status :: 4 - Beta" from package classifiers.