Third Party packages eric7

Tue, 24 May 2022 10:22:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 24 May 2022 10:22:46 +0200
branch
eric7
changeset 9098
fb9351497cea
parent 9097
213951c41dcd
child 9099
0e511e0e94a3

Third Party packages
- upgraded pip-licenses to version 3.5.4

docs/changelog file | annotate | diff | comparison | revisions
eric7/PipInterface/piplicenses.py file | annotate | diff | comparison | revisions
--- a/docs/changelog	Mon May 23 18:15:10 2022 +0200
+++ b/docs/changelog	Tue May 24 10:22:46 2022 +0200
@@ -19,6 +19,8 @@
 - Wizards
   -- extended the QInputDialog wizard to support the 'getMultiLineText()'
      function
+- Third Party packages
+  -- upgraded pip-licenses to version 3.5.4
 
 Version 22.5:
 - bug fixes
--- a/eric7/PipInterface/piplicenses.py	Mon May 23 18:15:10 2022 +0200
+++ b/eric7/PipInterface/piplicenses.py	Tue May 24 10:22:46 2022 +0200
@@ -69,7 +69,7 @@
 
 
 __pkgname__ = 'pip-licenses'
-__version__ = '3.5.3'
+__version__ = '3.5.4'
 __author__ = 'raimon'
 __license__ = 'MIT'
 __summary__ = ('Dump the software license list of '
@@ -147,7 +147,7 @@
                                                        f))))
          for f in file_names]
         for test_file in patterns:
-            if os.path.exists(test_file):
+            if os.path.exists(test_file) and not os.path.isdir(test_file):
                 included_file = test_file
                 with open(test_file, encoding='utf-8',
                           errors='backslashreplace') as included_file_handle:

eric ide

mercurial