Skip to content

Commit 129ae25

Browse files
committed
RHOAIENG-34309: Remove gio command call and manually delete files
1 parent 39ecb89 commit 129ae25

File tree

16 files changed

+32
-32
lines changed

16 files changed

+32
-32
lines changed

jupyter/datascience/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,9 +2436,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92
24362436

24372437
[[packages]]
24382438
name = "odh-jupyter-trash-cleanup"
2439-
version = "0.1.0"
2440-
sdist = { url = "https://files.pythonhosted.org/packages/76/e9/0c59b5cb4ee54edb49166afbfe33a8964f01821cabd32efd63d0fb5648f2/odh_jupyter_trash_cleanup-0.1.0.tar.gz", upload-time = 2025-09-02T19:28:01Z, size = 43287, hashes = { sha256 = "ded78615bd084ba0649979f1b518c9c48f4c859b0f8bc119ca04517031e4378d" } }
2441-
wheels = [{ url = "https://files.pythonhosted.org/packages/9a/c0/dc3c91367e6405b7a2a8ed0f5ad1e7f524ba171c9ee353e02c0e0e4280ab/odh_jupyter_trash_cleanup-0.1.0-py3-none-any.whl", upload-time = 2025-09-02T19:28:00Z, size = 49009, hashes = { sha256 = "586baa432bee32027b42350cec2d1f6d283fe77c22bb3e852a816230ecdfb441" } }]
2439+
version = "0.1.1"
2440+
sdist = { url = "https://files.pythonhosted.org/packages/c7/77/19ddf2683bcf03ef73ff6f5d68e51ef6d6ff8c5ba4024f2330009dcc71ff/odh_jupyter_trash_cleanup-0.1.1.tar.gz", upload-time = 2025-09-18T14:04:56Z, size = 27480, hashes = { sha256 = "d97d3a6c70fcf4e47041dc89445505ba6b6964c9319254917f30393b656e6b5c" } }
2441+
wheels = [{ url = "https://files.pythonhosted.org/packages/5e/c2/37eaa2c4efd7c1a6403aaa59822f0df2730b0f43b3fc274f4bd14998bd12/odh_jupyter_trash_cleanup-0.1.1-py3-none-any.whl", upload-time = 2025-09-18T14:04:55Z, size = 27553, hashes = { sha256 = "19b409372d5781937b42e047bf23503f4d602461765a9b145b0a6974cd090623" } }]
24422442

24432443
[[packages]]
24442444
name = "onnx"

jupyter/datascience/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828

2929
# JupyterLab packages
3030
"odh-elyra==4.2.4",
31-
"odh-jupyter-trash-cleanup==0.1.0",
31+
"odh-jupyter-trash-cleanup==0.1.1",
3232

3333
"jupyterlab==4.4.4",
3434
"jupyter-bokeh~=4.0.5",

jupyter/minimal/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -973,9 +973,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/f9/33/bd5b9137445ea4b
973973

974974
[[packages]]
975975
name = "odh-jupyter-trash-cleanup"
976-
version = "0.1.0"
977-
sdist = { url = "https://files.pythonhosted.org/packages/76/e9/0c59b5cb4ee54edb49166afbfe33a8964f01821cabd32efd63d0fb5648f2/odh_jupyter_trash_cleanup-0.1.0.tar.gz", upload-time = 2025-09-02T19:28:01Z, size = 43287, hashes = { sha256 = "ded78615bd084ba0649979f1b518c9c48f4c859b0f8bc119ca04517031e4378d" } }
978-
wheels = [{ url = "https://files.pythonhosted.org/packages/9a/c0/dc3c91367e6405b7a2a8ed0f5ad1e7f524ba171c9ee353e02c0e0e4280ab/odh_jupyter_trash_cleanup-0.1.0-py3-none-any.whl", upload-time = 2025-09-02T19:28:00Z, size = 49009, hashes = { sha256 = "586baa432bee32027b42350cec2d1f6d283fe77c22bb3e852a816230ecdfb441" } }]
976+
version = "0.1.1"
977+
sdist = { url = "https://files.pythonhosted.org/packages/c7/77/19ddf2683bcf03ef73ff6f5d68e51ef6d6ff8c5ba4024f2330009dcc71ff/odh_jupyter_trash_cleanup-0.1.1.tar.gz", upload-time = 2025-09-18T14:04:56Z, size = 27480, hashes = { sha256 = "d97d3a6c70fcf4e47041dc89445505ba6b6964c9319254917f30393b656e6b5c" } }
978+
wheels = [{ url = "https://files.pythonhosted.org/packages/5e/c2/37eaa2c4efd7c1a6403aaa59822f0df2730b0f43b3fc274f4bd14998bd12/odh_jupyter_trash_cleanup-0.1.1-py3-none-any.whl", upload-time = 2025-09-18T14:04:55Z, size = 27553, hashes = { sha256 = "19b409372d5781937b42e047bf23503f4d602461765a9b145b0a6974cd090623" } }]
979979

