glpkg 1.4.0__tar.gz → 1.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glpkg
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Tool to make GitLab generic package registry operations easy.
5
5
  Author-email: bugproduction <bugproduction@outlook.com>
6
6
  License-Expression: MIT
@@ -2,4 +2,4 @@
2
2
 
3
3
  from gitlab.packages import Packages
4
4
 
5
- __version__ = "1.4.0"
5
+ __version__ = "1.4.1"
@@ -1,6 +1,5 @@
1
1
  """GitLab packages main module"""
2
2
 
3
- import logging
4
3
  import sys
5
4
 
6
5
  from gitlab.cli_handler import CLIHandler
@@ -17,10 +16,6 @@ def cli() -> int:
17
16
  int
18
17
  Zero when everything is fine, non-zero otherwise.
19
18
  """
20
- logging.basicConfig(
21
- level=logging.DEBUG,
22
- handlers=[logging.FileHandler("glpkg.log")], # , logging.StreamHandler()],
23
- )
24
19
  handler = CLIHandler()
25
20
  return handler.do_it()
26
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glpkg
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: Tool to make GitLab generic package registry operations easy.
5
5
  Author-email: bugproduction <bugproduction@outlook.com>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes