Skip to content

Releases: bneijt/poetry-lock-package

Allow multiple --ignore, add --no-parent

16 Apr 20:51
Compare
Choose a tag to compare

This release allows you to use --ignore multiple times so you don't have to do regex or statements (pyspark|numpy).

Another addition is the --no-parent to skip the addition of the parent project as a dependency of the lock project. This should allow you to ship your requirements and your package as two separate entities.

Feature release: add --ignore

16 Apr 10:54
Compare
Choose a tag to compare

Add --ignore option which allows for filtering of dependencies using a regular expression
Switch default --test option to False

Feature release: add --wheel option to build lock project

12 Apr 10:32
Compare
Choose a tag to compare

Because it's hard to determine the lock project folder, this new release has a --wheel option which will subprocess.call poetry build --format=wheel in that newly created folder for you.

Drop scripts configuration from lock project

11 Apr 18:55
Compare
Choose a tag to compare

Bugfix, drop scripts configuration from lock project.

Initial release

11 Apr 16:13
Compare
Choose a tag to compare

Bare minimal to get you going.

Expect a rough ride and get ready to start filing issues.

Thanks in advance if you participate!