Skip to content

Commit

Permalink
Hotfix 3.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Sep 20, 2023
1 parent afab0aa commit 9194676
Show file tree
Hide file tree
Showing 26 changed files with 78 additions and 31 deletions.
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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -132,3 +136,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
4 changes: 2 additions & 2 deletions packages/dsw-command-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-command-queue'
version = "3.26.1"
version = "3.26.2"
description = 'Library for working with command queue and persistent commands'
readme = 'README.md'
keywords = ['dsw', 'subscriber', 'publisher', 'database', 'queue', 'processing']
Expand All @@ -25,7 +25,7 @@ classifiers = [
requires-python = '>=3.10, <4'
dependencies = [
# DSW
"dsw-database==3.26.1",
"dsw-database==3.26.2",
]

[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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -140,3 +144,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
2 changes: 1 addition & 1 deletion packages/dsw-config/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-config'
version = "3.26.1"
version = "3.26.2"
description = 'Library for DSW config manipulation'
readme = 'README.md'
keywords = ['dsw', 'config', 'yaml', 'parser']
Expand Down
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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -180,3 +184,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
2 changes: 1 addition & 1 deletion packages/dsw-data-seeder/dsw/data_seeder/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
DEFAULT_PLACEHOLDER = '<<|APP-ID|>>'
NULL_UUID = '00000000-0000-0000-0000-000000000000'
PROG_NAME = 'dsw-data-seeder'
VERSION = '3.26.1'
VERSION = '3.26.2'
10 changes: 5 additions & 5 deletions packages/dsw-data-seeder/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-data-seeder'
version = "3.26.1"
version = "3.26.2"
description = 'Worker for seeding DSW data'
readme = 'README.md'
keywords = ['data', 'database', 'seed', 'storage']
Expand All @@ -29,10 +29,10 @@ dependencies = [
'sentry-sdk',
'tenacity',
# DSW
"dsw-command-queue==3.26.1",
"dsw-config==3.26.1",
"dsw-database==3.26.1",
"dsw-storage==3.26.1",
"dsw-command-queue==3.26.2",
"dsw-config==3.26.2",
"dsw-database==3.26.2",
"dsw-storage==3.26.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-data-seeder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2023.7.22
click==8.1.6
click==8.1.7
minio==7.1.15
python-dateutil==2.8.2
psycopg==3.1.9
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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -147,3 +151,4 @@ Released for version consistency with other DSW tools.
[3.25.1]: /../../tree/v3.25.1
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
4 changes: 2 additions & 2 deletions packages/dsw-database/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-database'
version = "3.26.1"
version = "3.26.2"
description = 'Library for managing DSW database'
readme = 'README.md'
keywords = ['dsw', 'database']
Expand All @@ -26,7 +26,7 @@ dependencies = [
'psycopg[binary]',
'tenacity',
# DSW
"dsw-config==3.26.1",
"dsw-config==3.26.2",
]

[project.urls]
Expand Down
7 changes: 7 additions & 0 deletions packages/dsw-document-worker/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]


## [3.26.2]

### Fixed

- Fix PDF output format detection

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -171,3 +177,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
2 changes: 1 addition & 1 deletion packages/dsw-document-worker/dsw/document_worker/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
EXIT_SUCCESS = 0
NULL_UUID = '00000000-0000-0000-0000-000000000000'
PROG_NAME = 'docworker'
VERSION = '3.26.1'
VERSION = '3.26.2'


class DocumentState:
Expand Down
10 changes: 5 additions & 5 deletions packages/dsw-document-worker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-document-worker'
version = "3.26.1"
version = "3.26.2"
description = 'Worker for assembling and transforming documents'
readme = 'README.md'
keywords = ['documents', 'generation', 'jinja2', 'pandoc', 'worker']
Expand Down Expand Up @@ -40,10 +40,10 @@ dependencies = [
'weasyprint',
'XlsxWriter',
# DSW
"dsw-command-queue==3.26.1",
"dsw-config==3.26.1",
"dsw-database==3.26.1",
"dsw-storage==3.26.1",
"dsw-command-queue==3.26.2",
"dsw-config==3.26.2",
"dsw-database==3.26.2",
"dsw-storage==3.26.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-document-worker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Brotli==1.0.9
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==3.2.0
click==8.1.6
click==8.1.7
cssselect2==0.7.0
fonttools==4.41.1
html5lib==1.1
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-mailer/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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

### Fixed
Expand Down Expand Up @@ -155,3 +159,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
2 changes: 1 addition & 1 deletion packages/dsw-mailer/dsw/mailer/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
DEFAULT_ENCODING = 'utf-8'
NULL_UUID = '00000000-0000-0000-0000-000000000000'
PROG_NAME = 'dsw-mailer'
VERSION = '3.26.1'
VERSION = '3.26.2'
8 changes: 4 additions & 4 deletions packages/dsw-mailer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-mailer'
version = "3.26.1"
version = "3.26.2"
description = 'Worker for sending email notifications'
readme = 'README.md'
keywords = ['email', 'jinja2', 'notification', 'template']
Expand All @@ -31,9 +31,9 @@ dependencies = [
'sentry-sdk',
'tenacity',
# DSW
"dsw-command-queue==3.26.1",
"dsw-config==3.26.1",
"dsw-database==3.26.1",
"dsw-command-queue==3.26.2",
"dsw-config==3.26.2",
"dsw-database==3.26.2",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-mailer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2023.7.22
click==8.1.6
click==8.1.7
dkimpy==1.1.5
dnspython==2.4.1
Jinja2==3.1.2
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-models/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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -65,3 +69,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
2 changes: 1 addition & 1 deletion packages/dsw-models/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-models'
version = "3.26.1"
version = "3.26.2"
description = 'Library with DSW models and basic IO operations'
readme = 'README.md'
keywords = ['dsw', 'config', 'yaml', 'parser']
Expand Down
5 changes: 5 additions & 0 deletions packages/dsw-storage/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]


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -127,3 +131,4 @@ Released for version consistency with other DSW tools.
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
4 changes: 2 additions & 2 deletions packages/dsw-storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-storage'
version = "3.26.1"
version = "3.26.2"
description = 'Library for managing DSW S3 storage'
readme = 'README.md'
keywords = ['dsw', 's3', 'bucket', 'storage']
Expand All @@ -26,7 +26,7 @@ dependencies = [
'minio',
'tenacity',
# DSW
"dsw-config==3.26.1",
"dsw-config==3.26.2",
]

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


## [3.26.2]

Released for version consistency with other DSW tools.

## [3.26.1]

Released for version consistency with other DSW tools.
Expand Down Expand Up @@ -340,3 +344,4 @@ Initial DSW Template Development Kit (versioned as part of the [DSW platform](ht
[3.25.0]: /../../tree/v3.25.0
[3.26.0]: /../../tree/v3.26.0
[3.26.1]: /../../tree/v3.26.1
[3.26.2]: /../../tree/v3.26.2
2 changes: 1 addition & 1 deletion packages/dsw-tdk/dsw/tdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import re

APP = 'dsw-tdk'
VERSION = '3.26.1'
VERSION = '3.26.2'
METAMODEL_VERSION = 11

REGEX_SEMVER = re.compile(r'^[0-9]+\.[0-9]+\.[0-9]+$')
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-tdk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'dsw-tdk'
version = "3.26.1"
version = "3.26.2"
description = 'Data Stewardship Wizard Template Development Toolkit'
readme = 'README.md'
keywords = ['documents', 'dsw', 'jinja2', 'template', 'toolkit']
Expand Down
2 changes: 1 addition & 1 deletion packages/dsw-tdk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ anyio==3.7.1
async-timeout==4.0.2
attrs==23.1.0
charset-normalizer==3.2.0
click==8.1.6
click==8.1.7
colorama==0.4.6
frozenlist==1.4.0
humanize==4.7.0
Expand Down

0 comments on commit 9194676

Please sign in to comment.