1
0

Compare commits

...

12 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
a33c16be88 auto-created for xfdesktop
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
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
AutoGits PR Review Bot
04db9ab468 auto-created for libxfce4ui
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
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
Reviewed-on: products/PackageHub#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
5 changed files with 24 additions and 10 deletions

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

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"
}