Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/images.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
images:
- path: ./images/gh-gl-sync
image: ghcr.io/spack/ci-bridge:0.0.52
image: ghcr.io/spack/ci-bridge:0.0.53

- path: ./images/ci-key-clear
image: ghcr.io/spack/ci-key-clear:0.0.6
image: ghcr.io/spack/ci-key-clear:0.0.7

- path: ./images/gitlab-stuckpods
image: ghcr.io/spack/stuckpods:0.0.2
Expand All @@ -24,22 +24,22 @@ images:
image: ghcr.io/spack/python-aws-bash:0.0.3

- path: ./images/snapshot-release-tags
image: ghcr.io/spack/snapshot-release-tags:0.0.7
image: ghcr.io/spack/snapshot-release-tags:0.0.8

- path: ./images/cache-indexer
image: ghcr.io/spack/cache-indexer:0.0.7

- path: ./analytics
image: ghcr.io/spack/django:0.5.26
image: ghcr.io/spack/django:0.5.27

- path: ./images/ci-prune-buildcache
image: ghcr.io/spack/ci-prune-buildcache:0.0.9
image: ghcr.io/spack/ci-prune-buildcache:0.0.10

- path: ./images/protected-publish
image: ghcr.io/spack/protected-publish:0.0.10
image: ghcr.io/spack/protected-publish:0.0.11

- path: ./images/retry-trigger-jobs
image: ghcr.io/spack/retry-trigger-jobs:0.0.3
image: ghcr.io/spack/retry-trigger-jobs:0.0.4

- path: ./images/runner-node-certificate-controller
image: ghcr.io/spack/runner-node-certificate-controller:0.0.3
59 changes: 26 additions & 33 deletions analytics/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ version = "0.1.0"
description = ""
readme = "README.md"
license = "Apache-2.0"
authors = [
{ name = "Kitware, Inc.", email = "kitware@kitware.com" },
]
authors = [{ name = "Kitware, Inc.", email = "kitware@kitware.com" }]
keywords = []
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -25,46 +23,41 @@ classifiers = [
]
requires-python = ">=3.13"
dependencies = [
"cachetools==5.5.0",
"celery[redis]==5.4.0",
"dj-database-url==2.3.0",
"dj-email-url==1.0.6",
"django-click==2.4.0",
"django-configurations[database,email]==2.5.1",
"django-cors-headers==4.6.0",
"django-extensions==3.2.3",
"django-girder-utils==0.13.1",
"django-ninja==1.3.0",
"django-s3-file-field[minio]==1.0.1",
"django==5.1.15",
"gunicorn==23.0.0",
"opensearch-dsl==2.1.0",
"kubernetes==31.0.0",
"sentry-sdk[django,pure_eval]==2.19.2",
"rich==13.9.4",
"psycopg2-binary==2.9.10",
"python-gitlab==5.3.0",
"pyyaml==6.0.2",
"requests==2.32.4",
"tqdm==4.66.3",
"whitenoise[brotli]==6.8.2",
"cachetools",
"celery[redis]",
"dj-database-url",
"dj-email-url",
"django-click",
"django-configurations[database,email]",
"django-cors-headers",
"django-extensions",
"django-girder-utils",
"django-ninja",
"django-s3-file-field[minio]",
"django~=5.1",
"gunicorn",
"opensearch-dsl",
"kubernetes",
"sentry-sdk[django,pure_eval]",
"rich",
"psycopg2-binary",
"python-gitlab>=5.2.0",
"pyyaml",
"requests",
"tqdm",
"whitenoise[brotli]",
]

[project.optional-dependencies]
dev = [
"types-cachetools",
"django-debug-toolbar",
"ipython",
"tox",
]
dev = ["types-cachetools", "django-debug-toolbar", "ipython", "tox"]

[tool.setuptools.packages.find]
include = ["analytics*"]

[tool.black]
line-length = 100
target-version = ["py313"]
exclude='\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist'
exclude = '\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist'

[tool.isort]
profile = "black"
Expand Down
46 changes: 23 additions & 23 deletions analytics/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions images/ci-key-clear/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name = "ci-key-clear"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"boto3==1.40.74",
"sentry-sdk==2.44.0",
"boto3~=1.40.74",
"sentry-sdk~=2.44.0",
]
4 changes: 2 additions & 2 deletions images/ci-key-clear/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions images/ci-prune-buildcache/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name = "ci-prune-buildcache"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"awscli==1.42.55",
"boto3==1.40.55",
"PyGithub==2.9.1",
"python-gitlab==6.5.0",
"PyYAML==6.0.3",
"sentry-sdk==2.42.1",
"awscli~=1.42.55",
"boto3~=1.40.55",
"PyGithub~=2.9.1",
"python-gitlab~=6.5.0",
"sentry-sdk~=2.42.1",
]
12 changes: 5 additions & 7 deletions images/ci-prune-buildcache/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions images/gh-gl-sync/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "gh-gl-sync"
version = "0.1.0"
requires-python = ">=3.10"
dependencies = [
"PyGithub==2.9.1",
"python-dateutil==2.8.2",
"requests",
"sentry-sdk==1.32.0",
"PyGithub~=2.9.1",
"python-dateutil~=2.8.2",
"requests~=2.32.5",
"sentry-sdk~=1.32.0",
]

[dependency-groups]
dev = [
"flake8==4.0.1",
"pytest==6.2.5",
"pytest-cov==3.0.0",
"flake8~=4.0.1",
"pytest~=6.2.5",
"pytest-cov~=3.0.0",
]
20 changes: 10 additions & 10 deletions images/gh-gl-sync/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion images/protected-publish/migrate_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: migration-notary
containers:
- name: migrate
image: ghcr.io/spack/protected-publish:0.0.10
image: ghcr.io/spack/protected-publish:0.0.11
command: ["/srcs/migrate.sh"]
args:
- s3://spack-binaries/develop/aws-pcluster-neoverse_v1
Expand Down
12 changes: 6 additions & 6 deletions images/protected-publish/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name = "protected-publish"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"aws-encryption-sdk-cli==4.2.0",
"awscli==1.32.101",
"boto3==1.34.99",
"python-gitlab==4.4.0",
"requests==2.31.0",
"sentry-sdk==1.32.0",
"aws-encryption-sdk-cli~=4.2.0",
"awscli~=1.32.101",
"boto3~=1.34.99",
"python-gitlab~=4.4.0",
"requests~=2.31.0",
"sentry-sdk~=1.32.0",
]
12 changes: 6 additions & 6 deletions images/protected-publish/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions images/retry-trigger-jobs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name = "retry-trigger-jobs"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"requests==2.31.0",
"sentry-sdk==1.32.0",
"requests~=2.31.0",
"sentry-sdk~=1.32.0",
]
4 changes: 2 additions & 2 deletions images/retry-trigger-jobs/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions images/secrets-backup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name = "secrets-backup"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"boto3==1.26.68",
"kubernetes==25.3.0",
"boto3~=1.26.68",
"kubernetes~=25.3.0",
]
4 changes: 2 additions & 2 deletions images/secrets-backup/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading