ezKit 1.1.3__tar.gz → 1.1.4__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.1
2
2
  Name: ezKit
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -1,5 +1,11 @@
1
1
  # Python Easy Kit
2
2
 
3
+ 手动安装:
4
+
5
+ ```sh
6
+ pip install ezKit-1.1.3.tar.gz
7
+ ```
8
+
3
9
  版本号说明: [PEP 440 – Version Identification and Dependency Specification](https://peps.python.org/pep-0440/)
4
10
 
5
11
  代码规范:
@@ -1317,6 +1317,7 @@ def git_clone(git_repository: str = None, local_repository: str = None, timeout:
1317
1317
  return True
1318
1318
  else:
1319
1319
  logger.error(f'[{info}]克隆失败')
1320
+ logger.error(result.stdout.splitlines()) if v_true(debug, bool) else next
1320
1321
  return False
1321
1322
  except Exception as e:
1322
1323
  logger.error(f'[{info}]克隆失败')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.1.3
3
+ Version: 1.1.4
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
2
2
 
3
3
  setup(
4
4
  name='ezKit',
5
- version='1.1.3',
5
+ version='1.1.4',
6
6
  author='septvean',
7
7
  author_email='septvean@gmail.com',
8
8
  description='Easy Kit',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes