Compare commits

...

19 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
559c07423c auto-created for patterns-kde
Some checks are pending
Patchinfo ID numberator / use-go-action (push) Successful in 44s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/patterns-kde!1
2025-09-02 16:33:44 +02:00
AutoGits PR Review Bot
6fc811a4d6 auto-created for patterns-kde
Some checks are pending
Patchinfo ID numberator / use-go-action (push) Successful in 45s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/patterns-kde!1
2025-09-02 14:01:20 +02:00
AutoGits PR Review Bot
4270743a61 auto-created for patterns-kde
Some checks are pending
Patchinfo ID numberator / use-go-action (push) Successful in 42s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/patterns-kde!1
2025-09-02 13:54:13 +02:00
AutoGits PR Review Bot
c582f6af92 Merging
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 50s
PR: products/PackageHub!7
2025-09-02 10:31:02 +02:00
AutoGits PR Review Bot
78fc4f16a2 auto-created for exim
Some checks are pending
Patchinfo ID numberator / use-go-action (push) Successful in 55s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot referencing
 PR: pool/exim#1
2025-09-02 10:20:33 +02:00
185263bf0d Merge pull request '.gitmodules: add python-pygraphviz (bsc#1248508)' (#46) from smithfarm/PackageHub:wip-python-pygraphviz into leap-16.0
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 41s
Reviewed-on: #46
Reviewed-by: Yuchen Lin <maxlin_factory@noreply.src.opensuse.org>
2025-09-01 12:43:17 +02:00
AutoGits PR Review Bot
40c6fe75fd Merging
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 25s
PR: products/PackageHub!63
2025-09-01 11:39:13 +02:00
b2fec7e16c Merge pull request 'Adding missing dependencies for graphviz' (#69) from bigironman/PackageHub:leap-16.0 into leap-16.0
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 25s
Reviewed-on: #69
Reviewed-by: Yuchen Lin <maxlin_factory@noreply.src.opensuse.org>
2025-09-01 11:36:06 +02:00
AutoGits PR Review Bot
bc626731fc Merging
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 26s
PR: products/PackageHub!67
2025-09-01 11:12:52 +02:00
AutoGits PR Review Bot
21495d11e4 Merging
Some checks failed
Patchinfo ID numberator / use-go-action (push) Has been cancelled
PR: products/PackageHub!68
2025-09-01 11:12:26 +02:00
83f750b547 Adding missing depndencies for graphviz 2025-09-01 11:12:24 +02:00
AutoGits PR Review Bot
4811a95202 Merging
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 30s
PR: products/PackageHub!66
2025-09-01 10:45:41 +02:00
AutoGits PR Review Bot
14f89da24c auto-created for xfce4-panel
Some checks are pending
Patchinfo ID numberator / use-go-action (push) Successful in 24s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfce4-panel!2
2025-09-01 10:38:57 +02:00
0460196869 actions: Install go dep if not provided by base image
All checks were successful
Patchinfo ID numberator / use-go-action (push) Successful in 25s
2025-09-01 10:36:50 +02:00
AutoGits PR Review Bot
a33c16be88 auto-created for xfdesktop
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 13s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfdesktop!2
2025-09-01 10:19:29 +02:00
AutoGits PR Review Bot
8ec63734bc Merging
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 9s
PR: products/PackageHub!62
2025-08-30 21:24:14 +02:00
Nathan Cutler
2e4378f951 .gitmodules: add python-pygraphviz (bsc#1248508)
Some checks are pending
ObsStaging OBS Staging build
Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-30 09:58:45 +02:00
AutoGits PR Review Bot
9b933a47a2 auto-created for xfce4-settings
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 5s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfce4-settings!2
2025-08-29 15:15:37 +02:00
AutoGits PR Review Bot
98be45844f auto-created for xfce4-session
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 3s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfce4-session!2
2025-08-29 13:55:03 +02:00
14 changed files with 23 additions and 7 deletions

View File

@@ -7,12 +7,18 @@ jobs:
use-go-action:
runs-on: tumbleweed
steps:
# Install packages if not provided by image
- run: |
rpm -q go && exit 0
zypper ref
zypper in -y go
# Generic action from GitHub to clone the product git repo
- name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
with:
token: ${{ secrets.REPO_WRITE }}
repo-sha256: true
- name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
- name: Get last commit author

6
.gitmodules vendored
View File

@@ -16341,7 +16341,7 @@
[submodule "python-numpydoc"]
path = python-numpydoc
url = ../../pool/python-numpydoc
barnch = leap-16.0
branch = leap-16.0
[submodule "python-odfpy"]
path = python-odfpy
url = ../../pool/python-odfpy
@@ -26310,3 +26310,7 @@
path = blueman
url = ../../pool/blueman
branch = leap-16.0
[submodule "python-pygraphviz"]
path = python-pygraphviz
url = ../../pool/python-pygraphviz
branch = leap-16.0

2
exim

Submodule exim updated: 882d8e0197...9f3f61dcb2

1
python-numpydoc Submodule

Submodule python-numpydoc added at 54bff35f09

1
python-pygraphviz Submodule

Submodule python-pygraphviz added at e460db3ec7

1
python-sphinx-gallery Submodule

Submodule python-sphinx-gallery added at 8bca28df9a