c2cciutils 1.3.26.dev8__py3-none-any.whl → 1.3.26.dev12__py3-none-any.whl
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.
- {c2cciutils-1.3.26.dev8.dist-info → c2cciutils-1.3.26.dev12.dist-info}/METADATA +18 -20
- {c2cciutils-1.3.26.dev8.dist-info → c2cciutils-1.3.26.dev12.dist-info}/RECORD +5 -5
- {c2cciutils-1.3.26.dev8.dist-info → c2cciutils-1.3.26.dev12.dist-info}/WHEEL +1 -1
- {c2cciutils-1.3.26.dev8.dist-info → c2cciutils-1.3.26.dev12.dist-info}/LICENSE.txt +0 -0
- {c2cciutils-1.3.26.dev8.dist-info → c2cciutils-1.3.26.dev12.dist-info}/entry_points.txt +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: c2cciutils
|
|
3
|
-
Version: 1.3.26.
|
|
3
|
+
Version: 1.3.26.dev12
|
|
4
4
|
Summary: Common utilities for Camptocamp CI
|
|
5
5
|
Home-page: https://github.com/camptocamp/c2cciutils
|
|
6
6
|
License: FreeBSD
|
|
7
7
|
Keywords: ci
|
|
8
8
|
Author: Camptocamp
|
|
9
9
|
Author-email: info@camptocamp.com
|
|
10
|
-
Requires-Python: >=3.8,<
|
|
10
|
+
Requires-Python: >=3.8,<3.12
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
@@ -19,40 +19,37 @@ Classifier: Programming Language :: Python :: 3
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.8
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Typing :: Typed
|
|
26
24
|
Provides-Extra: audit
|
|
27
25
|
Provides-Extra: checks
|
|
28
|
-
Provides-Extra:
|
|
26
|
+
Provides-Extra: pr-checks
|
|
29
27
|
Provides-Extra: publish
|
|
30
|
-
Requires-Dist: EditorConfig (>=0.0.0,<1.0.0); extra == "checks"
|
|
28
|
+
Requires-Dist: EditorConfig (>=0.0.0,<1.0.0) ; extra == "checks"
|
|
31
29
|
Requires-Dist: Markdown (>=3.0.0,<4.0.0)
|
|
32
30
|
Requires-Dist: PyYAML (>=6.0.0,<7.0.0)
|
|
33
31
|
Requires-Dist: Pygments (>=2.0.0,<3.0.0)
|
|
34
|
-
Requires-Dist: black (==24.3.0); extra == "checks"
|
|
32
|
+
Requires-Dist: black (==24.3.0) ; extra == "checks"
|
|
35
33
|
Requires-Dist: certifi
|
|
36
34
|
Requires-Dist: click (>=8.0.0,<9.0.0)
|
|
37
|
-
Requires-Dist: codespell (==2.2.6); extra == "checks" or extra == "
|
|
35
|
+
Requires-Dist: codespell (==2.2.6) ; extra == "checks" or extra == "pr-checks"
|
|
38
36
|
Requires-Dist: cryptography
|
|
39
37
|
Requires-Dist: debian-inspector (>=31.0.0,<32.0.0)
|
|
40
38
|
Requires-Dist: defusedxml (>=0.0.0,<1.0.0)
|
|
41
|
-
Requires-Dist: google-api-python-client (>=2.0.0,<3.0.0); extra == "publish"
|
|
42
|
-
Requires-Dist: google-auth-httplib2 (>=0.0.0,<1.0.0); extra == "publish"
|
|
43
|
-
Requires-Dist: google-auth-oauthlib (>=0.0.0,<1.0.0); extra == "publish"
|
|
39
|
+
Requires-Dist: google-api-python-client (>=2.0.0,<3.0.0) ; extra == "publish"
|
|
40
|
+
Requires-Dist: google-auth-httplib2 (>=0.0.0,<1.0.0) ; extra == "publish"
|
|
41
|
+
Requires-Dist: google-auth-oauthlib (>=0.0.0,<1.0.0) ; extra == "publish"
|
|
44
42
|
Requires-Dist: idna (>=3.0,<4.0)
|
|
45
|
-
Requires-Dist: isort (==5.10.1); extra == "checks"
|
|
43
|
+
Requires-Dist: isort (==5.10.1) ; extra == "checks"
|
|
46
44
|
Requires-Dist: jsonschema (>=4.0.0,<5.0.0)
|
|
47
45
|
Requires-Dist: jsonschema-gentypes (>=1.0.0,<2.0.0)
|
|
48
46
|
Requires-Dist: markdown-table (>=2020.0.0,<2021.0.0)
|
|
49
47
|
Requires-Dist: node-vm2 (>=0.0.0,<1.0.0)
|
|
50
48
|
Requires-Dist: oauthlib (>=3.0.0,<4.0.0)
|
|
51
|
-
Requires-Dist: pipenv (==2022.9.24); extra == "audit"
|
|
52
|
-
Requires-Dist: poetry (==1.
|
|
53
|
-
Requires-Dist: poetry-
|
|
54
|
-
Requires-Dist: poetry-
|
|
55
|
-
Requires-Dist: poetry-plugin-tweak-dependencies-version (==1.0.0); extra == "publish"
|
|
49
|
+
Requires-Dist: pipenv (==2022.9.24) ; extra == "audit"
|
|
50
|
+
Requires-Dist: poetry (==1.5.1) ; extra == "publish"
|
|
51
|
+
Requires-Dist: poetry-dynamic-versioning[plugin] (==0.21.5) ; extra == "publish"
|
|
52
|
+
Requires-Dist: poetry-plugin-tweak-dependencies-version (==1.4.0) ; extra == "publish"
|
|
56
53
|
Requires-Dist: protobuf (>=4.0.0,<5.0.0)
|
|
57
54
|
Requires-Dist: pyOpenSSL (>=24.0.0,<25.0.0)
|
|
58
55
|
Requires-Dist: python-magic (>=0.0.0,<1.0.0)
|
|
@@ -60,9 +57,10 @@ Requires-Dist: requests (>=2.0.0,<3.0.0)
|
|
|
60
57
|
Requires-Dist: ruamel.yaml (>=0.0.0,<1.0.0)
|
|
61
58
|
Requires-Dist: safety (>=2.0.0,<3.0.0)
|
|
62
59
|
Requires-Dist: toml (>=0.0.0,<1.0.0)
|
|
63
|
-
Requires-Dist: tomlkit (>=0.0.0,<1.0.0); extra == "publish"
|
|
64
|
-
Requires-Dist: twine (>=4.0.0,<5.0.0); extra == "publish"
|
|
60
|
+
Requires-Dist: tomlkit (>=0.0.0,<1.0.0) ; extra == "publish"
|
|
61
|
+
Requires-Dist: twine (>=4.0.0,<5.0.0) ; extra == "publish"
|
|
65
62
|
Requires-Dist: urllib3 (>=1.0.0,<2.0.0)
|
|
63
|
+
Requires-Dist: virtualenv (>=20.0.0,<21.0.0)
|
|
66
64
|
Project-URL: Repository, https://github.com/camptocamp/c2cciutils
|
|
67
65
|
Description-Content-Type: text/markdown
|
|
68
66
|
|
|
@@ -185,8 +185,8 @@ c2cciutils/scripts/pr_checks.py,sha256=-Eqcr5QmiSu-HhbqLtrcZYNC9fvmGr81fj1JiCIrb
|
|
|
185
185
|
c2cciutils/scripts/publish.py,sha256=bfz4dWSuxXQIgrN53Ag61cpOkXz--XTQ8UQGE_HeXKc,14315
|
|
186
186
|
c2cciutils/scripts/trigger_image_update.py,sha256=0xf7wyPaVcBItDozyzk_s9VgnOBzdlu4rOG7BS3cbqo,2786
|
|
187
187
|
c2cciutils/security.py,sha256=k5piTZf6HWIPEAf63vbE06vZKJ62CSS7e_6WXHf4o7Q,1517
|
|
188
|
-
c2cciutils-1.3.26.
|
|
189
|
-
c2cciutils-1.3.26.
|
|
190
|
-
c2cciutils-1.3.26.
|
|
191
|
-
c2cciutils-1.3.26.
|
|
192
|
-
c2cciutils-1.3.26.
|
|
188
|
+
c2cciutils-1.3.26.dev12.dist-info/LICENSE.txt,sha256=ayagouK6EHkdDq3pIKG8GNxNRH_Jffl-PbxLIjeaTTY,1663
|
|
189
|
+
c2cciutils-1.3.26.dev12.dist-info/METADATA,sha256=YFEQx_50a0f7xU1E2CSzb_xJd6ZWdi6W1gurE4dWGr0,18133
|
|
190
|
+
c2cciutils-1.3.26.dev12.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
191
|
+
c2cciutils-1.3.26.dev12.dist-info/entry_points.txt,sha256=HahcOZlCfYF4B95pG1CRD_noaFmhDzEoN5YqxLyucyE,939
|
|
192
|
+
c2cciutils-1.3.26.dev12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|