980980
[[packages]]
981981
name = "overrides"

jupyter/minimal/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires-python = "==3.12.*"
55

66
dependencies = [
77
# JupyterLab packages
8-
"odh-jupyter-trash-cleanup==0.1.0",
8+
"odh-jupyter-trash-cleanup==0.1.1",
99

1010
"jupyterlab==4.4.4",
1111
"jupyter-server~=2.16.0",

jupyter/pytorch+llmcompressor/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2723,9 +2723,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92
27232723

27242724
[[packages]]
27252725
name = "odh-jupyter-trash-cleanup"
2726-
version = "0.1.0"
2727-
sdist = { url = "https://files.pythonhosted.org/packages/76/e9/0c59b5cb4ee54edb49166afbfe33a8964f01821cabd32efd63d0fb5648f2/odh_jupyter_trash_cleanup-0.1.0.tar.gz", upload-time = 2025-09-02T19:28:01Z, size = 43287, hashes = { sha256 = "ded78615bd084ba0649979f1b518c9c48f4c859b0f8bc119ca04517031e4378d" } }
2728-
wheels = [{ url = "https://files.pythonhosted.org/packages/9a/c0/dc3c91367e6405b7a2a8ed0f5ad1e7f524ba171c9ee353e02c0e0e4280ab/odh_jupyter_trash_cleanup-0.1.0-py3-none-any.whl", upload-time = 2025-09-02T19:28:00Z, size = 49009, hashes = { sha256 = "586baa432bee32027b42350cec2d1f6d283fe77c22bb3e852a816230ecdfb441" } }]
2726+
version = "0.1.1"
2727+
sdist = { url = "https://files.pythonhosted.org/packages/c7/77/19ddf2683bcf03ef73ff6f5d68e51ef6d6ff8c5ba4024f2330009dcc71ff/odh_jupyter_trash_cleanup-0.1.1.tar.gz", upload-time = 2025-09-18T14:04:56Z, size = 27480, hashes = { sha256 = "d97d3a6c70fcf4e47041dc89445505ba6b6964c9319254917f30393b656e6b5c" } }
2728+
wheels = [{ url = "https://files.pythonhosted.org/packages/5e/c2/37eaa2c4efd7c1a6403aaa59822f0df2730b0f43b3fc274f4bd14998bd12/odh_jupyter_trash_cleanup-0.1.1-py3-none-any.whl", upload-time = 2025-09-18T14:04:55Z, size = 27553, hashes = { sha256 = "19b409372d5781937b42e047bf23503f4d602461765a9b145b0a6974cd090623" } }]
27292729

27302730
[[packages]]
27312731
name = "onnx"

jupyter/pytorch+llmcompressor/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242

4343
# JupyterLab packages
4444
"odh-elyra==4.2.4",
45-
"odh-jupyter-trash-cleanup==0.1.0",
45+
"odh-jupyter-trash-cleanup==0.1.1",
4646

4747
"jupyterlab==4.4.4",
4848
"jupyter-bokeh~=4.0.5",

jupyter/pytorch/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,9 +2584,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92
25842584

25852585
[[packages]]
25862586
name = "odh-jupyter-trash-cleanup"
2587-
version = "0.1.0"
2588-
sdist = { url = "https://files.pythonhosted.org/packages/76/e9/0c59b5cb4ee54edb49166afbfe33a8964f01821cabd32efd63d0fb5648f2/odh_jupyter_trash_cleanup-0.1.0.tar.gz", upload-time = 2025-09-02T19:28:01Z, size = 43287, hashes = { sha256 = "ded78615bd084ba0649979f1b518c9c48f4c859b0f8bc119ca04517031e4378d" } }
2589-
wheels = [{ url = "https://files.pythonhosted.org/packages/9a/c0/dc3c91367e6405b7a2a8ed0f5ad1e7f524ba171c9ee353e02c0e0e4280ab/odh_jupyter_trash_cleanup-0.1.0-py3-none-any.whl", upload-time = 2025-09-02T19:28:00Z, size = 49009, hashes = { sha256 = "586baa432bee32027b42350cec2d1f6d283fe77c22bb3e852a816230ecdfb441" } }]
2587+
version = "0.1.1"
2588+
sdist = { url = "https://files.pythonhosted.org/packages/c7/77/19ddf2683bcf03ef73ff6f5d68e51ef6d6ff8c5ba4024f2330009dcc71ff/odh_jupyter_trash_cleanup-0.1.1.tar.gz", upload-time = 2025-09-18T14:04:56Z, size = 27480, hashes = { sha256 = "d97d3a6c70fcf4e47041dc89445505ba6b6964c9319254917f30393b656e6b5c" } }
2589+
wheels = [{ url = "https://files.pythonhosted.org/packages/5e/c2/37eaa2c4efd7c1a6403aaa59822f0df2730b0f43b3fc274f4bd14998bd12/odh_jupyter_trash_cleanup-0.1.1-py3-none-any.whl", upload-time = 2025-09-18T14:04:55Z, size = 27553, hashes = { sha256 = "19b409372d5781937b42e047bf23503f4d602461765a9b145b0a6974cd090623" } }]
25902590

25912591
[[packages]]
25922592
name = "onnx"

jupyter/pytorch/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333

3434
# JupyterLab packages
3535
"odh-elyra==4.2.4",
36-
"odh-jupyter-trash-cleanup==0.1.0",
36+
"odh-jupyter-trash-cleanup==0.1.1",
3737

3838
"jupyterlab==4.4.4",
3939
"jupyter-bokeh~=4.0.5",

jupyter/rocm/pytorch/ubi9-python-3.12/pylock.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,9 +2444,9 @@ wheels = [{ url = "https://files.pythonhosted.org/packages/f9/48/b852bc3107a6d92
24442444

24452445
[[packages]]
24462446
name = "odh-jupyter-trash-cleanup"
2447-
version = "0.1.0"
2448-
sdist = { url = "https://files.pythonhosted.org/packages/76/e9/0c59b5cb4ee54edb49166afbfe33a8964f01821cabd32efd63d0fb5648f2/odh_jupyter_trash_cleanup-0.1.0.tar.gz", upload-time = 2025-09-02T19:28:01Z, size = 43287, hashes = { sha256 = "ded78615bd084ba0649979f1b518c9c48f4c859b0f8bc119ca04517031e4378d" } }
2449-
wheels = [{ url = "https://files.pythonhosted.org/packages/9a/c0/dc3c91367e6405b7a2a8ed0f5ad1e7f524ba171c9ee353e02c0e0e4280ab/odh_jupyter_trash_cleanup-0.1.0-py3-none-any.whl", upload-time = 2025-09-02T19:28:00Z, size = 49009, hashes = { sha256 = "586baa432bee32027b42350cec2d1f6d283fe77c22bb3e852a816230ecdfb441" } }]
2447+
version = "0.1.1"
2448+
sdist = { url = "https://files.pythonhosted.org/packages/c7/77/19ddf2683bcf03ef73ff6f5d68e51ef6d6ff8c5ba4024f2330009dcc71ff/odh_jupyter_trash_cleanup-0.1.1.tar.gz", upload-time = 2025-09-18T14:04:56Z, size = 27480, hashes = { sha256 = "d97d3a6c70fcf4e47041dc89445505ba6b6964c9319254917f30393b656e6b5c" } }
2449+
wheels = [{ url = "https://files.pythonhosted.org/packages/5e/c2/37eaa2c4efd7c1a6403aaa59822f0df2730b0f43b3fc274f4bd14998bd12/odh_jupyter_trash_cleanup-0.1.1-py3-none-any.whl", upload-time = 2025-09-18T14:04:55Z, size = 27553, hashes = { sha256 = "19b409372d5781937b42e047bf23503f4d602461765a9b145b0a6974cd090623" } }]
24502450

24512451
[[packages]]
24522452
name = "onnx"

jupyter/rocm/pytorch/ubi9-python-3.12/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434

3535
# JupyterLab packages
3636
"odh-elyra==4.2.4",
37-
"odh-jupyter-trash-cleanup==0.1.0",
37+
"odh-jupyter-trash-cleanup==0.1.1",
3838

3939
"jupyterlab==4.4.4",
4040
"jupyter-bokeh~=4.0.5",

0 commit comments

Comments
 (0)