c2cciutils 1.8.0.dev60__py3-none-any.whl → 1.8.0.dev62__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.
Potentially problematic release.
This version of c2cciutils might be problematic. Click here for more details.
- c2cciutils/applications-versions.yaml +2 -2
- c2cciutils/package-lock.json +4 -4
- c2cciutils/package.json +1 -1
- {c2cciutils-1.8.0.dev60.dist-info → c2cciutils-1.8.0.dev62.dist-info}/METADATA +13 -13
- {c2cciutils-1.8.0.dev60.dist-info → c2cciutils-1.8.0.dev62.dist-info}/RECORD +8 -8
- {c2cciutils-1.8.0.dev60.dist-info → c2cciutils-1.8.0.dev62.dist-info}/WHEEL +1 -1
- {c2cciutils-1.8.0.dev60.dist-info → c2cciutils-1.8.0.dev62.dist-info}/LICENSE +0 -0
- {c2cciutils-1.8.0.dev60.dist-info → c2cciutils-1.8.0.dev62.dist-info}/entry_points.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# https://docs.renovatebot.com/modules/datasource/#github-releases-datasource
|
|
2
|
-
k3d-io/k3d: v5.8.
|
|
3
|
-
postgresql: 16.4.
|
|
2
|
+
k3d-io/k3d: v5.8.3 # github-releases
|
|
3
|
+
postgresql: 16.4.14 # helm - https://charts.bitnami.com/bitnami
|
|
4
4
|
helm/chart-releaser: v1.7.0 # github-releases
|
c2cciutils/package-lock.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"name": "c2ccicheck",
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"snyk": "1.1295.
|
|
11
|
+
"snyk": "1.1295.4"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"node_modules/@sentry-internal/tracing": {
|
|
@@ -332,9 +332,9 @@
|
|
|
332
332
|
}
|
|
333
333
|
},
|
|
334
334
|
"node_modules/snyk": {
|
|
335
|
-
"version": "1.1295.
|
|
336
|
-
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1295.
|
|
337
|
-
"integrity": "sha512-
|
|
335
|
+
"version": "1.1295.4",
|
|
336
|
+
"resolved": "https://registry.npmjs.org/snyk/-/snyk-1.1295.4.tgz",
|
|
337
|
+
"integrity": "sha512-hjtLBz6X+oM9QHrrRpQz6YgATQFhWbvbvuHaHqmF13x9+AXvHGz4I8H3o3k1EfCayKbpPqYsk65qsJk/0If3Dw==",
|
|
338
338
|
"hasInstallScript": true,
|
|
339
339
|
"license": "Apache-2.0",
|
|
340
340
|
"dependencies": {
|
c2cciutils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: c2cciutils
|
|
3
|
-
Version: 1.8.0.
|
|
3
|
+
Version: 1.8.0.dev62
|
|
4
4
|
Summary: Common utilities for Camptocamp CI
|
|
5
5
|
License: FreeBSD
|
|
6
6
|
Keywords: ci
|
|
@@ -27,18 +27,18 @@ Provides-Extra: pr-checks
|
|
|
27
27
|
Provides-Extra: publish
|
|
28
28
|
Provides-Extra: publish-plugins
|
|
29
29
|
Provides-Extra: version
|
|
30
|
-
Requires-Dist: PyYAML (
|
|
31
|
-
Requires-Dist: debian-inspector (
|
|
32
|
-
Requires-Dist: defusedxml (
|
|
33
|
-
Requires-Dist: google-api-python-client (
|
|
34
|
-
Requires-Dist: google-auth-httplib2 (
|
|
35
|
-
Requires-Dist: google-auth-oauthlib (
|
|
36
|
-
Requires-Dist: id (
|
|
37
|
-
Requires-Dist: multi-repo-automation (
|
|
38
|
-
Requires-Dist: requests (
|
|
39
|
-
Requires-Dist: ruamel.yaml (
|
|
40
|
-
Requires-Dist: security-md (
|
|
41
|
-
Requires-Dist: twine (
|
|
30
|
+
Requires-Dist: PyYAML (==6.0.2)
|
|
31
|
+
Requires-Dist: debian-inspector (==31.1.0)
|
|
32
|
+
Requires-Dist: defusedxml (==0.7.1)
|
|
33
|
+
Requires-Dist: google-api-python-client (==2.160.0) ; extra == "publish"
|
|
34
|
+
Requires-Dist: google-auth-httplib2 (==0.2.0) ; extra == "publish"
|
|
35
|
+
Requires-Dist: google-auth-oauthlib (==1.2.1) ; extra == "publish"
|
|
36
|
+
Requires-Dist: id (==1.5.0) ; extra == "publish"
|
|
37
|
+
Requires-Dist: multi-repo-automation (==1.5.0) ; extra == "version"
|
|
38
|
+
Requires-Dist: requests (==2.32.3)
|
|
39
|
+
Requires-Dist: ruamel.yaml (==0.18.10)
|
|
40
|
+
Requires-Dist: security-md (==1.0.0)
|
|
41
|
+
Requires-Dist: twine (==6.1.0) ; extra == "publish"
|
|
42
42
|
Project-URL: Repository, https://github.com/camptocamp/c2cciutils
|
|
43
43
|
Description-Content-Type: text/markdown
|
|
44
44
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
c2cciutils/__init__.py,sha256=-J6_XPwyZ3Xbix6AhmAONbltSf9okJsXwQvBj6TuP_U,13353
|
|
2
|
-
c2cciutils/applications-versions.yaml,sha256=
|
|
2
|
+
c2cciutils/applications-versions.yaml,sha256=kVic4dGlYdvoNvHFzygTDLhDamjJwG5yYf0wKQ13CpI,225
|
|
3
3
|
c2cciutils/applications.yaml,sha256=yn0XRi08cS29A_jXPofcBPxsGBv7PEBliztjRC3WtfM,504
|
|
4
4
|
c2cciutils/applications_definition.py,sha256=inAh3vJitu3S9n62Ntv6N-avNUQlUd5FatNvDq4VpxM,1305
|
|
5
5
|
c2cciutils/branches.graphql,sha256=UZrj1RO-H527M1SKqWm1VnkWtNsuKTnPTf4BCU2YcOU,358
|
|
@@ -9,8 +9,8 @@ c2cciutils/default_branch.graphql,sha256=CaP3rRsNiyg_7RvqbMk0tOJr0aqWd8cOeSV-ZKg
|
|
|
9
9
|
c2cciutils/env.py,sha256=daNqFY-6-X7PGuPz5OaN634KqYtsawj9Dj-Zt-bxctw,3338
|
|
10
10
|
c2cciutils/lib/docker.py,sha256=ULklJgc-8sfy1vI8p_cbYYEq_u73BKNIGorMxzEKA2I,5663
|
|
11
11
|
c2cciutils/lib/oidc.py,sha256=M03Avmwy45u3xzP8uhyTXJ8mY5BEonsXKeO-S1DC_JI,6297
|
|
12
|
-
c2cciutils/package-lock.json,sha256=
|
|
13
|
-
c2cciutils/package.json,sha256=
|
|
12
|
+
c2cciutils/package-lock.json,sha256=yFODxpR4li7heHCd0To-6x__W1j9ihLGhwxsYQjFLRU,13406
|
|
13
|
+
c2cciutils/package.json,sha256=_Yakhc-qWuTMDkLBQRQ0EQJ5ERSQM3UgWlO7HqbBLQE,134
|
|
14
14
|
c2cciutils/publish.py,sha256=MJok8QdlfxdwNF5UfPIqRzteNubDFS_BKQe1Scbumy8,17261
|
|
15
15
|
c2cciutils/schema-applications.json,sha256=Tus-s9NB7uwKhTrQwhWQM4_oJygF_yHUqShtZhN1IxE,1551
|
|
16
16
|
c2cciutils/schema.json,sha256=G0WbvTVn9zdDjilFr28uZqF7zDVADl7uQus12_TVnSs,14559
|
|
@@ -30,8 +30,8 @@ c2cciutils/scripts/pin_pipenv.py,sha256=jBTwlolcEL0MUyq6VYzO-adkcL1gqN7B3kBb3UjT
|
|
|
30
30
|
c2cciutils/scripts/publish.py,sha256=wzXSBn_60DzMJVdO8i2NjjO6Vwg6L6efH_T6ZR6LRsU,20513
|
|
31
31
|
c2cciutils/scripts/trigger_image_update.py,sha256=HQI4vm9kwInr_6zbLcwjIpX_Rs05woGvbMes8okhvZk,2780
|
|
32
32
|
c2cciutils/scripts/version.py,sha256=Srk22CQudxT8JixS-ZBsxeJvWryYVzN_NiWpcJvgrWI,8931
|
|
33
|
-
c2cciutils-1.8.0.
|
|
34
|
-
c2cciutils-1.8.0.
|
|
35
|
-
c2cciutils-1.8.0.
|
|
36
|
-
c2cciutils-1.8.0.
|
|
37
|
-
c2cciutils-1.8.0.
|
|
33
|
+
c2cciutils-1.8.0.dev62.dist-info/LICENSE,sha256=K_e76Y2cY12AHvtanvNmIEJ0nWsNh_WFMDK020TxMcY,1307
|
|
34
|
+
c2cciutils-1.8.0.dev62.dist-info/METADATA,sha256=qGHIHms20Nahw1ugM_gCZoqdcBUh39qse81vY0FDLOE,17720
|
|
35
|
+
c2cciutils-1.8.0.dev62.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
36
|
+
c2cciutils-1.8.0.dev62.dist-info/entry_points.txt,sha256=54llpn1q67tS78NbLwA8rwSDWnEQ6aE3FaqMN0ctNN8,918
|
|
37
|
+
c2cciutils-1.8.0.dev62.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|