Compare commits

...

10 Commits

Author SHA256 Message Date
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
f794b57621 Merging
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 2s
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
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 1s
Reviewed-on: #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
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 2s
Reviewed-on: #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
AutoGits PR Review Bot
04db9ab468 auto-created for libxfce4ui
Some checks failed
ObsStaging OBS Staging build
Patchinfo ID numberator / use-go-action (push) Failing after 2s
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/libxfce4ui!2
2025-08-28 14:28:33 +02:00
AutoGits PR Review Bot
bbe5526e53 Merging
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 1s
PR: products/PackageHub!57
2025-08-28 13:02:27 +02:00
a64dd41200 Merge pull request 'Forwarded PRs: ' (#58) from adrianSuSE/PackageHub:leap-16.0 into leap-16.0
Some checks failed
Patchinfo ID numberator / use-go-action (push) Failing after 3s
Reviewed-on: #58
Reviewed-by: Yuchen Lin <maxlin_factory@noreply.src.opensuse.org>
2025-08-28 12:16:09 +02:00
b54eeab4df Disable product builds in staging area for now
We would need a git based product to make it useful
2025-08-28 11:51:34 +02:00
4 changed files with 27 additions and 8 deletions

24
.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
@@ -26290,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

1
python-pygraphviz Submodule

Submodule python-pygraphviz added at e460db3ec7

View File

@@ -1,10 +1,4 @@
{
"ObsProject": "openSUSE:Backports:SLE-16.0",
"StagingProject": "openSUSE:Backports:SLE-16.0:PullRequest",
"QA": [
{
"Name": "Leap",
"Origin": "openSUSE:Leap:16.0:git"
}
]
"StagingProject": "openSUSE:Backports:SLE-16.0:PullRequest"
}