Skip to content

Releases: dhatim/python-license-check

0.3.11

13 Jun 09:27
e9c1b7a
Compare
Choose a tag to compare

Thanks to @shakhat:

  • #28 fix setup.py to install all dependencies from requirements.txt

0.3.10

12 Jun 21:41
708545e
Compare
Choose a tag to compare
  • #27 whitelist packages with version specifiers

0.3.9

12 Apr 12:53
3310205
Compare
Choose a tag to compare

Thanks to @zougi:

  • #25 allow package to be excluded without version

0.3.8

11 Apr 13:06
90bf58a
Compare
Choose a tag to compare

Thanks to @hnykda:

  • #24 remove argparse as a dependency

0.3.7

13 Mar 13:28
ff5f91b
Compare
Choose a tag to compare

#23 authorized packages: keep case of options in license strategy file

0.3.6

11 Mar 13:25
2596d0e
Compare
Choose a tag to compare

#22 Handle license missing from metadata

0.3.5

01 Feb 13:41
fa5c162
Compare
Choose a tag to compare

Thanks to @shakhat:

  • #20 Avoid inifinite recursion on packages with cyclic dependencies

0.3.4: Merge pull request #19 from pypingou/basic_marker_support

13 Nov 17:06
ecec634
Compare
Choose a tag to compare

PR #19: add basic support for markers in requirements.txt and tweak liccheck's own requirements.txt.

0.3.3

12 Sep 14:47
1cba85e
Compare
Choose a tag to compare

PR #18: reorganize tests and prevent crashes when the strategy file does not contain all expected keys.

0.3.2

12 Sep 12:05
7d0c725
Compare
Choose a tag to compare

PR #17: strip the useless "License" suffix.