scylla-cqlsh 6.0.24__tar.gz → 6.0.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of scylla-cqlsh might be problematic. Click here for more details.
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/.github/workflows/build-push.yml +8 -7
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/.github/workflows/dockerhub-description.yml +1 -1
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/PKG-INFO +1 -1
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/_version.py +2 -2
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/PKG-INFO +1 -1
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/.dockerignore +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/.gitignore +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/Dockerfile +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/LICENSE.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/README.md +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/SCYLLA-VERSION-GEN +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/bin/cqlsh.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlsh/__init__.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlsh/__main__.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlsh/cqlsh.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/__init__.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/authproviderhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/copyutil.c +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/copyutil.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/cql3handling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/cqlhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/cqlshhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/displaying.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/formatting.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/helptopics.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/pylexotron.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/saferscanner.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/sslhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/tracing.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/util.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/cqlshlib/wcwidth.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/changelog.template +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/control.template +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/debian/compat +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/debian/copyright +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/debian/rules +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/debian/source/format +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/debian/source/options +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/debian/debian_files_gen.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/dist/redhat/scylla-cqlsh.spec +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/install-dependencies.sh +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/install.sh +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/README.asc +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cassandra-cqlsh-tests.sh +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/__init__.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/authproviderhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/copyutil.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/cql3handling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/cqlhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/cqlshhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/displaying.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/formatting.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/helptopics.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/pylexotron.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/saferscanner.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/sslhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/__init__.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/ansi_colors.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/basecase.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/cassconnect.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/reserved_keywords.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/run_cqlsh.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider_creds +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/complex_auth_provider_with_pass +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/empty_example +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/full_plain_text_example +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/illegal_example +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/no_classname_example +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/partial_example +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_full_creds +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_legacy +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_partial_creds +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling_config/plain_text_partial_example +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_constants.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_copyutil.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_cql_parsing.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_cqlsh_completion.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_cqlsh_output.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_formatting.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_keyspace_init.cql +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_legacy_auth.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_unicode.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/winpty.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/tracing.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/util.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/wcwidth.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/requirements.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/setup.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pyproject.toml +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/reloc/build_deb.sh +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/reloc/build_reloc.sh +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/reloc/build_rpm.sh +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/renovate.json +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/requirements.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scripts/create-relocatable-package.py +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/SOURCES.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/dependency_links.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/entry_points.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/requires.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/scylla_cqlsh.egg-info/top_level.txt +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/setup.cfg +0 -0
- {scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/setup.py +0 -0
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
|
|
31
31
|
- uses: actions/upload-artifact@v4
|
|
32
32
|
with:
|
|
33
|
-
name: wheels-${{ matrix.os }}
|
|
33
|
+
name: artifacts-wheels-${{ matrix.os }}
|
|
34
34
|
path: ./wheelhouse/*.whl
|
|
35
35
|
|
|
36
36
|
build_sdist:
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
|
|
47
47
|
- uses: actions/upload-artifact@v4
|
|
48
48
|
with:
|
|
49
|
-
name: source-dist
|
|
49
|
+
name: artifacts-source-dist
|
|
50
50
|
path: dist/*.tar.gz
|
|
51
51
|
|
|
52
52
|
integration_test_scylla:
|
|
@@ -150,13 +150,13 @@ jobs:
|
|
|
150
150
|
uses: actions/checkout@v4
|
|
151
151
|
|
|
152
152
|
- name: Set up QEMU
|
|
153
|
-
uses: docker/setup-qemu-action@
|
|
153
|
+
uses: docker/setup-qemu-action@v3
|
|
154
154
|
|
|
155
155
|
- name: Set up Docker Buildx
|
|
156
|
-
uses: docker/setup-buildx-action@
|
|
156
|
+
uses: docker/setup-buildx-action@v3
|
|
157
157
|
|
|
158
158
|
- name: Login to Docker Hub
|
|
159
|
-
uses: docker/login-action@
|
|
159
|
+
uses: docker/login-action@v3
|
|
160
160
|
with:
|
|
161
161
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
|
162
162
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
|
@@ -171,7 +171,7 @@ jobs:
|
|
|
171
171
|
|
|
172
172
|
- name: Build and push release
|
|
173
173
|
if: endsWith(github.event.ref, '-scylla')
|
|
174
|
-
uses: docker/build-push-action@
|
|
174
|
+
uses: docker/build-push-action@v6
|
|
175
175
|
with:
|
|
176
176
|
context: .
|
|
177
177
|
file: ./Dockerfile
|
|
@@ -182,7 +182,7 @@ jobs:
|
|
|
182
182
|
scylladb/scylla-cqlsh:latest
|
|
183
183
|
|
|
184
184
|
- name: Build and push master
|
|
185
|
-
uses: docker/build-push-action@
|
|
185
|
+
uses: docker/build-push-action@v6
|
|
186
186
|
if: endsWith(github.event.ref, 'master')
|
|
187
187
|
with:
|
|
188
188
|
context: .
|
|
@@ -203,6 +203,7 @@ jobs:
|
|
|
203
203
|
- uses: actions/download-artifact@v4.1.8
|
|
204
204
|
with:
|
|
205
205
|
path: dist
|
|
206
|
+
pattern: artifacts-*
|
|
206
207
|
merge-multiple: true
|
|
207
208
|
|
|
208
209
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
- uses: actions/checkout@v4
|
|
14
14
|
|
|
15
15
|
- name: Docker Hub Description
|
|
16
|
-
uses: peter-evans/dockerhub-description@
|
|
16
|
+
uses: peter-evans/dockerhub-description@v4
|
|
17
17
|
with:
|
|
18
18
|
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
|
19
19
|
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{scylla_cqlsh-6.0.24 → scylla_cqlsh-6.0.25}/pylib/cqlshlib/test/test_authproviderhandling.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|