Skip to content

Releases: ddelange/pipgrip

0.2.0: :sparkles: Add -r option for requirements files (#14)

09 Mar 14:08
acacc3c
Compare
Choose a tag to compare
* :sparkles: Add -r option for requirements files

* :pencil: Update short description in setup.py

* :bug: Fix int type in --max-depth option

* :bug: Fix help-text wrapping, enable -h

* :white_check_mark: Add test for -r

* :white_check_mark: Increase coverage of cli.py to 89%

* :bug: Clean test

* :pencil: Fix readme typo

* :recycle: Move CODEOWNERS to .github folder

0.1.0: :sparkles: Add --install flag (#11)

26 Jan 21:40
9fa9425
Compare
Choose a tag to compare
* :sparkles: Add --install flag

* :bug: Remove **kwargs as it's invalid syntax on py27

* :bug: Increase stability for --install -e .

* :green_heart: Run CD only when tags are pushed to master

* :pencil: Remove useless sh syntax highlighting

* :loud_sound: Add environment info in -vvv

* :art: Clean up .pre-commit-config.yaml

0.0.3: :recycle: Add support for extras_require (#8)

23 Jan 15:23
d712b9d
Compare
Choose a tag to compare
* :pencil: Add TODO comment in README.md

* :recycle: Add support for extras_require (part 1)

Only need solution when e.g. aiobotocore is root_dep, but other root_dep depends on aiobotocore[boto3]

* :bug: Fix discover_and_add in dependencies_for

* :zap: Remove the maximum for amount of packages to try

* :bug: Broaden support for pip~=20.0

* :recycle: Add support for extras_require (part 2)

* :bug: Add __ne__ to Package for proper Package comparison in py2

* :bug: Handle case where _non_empty_term returns None

* :rotating_light: Make lint compliant

* :pencil: Add comparisons to README.md

0.0.2: :heavy_plus_sign: Add backports for enum and typing modules (#7)

22 Jan 15:32
0f85617
Compare
Choose a tag to compare
* :heavy_plus_sign: Add backports for enum and typing modules

* :bug: Add support for pip~=20

0.0.1: :recycle: Initial release

09 Jan 22:29
ea60e15
Compare
Choose a tag to compare
:recycle: Remove --stop-early, fix recursion depth problem (#4)

* :pencil: Add package normalization caveat

* :recycle: Remove --stop-early, fix recursion depth problem