c2cciutils 1.8.0.dev10__py3-none-any.whl → 1.8.0.dev16__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.

@@ -401,8 +401,8 @@ def main() -> None:
401
401
  for image in images_src:
402
402
  _, versions_image = c2cciutils.lib.docker.get_dpkg_packages_versions(image)
403
403
  for dpkg_package, package_version in versions_image.items():
404
- if dpkg_package not in current_versions_in_images[image]:
405
- current_versions_in_images[image][dpkg_package] = str(package_version)
404
+ if dpkg_package not in current_versions_in_images.get(image, {}):
405
+ current_versions_in_images.setdefault(image, {})[dpkg_package] = str(package_version)
406
406
  for dpkg_package in list(current_versions_in_images[image].keys()):
407
407
  if dpkg_package not in versions_image:
408
408
  del current_versions_in_images[image][dpkg_package]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: c2cciutils
3
- Version: 1.8.0.dev10
3
+ Version: 1.8.0.dev16
4
4
  Summary: Common utilities for Camptocamp CI
5
5
  Home-page: https://github.com/camptocamp/c2cciutils
6
6
  License: FreeBSD
@@ -27,11 +27,11 @@ c2cciutils/scripts/k8s/logs.py,sha256=-xJYu8BBUmSmMrPEwiTBKZjJBRyIlMp1depCB04_NW
27
27
  c2cciutils/scripts/k8s/wait.py,sha256=mZyQbmSwuC2BZuJlfJDjkLSKWXz4WkIkihOjRzdBa6Y,5689
28
28
  c2cciutils/scripts/main.py,sha256=zz9G7VdAb7RtSlN_10nONij-6c6YV2gCu-WzvqZlRC4,797
29
29
  c2cciutils/scripts/pin_pipenv.py,sha256=jBTwlolcEL0MUyq6VYzO-adkcL1gqN7B3kBb3UjTo2k,2150
30
- c2cciutils/scripts/publish.py,sha256=K4oR8DlsZh5mRBUpf7Ruf70376cfUKo9-AJnUw9h4Xs,20428
30
+ c2cciutils/scripts/publish.py,sha256=AhNfXWJWk25KH5YWvGrJwCK7jaPYQO7jy1FjxYGZ-II,20451
31
31
  c2cciutils/scripts/trigger_image_update.py,sha256=cDNFVXH_t6CE4b-8l9dn6Ivqf0vhEspKaujrUQdOaIQ,2779
32
32
  c2cciutils/scripts/version.py,sha256=BAhoEBr6pz8WJOf4SGSjP9DINIRhw7LVNr2h0aLJDOo,8911
33
- c2cciutils-1.8.0.dev10.dist-info/LICENSE,sha256=EMCYfDu0AgsMQO6k8Hl_xHzoFxM0db1xu9n_asZW9Vc,1307
34
- c2cciutils-1.8.0.dev10.dist-info/METADATA,sha256=F_ScHTlLo5gJ_PsJPY62ZqzRlD9ulsU7z_0Lnk6negs,17852
35
- c2cciutils-1.8.0.dev10.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
36
- c2cciutils-1.8.0.dev10.dist-info/entry_points.txt,sha256=54llpn1q67tS78NbLwA8rwSDWnEQ6aE3FaqMN0ctNN8,918
37
- c2cciutils-1.8.0.dev10.dist-info/RECORD,,
33
+ c2cciutils-1.8.0.dev16.dist-info/LICENSE,sha256=EMCYfDu0AgsMQO6k8Hl_xHzoFxM0db1xu9n_asZW9Vc,1307
34
+ c2cciutils-1.8.0.dev16.dist-info/METADATA,sha256=zzn9zqMtpVyvV2rbx2yKC3af0FVoB3KgNAUUTg5rDaw,17852
35
+ c2cciutils-1.8.0.dev16.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
36
+ c2cciutils-1.8.0.dev16.dist-info/entry_points.txt,sha256=54llpn1q67tS78NbLwA8rwSDWnEQ6aE3FaqMN0ctNN8,918
37
+ c2cciutils-1.8.0.dev16.dist-info/RECORD,,