1
0

Compare commits

..

8 Commits

Author SHA256 Message Date
Nathan Cutler
d377d8ed3d .gitmodules: add python-repoze.lru (bsc#1248489)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-25 10:39:52 +02:00
Nathan Cutler
ee0d5a3bce .gitmodules: add python-Routes (bsc#1248489)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-25 10:39:50 +02:00
da5eeb372f Merge pull request '.gitmodules: add python-cmd2 (bsc#1248498)' (#42) from smithfarm/PackageHub:wip-python-cmd2 into leap-16.0
Reviewed-on: products/PackageHub#42
Reviewed-by: Yuchen Lin <maxlin_factory@noreply.src.opensuse.org>
2025-08-22 20:28:21 +02:00
b57b3a0a66 Merge pull request 'Backports.productcompose: exclude ceph-mgr-diskprediction-local (bsc#1248509)' (#47) from smithfarm/PackageHub:wip-python-scikit-learn into leap-16.0
Reviewed-on: products/PackageHub#47
2025-08-22 20:06:25 +02:00
Nathan Cutler
44b26f3ed5 Backports.productcompose: exclude ceph-mgr-diskprediction-local
ceph-mgr-diskprediction-local requires python3-scikit-learn,
which has a huge dependency tree.

Fixes: https://bugzilla.suse.com/show_bug.cgi?id=1248509

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-22 20:03:00 +02:00
AutoGits PR Review Bot
342b4e261c Merging
PR: products/PackageHub#30
2025-08-22 11:22:59 +02:00
Nathan Cutler
ee48db1154 .gitmodules: add python-cmd2 (bsc#1248498)
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-22 10:46:19 +02:00
AutoGits PR Review Bot
4658733d03 auto-created for product-composer
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: pool/product-composer#3
2025-08-20 12:37:58 +02:00
8 changed files with 28 additions and 5 deletions

View File

@@ -9,21 +9,21 @@ jobs:
steps: steps:
# Generic action from GitHub to clone the product git repo # Generic action from GitHub to clone the product git repo
- name: Checkout product - name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4 uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/github-actions-checkout@v4
with: with:
token: ${{ secrets.REPO_WRITE }} token: ${{ secrets.REPO_WRITE }}
repo-sha256: true repo-sha256: true
- name: Update all new _patchinfo files - name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0 uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/patchinfo-numbering-action@v0
- name: Get last commit author - name: Get last commit author
id: last-commit id: last-commit
run: | run: |
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
- name: Commit changes back - name: Commit changes back
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5 uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
with: with:
commit_user_name: gitea-actions-autobuild commit_user_name: gitea-actions-autobuild
commit_user_email: autobuild+gitea@opensuse.org commit_user_email: autobuild+gitea@suse.de
commit_author: ${{ steps.last-commit.outputs.author }} commit_author: ${{ steps.last-commit.outputs.author }}
commit_message: "Update incident numbers [skip actions]" commit_message: "Update incident numbers [skip actions]"
commit_options: '--no-edit' commit_options: '--no-edit'

12
.gitmodules vendored
View File

@@ -26262,3 +26262,15 @@
path = ripgrep path = ripgrep
url = ../../pool/ripgrep url = ../../pool/ripgrep
branch = leap-16.0 branch = leap-16.0
[submodule "python-cmd2"]
path = python-cmd2
url = ../../pool/python-cmd2
branch = leap-16.0
[submodule "python-Routes"]
path = python-Routes
url = ../../pool/python-Routes
branch = leap-16.0
[submodule "python-repoze.lru"]
path = python-repoze.lru
url = ../../pool/python-repoze.lru
branch = leap-16.0

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 22 16:38:02 UTC 2025 - Nathan Cutler <ncutler@suse.com>
- Backports.productcompose:
+ exclude ceph-mgr-diskprediction-local because it would bring in
python-scikit-learn with a huge dependency tree (bsc#1248509)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 21 13:04:20 UTC 2025 - Nathan Cutler <ncutler@suse.com> Thu Aug 21 13:04:20 UTC 2025 - Nathan Cutler <ncutler@suse.com>

View File

@@ -59,6 +59,7 @@ packagesets:
- ALP-dummy-release - ALP-dummy-release
- bash-legacybin - bash-legacybin
- busybox-which - busybox-which
- ceph-mgr-diskprediction-local
- cluster-md-kmp-azure - cluster-md-kmp-azure
- cluster-md-kmp-rt - cluster-md-kmp-rt
- cmake-mini - cmake-mini

1
python-Routes Submodule

Submodule python-Routes added at 9e68681b9f

1
python-cmd2 Submodule

Submodule python-cmd2 added at 4d2e0aa7e8

1
python-repoze.lru Submodule

Submodule python-repoze.lru added at 6749440ecd