tag-publish 1.2.0.dev1__tar.gz → 1.2.0.dev3__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.3
2
2
  Name: tag-publish
3
- Version: 1.2.0.dev1
3
+ Version: 1.2.0.dev3
4
4
  Summary: Tools used to publish Python packages, Docker images and Helm charts for GitHub tag and branch
5
5
  License: FreeBSD
6
6
  Keywords: ci
@@ -9,24 +9,24 @@ convention = "numpy"
9
9
  exclude = ["tag_publish/node_modules/**/test"]
10
10
 
11
11
  [tool.poetry.dependencies]
12
- python = ">=3.9,<4.0"
12
+ python = ">=3.10,<4.0"
13
13
  requests = "2.32.4"
14
14
  twine = "6.1.0"
15
15
  PyYAML = "6.0.2"
16
16
  id = "1.5.0"
17
17
  security-md = "1.0.0"
18
- applications-download = "1.2.0"
18
+ applications-download = "1.3.4"
19
19
  jsonschema-validator-new = "0.3.2"
20
20
  debian-inspector = "31.1.0"
21
21
  multi-repo-automation = "1.7.0"
22
22
  githubkit = "0.12.13"
23
23
 
24
24
  [tool.poetry.group.dev.dependencies]
25
- prospector = { version = "1.15.2", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
26
- prospector-profile-duplicated = "1.10.4"
27
- prospector-profile-utils = "1.21.9"
28
- types-requests = "2.32.0.20241016"
29
- types-pyyaml = "6.0.12.20241230"
25
+ prospector = { version = "1.17.1", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
26
+ prospector-profile-duplicated = "1.10.5"
27
+ prospector-profile-utils = "1.22.3"
28
+ types-requests = "2.32.0.20250602"
29
+ types-pyyaml = "6.0.12.20250516"
30
30
 
31
31
  [tool.poetry-dynamic-versioning]
32
32
  enable = false
@@ -77,7 +77,7 @@ include = [
77
77
  ]
78
78
  requires-python = ">=3.9"
79
79
  dependencies = ["requests<3,>=2", "twine<7,>=6", "PyYAML<7,>=6", "id<2,>=1", "security-md<2,>=1", "applications-download<2,>=1", "jsonschema-validator-new<1,>=0", "debian-inspector<32,>=31", "multi-repo-automation<2,>=1", "githubkit<1,>=0"]
80
- version = "1.2.0.dev1"
80
+ version = "1.2.0.dev3"
81
81
 
82
82
  [project.urls]
83
83
  repository = "https://github.com/camptocamp/tag-publish"
@@ -209,13 +209,17 @@ def download_application(application_name: str, binary_filename: Optional[Path]
209
209
  binary_full_filename = Path.home() / ".local" / "bin" / binary_filename if binary_filename else None
210
210
 
211
211
  if not binary_full_filename.exists() if binary_full_filename else True:
212
- applications = applications_download.load_applications(None)
212
+ applications = applications_download.Applications()
213
+ applications.install("helm/chart-releaser")
214
+
213
215
  versions_data = pkgutil.get_data("tag_publish", "versions.yaml")
216
+
214
217
  assert versions_data is not None
215
218
  versions = yaml.safe_load(versions_data)
216
- applications_download.download_applications(
217
- applications,
218
- {application_name: versions[application_name]},
219
+
220
+ applications.install(
221
+ application_name,
222
+ versions[application_name],
219
223
  )
220
224
 
221
225
  return binary_full_filename
@@ -1,2 +1,2 @@
1
1
  # https://docs.renovatebot.com/modules/datasource/#github-releases-datasource
2
- helm/chart-releaser: v1.7.0 # github-releases
2
+ helm/chart-releaser: v1.8.1 # github-releases