c2cciutils 1.3.22.dev2__py3-none-any.whl → 1.3.22.dev4__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/__init__.py CHANGED
@@ -214,14 +214,16 @@ def get_config(branch: Optional[str] = None) -> c2cciutils.configuration.Configu
214
214
  else {}
215
215
  ),
216
216
  },
217
- "versions": {
218
- "extra_versions": [master_branch],
219
- "backport_labels": True,
220
- "audit": True,
221
- "branches": True,
222
- }
223
- if based_on_master
224
- else False,
217
+ "versions": (
218
+ {
219
+ "extra_versions": [master_branch],
220
+ "backport_labels": True,
221
+ "audit": True,
222
+ "branches": True,
223
+ }
224
+ if based_on_master
225
+ else False
226
+ ),
225
227
  "black": True,
226
228
  "isort": True,
227
229
  "codespell": True,
@@ -2,7 +2,6 @@
2
2
  Automatically generated file from a JSON schema.
3
3
  """
4
4
 
5
-
6
5
  from typing import Dict, List, Literal, TypedDict, Union
7
6
 
8
7
  # Application configuration
@@ -2,7 +2,6 @@
2
2
  Automatically generated file from a JSON schema.
3
3
  """
4
4
 
5
-
6
5
  from typing import Any, Dict, List, Literal, TypedDict, Union
7
6
 
8
7
  # Audit
c2cciutils/lib/docker.py CHANGED
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Some utility functions for Docker images.
3
3
  """
4
+
4
5
  import os
5
6
  import subprocess # nosec: B404
6
7
  from typing import Dict, Optional, Tuple, cast
c2cciutils/pr_checks.py CHANGED
@@ -3,6 +3,7 @@ The pull request checking functions.
3
3
 
4
4
  Commits, messages and labels.
5
5
  """
6
+
6
7
  import os
7
8
  import re
8
9
  import subprocess # nosec
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cciutils
3
- Version: 1.3.22.dev2
3
+ Version: 1.3.22.dev4
4
4
  Summary: Common utilities for Camptocamp CI
5
5
  Home-page: https://github.com/camptocamp/c2cciutils
6
6
  License: FreeBSD
@@ -31,7 +31,7 @@ Requires-Dist: EditorConfig (>=0.0.0,<1.0.0); extra == "checks"
31
31
  Requires-Dist: Markdown (>=3.0.0,<4.0.0)
32
32
  Requires-Dist: PyYAML (>=6.0.0,<7.0.0)
33
33
  Requires-Dist: Pygments (>=2.0.0,<3.0.0)
34
- Requires-Dist: black (==22.8.0); extra == "checks"
34
+ Requires-Dist: black (==24.3.0); extra == "checks"
35
35
  Requires-Dist: certifi (>=2023.0.0,<2024.0.0)
36
36
  Requires-Dist: click (>=8.0.0,<9.0.0)
37
37
  Requires-Dist: codespell (==2.2.6); extra == "checks" or extra == "pr_checks"
@@ -1,14 +1,14 @@
1
- c2cciutils/__init__.py,sha256=4iGxa7ncfm7kreG6WfW48WEse7Eul8sFGuOKWwZE7Q0,24833
1
+ c2cciutils/__init__.py,sha256=5C2vH78ZPnb4bdvrcw3eLLPzWwJcBQuUBYIHV6Z9y2A,24893
2
2
  c2cciutils/applications-versions.yaml,sha256=hUoZZjmLNXcdn0JgWoGUp1q6P4lcGd9grRxr-qighWY,187
3
3
  c2cciutils/applications.yaml,sha256=4xryw7rIRz9ytT6xj71GEVlXQmuFuN8XjshJWsvsvNU,283
4
- c2cciutils/applications_definition.py,sha256=CIvvj0Jgn2tgMC2iXutbr5_qauGuPzoX-KdQWrLH52E,1195
4
+ c2cciutils/applications_definition.py,sha256=EoX2wdEpjaMlfj6VHIicN-6iTsp3C-XR5wmX1mbpSB8,1194
5
5
  c2cciutils/audit.py,sha256=HQBYzFryhYYVDAouye_MfsaIzX7wJC6f_QzQqrx67RQ,16395
6
6
  c2cciutils/branches.graphql,sha256=UZrj1RO-H527M1SKqWm1VnkWtNsuKTnPTf4BCU2YcOU,358
7
7
  c2cciutils/checks.py,sha256=DAq251VRyLDwGfEVGuuIaQBPRzzB_aUxLuKGKgMgIsQ,32447
8
8
  c2cciutils/commits.graphql,sha256=3HAuIEig5V7j1L-6mqBaOkiTD3Fb8_gl1ilpZjPJf74,308
