Skip to content

Commit ecdc5e2

Browse files
authored
Merge pull request #1112 from exasol/develop
Changelog: - #1101: Remove setuptools.command.bdist_wheel from ignore list in import test (#1103) - #1104: Updated Dependencies on top of 9.4.0 (#1105) - #1107: Updated Poetry to 2.1.2 (#1108) - #1110: Updated dependencies (#1111)
2 parents 18185d3 + 2d1d085 commit ecdc5e2

File tree

143 files changed

+1535
-169
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+1535
-169
lines changed

.current_gitmodules

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/check_package_diffs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: exasol/python-toolbox/.github/actions/[email protected]
2020
with:
2121
python-version: "3.10"
22-
poetry-version: '1.8.2'
22+
poetry-version: '2.1.2'
2323

2424

2525
- name: Setup Poetry

.github/workflows/check_rollback_7.1.30_script.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
Check:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
uses: exasol/python-toolbox/.github/actions/[email protected]
3636
with:
3737
python-version: "3.10"
38-
poetry-version: '1.8.2'
38+
poetry-version: '2.1.2'
3939
- name: Start ITDE
4040
run: poetry run itde spawn-test-environment --environment-name exasol_test --database-port-forward 8888 --bucketfs-port-forward 6583 --docker-db-image-version "${{ matrix.db-version }}"
4141
- name: Install dependencies

.github/workflows/check_version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: exasol/python-toolbox/.github/actions/[email protected]
1919
with:
2020
python-version: "3.10"
21-
poetry-version: '1.8.2'
21+
poetry-version: '2.1.2'
2222

2323

2424
- name: Check Release

.github/workflows/push_docker_test_container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: exasol/python-toolbox/.github/actions/[email protected]
2121
with:
2222
python-version: "3.10"
23-
poetry-version: '1.8.2'
23+
poetry-version: '2.1.2'
2424

2525
- name: Build TestContainer
2626
run: poetry run exaslct build-test-container --force-rebuild

.github/workflows/release_droid_upload_github_release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: exasol/python-toolbox/.github/actions/[email protected]
2323
with:
2424
python-version: "3.10"
25-
poetry-version: '1.8.2'
25+
poetry-version: '2.1.2'
2626

2727
- name: Start release
2828
run: poetry run python -m exasol_script_languages_container_ci_setup.main start-release-build --log-level info --project "ScriptLanguagesRelease" --upload-url "${{ github.event.inputs.upload_url }}" --branch "$GITHUB_REF"

.github/workflows/test_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: exasol/python-toolbox/.github/actions/[email protected]
2323
with:
2424
python-version: "3.10"
25-
poetry-version: '1.8.2'
25+
poetry-version: '2.1.2'
2626

2727
- name: Start test release
2828
run: poetry run python -m exasol_script_languages_container_ci_setup.main start-test-release-build --log-level info --project ScriptLanguagesRelease --repo-name "$GITHUB_REPOSITORY" --branch "$GITHUB_REF" --release-title "${{ github.event.inputs.release_title }}"

doc/changes/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changes
22

3+
* [9.5.0](changes_9.5.0.md)
34
* [9.4.0](changes_9.4.0.md)
45
* [9.3.0](changes_9.3.0.md)
56
* [9.2.0](changes_9.2.0.md)

doc/changes/changes_9.5.0.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# script-languages-release 9.5.0, released t.b.d.
2+
3+
Code name: t.b.d.
4+
5+
## Summary
6+
7+
t.b.d.
8+
9+
## [Package Version Comparison between Release 9.3.0 and 9.4.0](package_diffs/9.4.0/README.md)
10+
11+
## Script-Language-Container-Tool (Exaslct)
12+
13+
This release uses version 3.0.0 of the container tool.
14+
15+
## Features
16+
17+
n/a
18+
19+
## Security Issues
20+
21+
- #1104: Updated Dependencies on top of 9.4.0
22+
- #1110: Updated Dependencies on top of 9.4.0
23+
24+
## Refactorings
25+
26+
- #1101: Remove setuptools.command.bdist_wheel from ignore list in import test
27+
- #1107: Updated Poetry to 2.1.2
28+
29+
## Bugs
30+
31+
n/a
32+
33+
## Doc
34+
35+
n/a

doc/changes/package_diffs/9.5.0/README.md

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)