Skip to content
Open
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
5 changes: 5 additions & 0 deletions packages/dsw-command-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.32.0]

Released for version consistency with other DSW tools.

## [4.31.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -471,3 +475,4 @@ Released for version consistency with other DSW tools.
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
[4.31.0]: /../../tree/v4.31.0
[4.32.0]: /../../tree/v4.32.0
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-command-queue"
version = "4.31.0"
version = "4.32.0rc1"
description = "Library for working with command queue and persistent commands"
readme = "README.md"
keywords = ["dsw", "subscriber", "publisher", "database", "queue", "processing"]
Expand All @@ -24,7 +24,7 @@ dependencies = [
"func-timeout",
"tenacity",
# DSW
"dsw-database==4.31.0",
"dsw-database==4.32.0rc1",
]

[project.urls]
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.32.0]

Released for version consistency with other DSW tools.

## [4.31.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -478,3 +482,4 @@ Released for version consistency with other DSW tools.
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
[4.31.0]: /../../tree/v4.31.0
[4.32.0]: /../../tree/v4.32.0
2 changes: 1 addition & 1 deletion packages/dsw-config/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-config"
version = "4.31.0"
version = "4.32.0rc1"
description = "Library for DSW config manipulation"
readme = "README.md"
keywords = ["dsw", "config", "yaml", "parser"]
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-config/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
certifi==2026.4.22
certifi==2026.6.17
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.63.0
urllib3==2.7.0
5 changes: 5 additions & 0 deletions packages/dsw-data-seeder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.32.0]

Released for version consistency with other DSW tools.

## [4.31.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -550,3 +554,4 @@ Released for version consistency with other DSW tools.
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
[4.31.0]: /../../tree/v4.31.0
[4.32.0]: /../../tree/v4.32.0
4 changes: 2 additions & 2 deletions packages/dsw-data-seeder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-basic AS builder
FROM datastewardshipwizard/python-base:4.32.0-basic AS builder

WORKDIR /app

Expand All @@ -15,7 +15,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-data-seeder


FROM datastewardshipwizard/python-base:4.31.0-basic
FROM datastewardshipwizard/python-base:4.32.0-basic

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/home/user/data \
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-data-seeder/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-data-seeder"
version = "4.31.0"
version = "4.32.0rc1"
description = "Worker for seeding DSW data"
readme = "README.md"
keywords = ["data", "database", "seed", "storage"]
Expand All @@ -26,10 +26,10 @@ dependencies = [
"sentry-sdk",
"tenacity",
# DSW
"dsw-command-queue==4.31.0",
"dsw-config==4.31.0",
"dsw-database==4.31.0",
"dsw-storage==4.31.0",
"dsw-command-queue==4.32.0rc1",
"dsw-config==4.32.0rc1",
"dsw-database==4.32.0rc1",
"dsw-storage==4.32.0rc1",
]

[project.urls]
Expand Down
6 changes: 3 additions & 3 deletions packages/dsw-data-seeder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
certifi==2026.4.22
certifi==2026.6.17
cffi==2.0.0
click==8.3.3
click==8.4.1
func_timeout==4.3.5
minio==7.2.20
psycopg==3.3.4
Expand All @@ -11,7 +11,7 @@ pycparser==3.0
pycryptodome==3.23.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.63.0
six==1.17.0
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.32.0]

Released for version consistency with other DSW tools.

## [4.31.0]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -501,3 +505,4 @@ Released for version consistency with other DSW tools.
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
[4.31.0]: /../../tree/v4.31.0
[4.32.0]: /../../tree/v4.32.0
4 changes: 2 additions & 2 deletions packages/dsw-database/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-database"
version = "4.31.0"
version = "4.32.0rc1"
description = "Library for managing DSW database"
readme = "README.md"
keywords = ["dsw", "database"]
Expand All @@ -23,7 +23,7 @@ dependencies = [
"psycopg[binary]",
"tenacity",
# DSW
"dsw-config==4.31.0",
"dsw-config==4.32.0rc1",
]

[project.urls]
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-database/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
certifi==2026.4.22
certifi==2026.6.17
psycopg==3.3.4
psycopg-binary==3.3.4
PyYAML==6.0.3
sentry-sdk==2.60.0
sentry-sdk==2.63.0
tenacity==9.1.2
typing_extensions==4.15.0
urllib3==2.7.0
5 changes: 5 additions & 0 deletions packages/dsw-document-worker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.32.0]

Released for version consistency with other DSW tools.

## [4.31.0]

### Added
Expand Down Expand Up @@ -640,3 +644,4 @@ Released for version consistency with other DSW tools.
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
[4.31.0]: /../../tree/v4.31.0
[4.32.0]: /../../tree/v4.32.0
4 changes: 2 additions & 2 deletions packages/dsw-document-worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-docworker AS builder
FROM datastewardshipwizard/python-base:4.32.0-docworker AS builder

ARG TARGETARCH

Expand All @@ -17,7 +17,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker

FROM datastewardshipwizard/python-base:4.31.0-docworker
FROM datastewardshipwizard/python-base:4.32.0-docworker

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/tmp/docworker \
Expand Down
4 changes: 2 additions & 2 deletions packages/dsw-document-worker/lambda.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-docworker-lambda AS builder
FROM datastewardshipwizard/python-base:4.32.0-docworker-lambda AS builder

COPY . /app