9
- c2cciutils/configuration.py,sha256=rMDlJNdBHYJpTZWIFfTrrJ3BS49kZOnZ_AGf-Pa9E8c,28310
9
+ c2cciutils/configuration.py,sha256=-NsiHzpRc1KEXVNSwOgw-7QiMrJ2LfyLpAfjb64mWTg,28309
10
10
  c2cciutils/default_branch.graphql,sha256=CaP3rRsNiyg_7RvqbMk0tOJr0aqWd8cOeSV-ZKgvKY4,131
11
- c2cciutils/lib/docker.py,sha256=B5n-JY-HKelAMk02H-MSRqnHnZ8BraK-qfoWZPFmY1g,5291
11
+ c2cciutils/lib/docker.py,sha256=HopMrAIZ0wikx25XFUoqr-xa1jKd4dqjzMkYL-MFC-I,5292
12
12
  c2cciutils/node_modules/@pkgr/utils/lib/browser.js,sha256=mDk2AdEH8Asv6rUvn3Gco50TCa8FpOx1jUCnreml5YY,3498
13
13
  c2cciutils/node_modules/@pkgr/utils/lib/constants.js,sha256=Gl1DTfVz64LxU6cr8ETHdX6zXo4HzvQ0tjmEbSqTm24,787
14
14
  c2cciutils/node_modules/@pkgr/utils/lib/helpers.js,sha256=Vq0Yc2IfVIPTjF5L3OPdFUVlMuQtKiHwCMrbXB0KuXI,3579
@@ -161,7 +161,7 @@ c2cciutils/node_modules/which/package.json,sha256=QwEAOe1eifcYaWC-aCs8tc2lq2zfsG
161
161
  c2cciutils/node_modules/which/which.js,sha256=doReH-eFEmf7fucrGPLZFpltMwFQ4x5I9GV6eem0a1s,3163
162
162
  c2cciutils/package-lock.json,sha256=bpev96FW47_r75D7u_r9xnz5uGo0uvlTIBFqOnm8qx4,19445
163
163
  c2cciutils/package.json,sha256=cBhbDM4iddwmtL0QrzVBUZiCkKXZ2QYS2Rp1geHqAdI,208
164
- c2cciutils/pr_checks.py,sha256=4J3L7nGqtjg1fxWyPwb6NzNZQmJTcU3hVy3lK_aveR0,9876
164
+ c2cciutils/pr_checks.py,sha256=ZOL8k14m-YaMpflghQBgNgzjB4ztUWd3ddP7xlPNtKU,9877
165
165
  c2cciutils/prettier.js,sha256=PR96NT85pxZx_wPcfKa6B7_z_Gw_Yp4SCRX8cL_GfLU,588
166
166
  c2cciutils/prettier.py,sha256=yxEeaWvbcrgUWtC9jOgo2f_C76pjFpHrWCP1bk0wF1E,5207
167
167
  c2cciutils/publish.py,sha256=XeNlVAipH4sJjcvfXXEhFTczMzv58fc6Q9EXZXc7twM,16879
@@ -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.22.dev2.dist-info/entry_points.txt,sha256=HahcOZlCfYF4B95pG1CRD_noaFmhDzEoN5YqxLyucyE,939
189
- c2cciutils-1.3.22.dev2.dist-info/LICENSE.txt,sha256=ayagouK6EHkdDq3pIKG8GNxNRH_Jffl-PbxLIjeaTTY,1663
190
- c2cciutils-1.3.22.dev2.dist-info/WHEEL,sha256=gSF7fibx4crkLz_A-IKR6kcuq0jJ64KNCkG8_bcaEao,88
191
- c2cciutils-1.3.22.dev2.dist-info/METADATA,sha256=jf8x0qsSjsISLKM2DCnfkx2_7vNyRhVPBSbQDiXqyv8,18220
192
- c2cciutils-1.3.22.dev2.dist-info/RECORD,,
188
+ c2cciutils-1.3.22.dev4.dist-info/entry_points.txt,sha256=HahcOZlCfYF4B95pG1CRD_noaFmhDzEoN5YqxLyucyE,939
189
+ c2cciutils-1.3.22.dev4.dist-info/LICENSE.txt,sha256=ayagouK6EHkdDq3pIKG8GNxNRH_Jffl-PbxLIjeaTTY,1663
190
+ c2cciutils-1.3.22.dev4.dist-info/WHEEL,sha256=gSF7fibx4crkLz_A-IKR6kcuq0jJ64KNCkG8_bcaEao,88
191
+ c2cciutils-1.3.22.dev4.dist-info/METADATA,sha256=voW_8GgpKvUH9p1zQHX7725sMWqySzXOM6oPIRpg_TQ,18220
192
+ c2cciutils-1.3.22.dev4.dist-info/RECORD,,