1
0

Compare commits

...

9 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
14f89da24c auto-created for xfce4-panel
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 2025-09-01 10:36:50 +02:00
AutoGits PR Review Bot
8ec63734bc Merging
PR: products/PackageHub!62
2025-08-30 21:24:14 +02:00
AutoGits PR Review Bot
98be45844f auto-created for xfce4-session
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/xfce4-session!2
2025-08-29 13:55:03 +02:00
AutoGits PR Review Bot
f794b57621 Merging
PR: products/PackageHub!59
2025-08-29 11:29:17 +02:00
16befe4b70 Merge pull request '.gitmodules: fix whitespace issue in python-sphinx-gallery' (#61) from smithfarm/PackageHub:wip-fix-double-indent into leap-16.0
Reviewed-on: products/PackageHub#61
2025-08-29 11:17:17 +02:00
Nathan Cutler
af5d108b86 .gitmodules: fix whitespace issue in python-sphinx-gallery
Eight spaces instead of a single tab character made the line
appear double-indented in Gitea web diff.

Signed-off-by: Nathan Cutler <ncutler@suse.cz>
2025-08-29 11:15:46 +02:00
a1098a15ca Merge pull request 'Forwarded PRs: ' (#60) from bigironman/PackageHub:leap-16.0 into leap-16.0
Reviewed-on: products/PackageHub#60
Reviewed-by: Yuchen Lin <maxlin_factory@noreply.src.opensuse.org>
2025-08-29 11:04:54 +02:00
1ca82292dd Adding missing dependencies for pull-request#46 (python-pygraphviz) 2025-08-28 16:45:15 +02:00
4 changed files with 28 additions and 2 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

20
.gitmodules vendored
View File

@@ -15710,6 +15710,10 @@
path = python-Unidecode
url = ../../pool/python-unidecode
branch = leap-16.0
[submodule "python-accessible-pygments"]
path = python-accessible-pygments
url = ../../pool/python-accessible-pygments
branch = leap-16.0
[submodule "python-affine"]
path = python-affine
url = ../../pool/python-affine
@@ -16334,6 +16338,10 @@
path = python-netCDF4
url = ../../pool/python-netCDF4
branch = leap-16.0
[submodule "python-numpydoc"]
path = python-numpydoc
url = ../../pool/python-numpydoc
barnch = leap-16.0
[submodule "python-odfpy"]
path = python-odfpy
url = ../../pool/python-odfpy
@@ -16546,6 +16554,10 @@
path = python-pycryptodomex
url = ../../pool/python-pycryptodomex
branch = leap-16.0
[submodule "python-pydata-sphinx-theme"]
path = python-pydata-sphinx-theme
url = ../../pool/python-pydata-sphinx-theme
branch = leap-16.0
[submodule "python-pydenticon"]
path = python-pydenticon
url = ../../pool/python-pydenticon
@@ -16982,10 +16994,18 @@
path = python-sphinx-click
url = ../../pool/python-sphinx-click
branch = leap-16.0
[submodule "python-sphinx-gallery"]
path = python-sphinx-gallery
url = ../../pool/python-sphinx-gallery
branch = leap-16.0
[submodule "python-sphinx-qt-documentation"]
path = python-sphinx-qt-documentation
url = ../../pool/python-sphinx-qt-documentation
branch = leap-16.0
[submodule "python-sphinx-theme-builder"]
path = python-sphinx-theme-builder
url = ../../pool/python-sphinx-theme-builder
branch = leap-16.0
[submodule "python-sphinx_press_theme"]
path = python-sphinx_press_theme
url = ../../pool/python-sphinx_press_theme