Skip to content

Commit 84372bb

Browse files
authored
Merge pull request #1187 from exasol/develop
Changelog: - 1172: Removed old python2 tests (#1185) - Prepare release 9 6 0 (#1186)
2 parents 7b0e1bb + 14ba227 commit 84372bb

File tree

7 files changed

+150
-149
lines changed

7 files changed

+150
-149
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.

doc/changes/changes_9.6.0.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# script-languages-release 9.6.0, released t.b.d.
1+
# script-languages-release 9.6.0, released 2025-07-18
22

3-
Code name: t.b.d.
3+
Code name: New CI/CD
44

55
## Summary
66

7-
t.b.d.
7+
The CI/CD was migrated to Github workflows. The Cuda template flavor is now compatible with Exasol DB GPU support. The cuda integration tests are now executed on a GPU Github runner. Python package `sqlglot` was added to the Python standard flavor. Documentation for Script Options was added. Besides, the release contains several internal refactorings and security fixes.
88

99
## [Package Version Comparison between Release 9.6.0 and 9.5.2](package_diffs/9.6.0/README.md)
1010

@@ -40,6 +40,7 @@ This release uses version 3.3.0 of the container tool.
4040
- #1132: Use headless openjdk for all build buildsteps
4141
- #1166: Update script-languages-container-ci version
4242
- #1165: Fixed GPU Template Flavor
43+
- #1172: Removed old python2 tests
4344

4445
## Bugs
4546

@@ -52,4 +53,4 @@ This release uses version 3.3.0 of the container tool.
5253

5354
## Internal
5455

55-
- relocked poetry dependencies to fix CVE-2025-43859 (transitive dependency h11)
56+
- relocked poetry dependencies to fix CVE-2025-43859 (transitive dependency h11)

doc/changes/package_diffs/9.6.0/standard-EXASOL-all-python-3.10/flavor_base_deps/python3_pip_packages_diff.md

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

doc/changes/package_diffs/9.6.0/standard-EXASOL-all/flavor_base_deps_python/python3_pip_packages_diff.md

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

flavors/standard-EXASOL-all-python-3.10/flavor_base/flavor_base_deps/packages/python3_pip_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pyftpdlib|1.5.9
5151
jinja2|3.1.4
5252
cffi|1.16.0
5353
docutils|0.21.2
54-
requests|2.31.0
54+
requests|2.32.4
5555
ujson|5.9.0
5656
paramiko|3.4.0
5757
simplejson|3.19.2
@@ -68,7 +68,7 @@ bitarray|2.9.2
6868
pybloomfiltermmap3|0.5.7
6969
bitsets|0.8.4
7070
pyyaml|6.0.1
71-
exasol-bucketfs|1.0.1
71+
exasol-bucketfs|2.0.0
7272
pysmbc|1.0.25.1
7373
cryptography|42.0.6
7474
h2|4.1.0

flavors/standard-EXASOL-all/flavor_base/flavor_base_deps_python/packages/python3_pip_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pyftpdlib|1.5.9
5151
jinja2|3.1.4
5252
cffi|1.16.0
5353
docutils|0.21.2
54-
requests|2.31.0
54+
requests|2.32.4
5555
ujson|5.9.0
5656
paramiko|3.4.0
5757
simplejson|3.19.2
@@ -68,7 +68,7 @@ bitarray|2.9.2
6868
pybloomfiltermmap3|0.5.7
6969
bitsets|0.8.4
7070
pyyaml|6.0.1
71-
exasol-bucketfs|1.0.1
71+
exasol-bucketfs|2.0.0
7272
pysmbc|1.0.25.1
7373
cryptography|42.0.6
7474
h2|4.1.0

0 commit comments

Comments
 (0)