Expand All @@ -11,7 +11,7 @@ RUN python -m pip wheel --wheel-dir=/app/wheels -r /app/packages/dsw-document-wo
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker/addons/* \
&& python -m pip wheel --no-deps --wheel-dir=/app/wheels /app/packages/dsw-document-worker

FROM datastewardshipwizard/python-base:4.31.0-docworker-lambda
FROM datastewardshipwizard/python-base:4.32.0-docworker-lambda

ARG LAMBDA_TASK_ROOT

Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-document-worker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-document-worker"
version = "4.31.0"
version = "4.32.0rc1"
description = "Worker for assembling and transforming documents"
readme = "README.md"
keywords = ["documents", "generation", "jinja2", "pandoc", "worker"]
Expand Down Expand Up @@ -36,10 +36,10 @@ dependencies = [
"weasyprint",
"XlsxWriter",
# DSW
"dsw-command-queue==4.31.0",
"dsw-config==4.31.0",
"dsw-database==4.31.0",
"dsw-storage==4.31.0",
"dsw-command-queue==4.32.0rc1",
"dsw-config==4.32.0rc1",
"dsw-database==4.32.0rc1",
"dsw-storage==4.32.0rc1",
]

[project.urls]
Expand Down
16 changes: 8 additions & 8 deletions packages/dsw-document-worker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
Brotli==1.2.0
certifi==2026.4.22
certifi==2026.6.17
cffi==2.0.0
charset-normalizer==3.4.7
click==8.3.3
click==8.4.1
cssselect2==0.9.0
fonttools==4.62.1
fonttools==4.63.0
func_timeout==4.3.5
html5lib==1.1
idna==3.15
idna==3.18
Jinja2==3.1.6
Markdown==3.10.2
MarkupSafe==3.0.3
Expand All @@ -30,16 +30,16 @@ python-slugify==8.0.4
PyYAML==6.0.3
rdflib==7.6.0
rdflib-jsonld==0.6.2
requests==2.34.1
sentry-sdk==2.60.0
requests==2.34.2
sentry-sdk==2.63.0
six==1.17.0
tenacity==9.1.2
text-unidecode==1.3
tinycss2==1.5.1
tinyhtml5==2.1.0
typing_extensions==4.15.0
urllib3==2.7.0
weasyprint==68.1
weasyprint==69.0
webencodings==0.5.1
XlsxWriter==3.2.9
zopfli==0.4.1
zopfli==0.4.3
7 changes: 7 additions & 0 deletions packages/dsw-mailer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]


## [4.32.0]

### Changed

- Allow template variables in mail subject

## [4.31.0]

### Added
Expand Down Expand Up @@ -538,3 +544,4 @@ Released for version consistency with other DSW tools.
[4.30.1]: /../../tree/v4.30.1
[4.30.2]: /../../tree/v4.30.2
[4.31.0]: /../../tree/v4.31.0
[4.32.0]: /../../tree/v4.32.0
4 changes: 2 additions & 2 deletions packages/dsw-mailer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM datastewardshipwizard/python-base:4.31.0-basic AS builder
FROM datastewardshipwizard/python-base:4.32.0-basic AS builder

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ RUN python -m pip wheel --no-cache-dir --wheel-dir=/app/wheels -r /app/packages/
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-storage \
&& python -m pip wheel --no-cache-dir --no-deps --wheel-dir=/app/wheels /app/packages/dsw-mailer

FROM datastewardshipwizard/python-base:4.31.0-basic
FROM datastewardshipwizard/python-base:4.32.0-basic

ENV APPLICATION_CONFIG_PATH=/app/config/application.yml \
WORKDIR_PATH=/home/user/templates \
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-mailer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PIP = pip
VERSION = 4.31.0
VERSION = 4.32.0

.PHONY: verify
verify:
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-mailer/dsw/mailer/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def render(self, rq: MessageRequest, mail_name: str | None, mail_from: str) -> M
msg = MailMessage()
msg.recipients = [r.email for r in rq.recipients]

subject = self.subject_template.render()
subject = self.subject_template.render(ctx=ctx)

if self.descriptor.use_subject_prefix:
subject_prefix = ctx.get('appTitle', None) or mail_name
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-mailer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dsw-mailer"
version = "4.31.0"
version = "4.32.0rc1"
description = "Worker for sending email notifications"
readme = "README.md"
keywords = ["email", "jinja2", "notification", "template"]
Expand Down Expand Up @@ -31,10 +31,10 @@ dependencies = [
"sentry-sdk",
"tenacity",
# DSW
"dsw-command-queue==4.31.0",
"dsw-config==4.31.0",
"dsw-database==4.31.0",
"dsw-storage==4.31.0",
"dsw-command-queue==4.32.0rc1",
"dsw-config==4.32.0rc1",
"dsw-database==4.32.0rc1",
"dsw-storage==4.32.0rc1",
]

[project.urls]
Expand Down
12 changes: 6 additions & 6 deletions packages/dsw-mailer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
argon2-cffi==25.1.0
argon2-cffi-bindings==25.1.0
boto3==1.43.7
botocore==1.43.7
certifi==2026.4.22
boto3==1.43.36
botocore==1.43.36
certifi==2026.6.17
cffi==2.0.0
click==8.3.3
click==8.4.1
dkimpy==1.1.8
dnspython==2.8.0
func_timeout==4.3.5
Expand All @@ -21,8 +21,8 @@ pycparser==3.0
pycryptodome==3.23.0
python-dateutil==2.9.0.post0
PyYAML==6.0.3
s3transfer==0.17.0
sentry-sdk==2.60.0
s3transfer==0.19.0
sentry-sdk==2.63.0
six==1.17.0
tenacity==9.1.2
typing_extensions==4.15.0
Expand Down
Loading
Loading