forked from products/PackageHub
Compare commits
17 Commits
wip-python
...
wip-python
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
0333c04c76 | ||
| b766d2e5bb | |||
|
|
d310f135fd | ||
| 32d8a74ed6 | |||
|
|
61950bb0c3 | ||
|
|
c6de81b632 | ||
|
|
c90d4e1a55 | ||
| 4fd46c8021 | |||
| 806d1c9f09 | |||
|
|
1bb715adf9 | ||
|
|
30678012c9 | ||
| bc4cab5c50 | |||
| 01c03c7707 | |||
| c9d7f41d9e | |||
|
|
6c9af3202a | ||
| 22cda61b86 | |||
|
|
97987f4c34 |
@@ -9,18 +9,18 @@ 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.suse.de/actions/github-actions-checkout@v4
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/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.suse.de/actions/patchinfo-numbering-action@v0
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/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.suse.de/actions/stefanzweifel-git-auto-commit-action@v5
|
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/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@suse.de
|
commit_user_email: autobuild+gitea@suse.de
|
||||||
|
|||||||
12
.gitmodules
vendored
12
.gitmodules
vendored
@@ -11278,10 +11278,6 @@
|
|||||||
path = noise-suppression-for-voice
|
path = noise-suppression-for-voice
|
||||||
url = ../../pool/noise-suppression-for-voice
|
url = ../../pool/noise-suppression-for-voice
|
||||||
branch = leap-16.0
|
branch = leap-16.0
|
||||||
[submodule "noisetorch"]
|
|
||||||
path = noisetorch
|
|
||||||
url = ../../pool/noisetorch
|
|
||||||
branch = leap-16.0
|
|
||||||
[submodule "nomacs"]
|
[submodule "nomacs"]
|
||||||
path = nomacs
|
path = nomacs
|
||||||
url = ../../pool/nomacs
|
url = ../../pool/nomacs
|
||||||
@@ -26266,6 +26262,10 @@
|
|||||||
path = python-cmd2
|
path = python-cmd2
|
||||||
url = ../../pool/python-cmd2
|
url = ../../pool/python-cmd2
|
||||||
branch = leap-16.0
|
branch = leap-16.0
|
||||||
|
[submodule "python-pecan"]
|
||||||
|
path = python-pecan
|
||||||
|
url = ../../pool/python-pecan
|
||||||
|
branch = leap-16.0
|
||||||
[submodule "python-Routes"]
|
[submodule "python-Routes"]
|
||||||
path = python-Routes
|
path = python-Routes
|
||||||
url = ../../pool/python-Routes
|
url = ../../pool/python-Routes
|
||||||
@@ -26274,3 +26274,7 @@
|
|||||||
path = python-repoze.lru
|
path = python-repoze.lru
|
||||||
url = ../../pool/python-repoze.lru
|
url = ../../pool/python-repoze.lru
|
||||||
branch = leap-16.0
|
branch = leap-16.0
|
||||||
|
[submodule "python-freeipa"]
|
||||||
|
path = python-freeipa
|
||||||
|
url = ../../pool/python-freeipa
|
||||||
|
branch = leap-16.0
|
||||||
|
|||||||
@@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 26 11:10:18 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- Backports.productcompose:
|
||||||
|
+ add to backports_unneeded (all are uninstallable and also blocked in Leap
|
||||||
|
16.0):
|
||||||
|
reproducible-faketools
|
||||||
|
reproducible-faketools-ant
|
||||||
|
reproducible-faketools-ar
|
||||||
|
reproducible-faketools-aslr
|
||||||
|
reproducible-faketools-date
|
||||||
|
reproducible-faketools-dettrace
|
||||||
|
reproducible-faketools-faketime
|
||||||
|
reproducible-faketools-filesys
|
||||||
|
reproducible-faketools-find
|
||||||
|
reproducible-faketools-future
|
||||||
|
reproducible-faketools-future1y
|
||||||
|
reproducible-faketools-futurepost
|
||||||
|
reproducible-faketools-hostname
|
||||||
|
reproducible-faketools-j1
|
||||||
|
reproducible-faketools-jar
|
||||||
|
reproducible-faketools-pid
|
||||||
|
reproducible-faketools-random
|
||||||
|
reproducible-faketools-rpmbuild
|
||||||
|
reproducible-faketools-strace
|
||||||
|
reproducible-faketools-strip-nondeterminism
|
||||||
|
reproducible-faketools-tar
|
||||||
|
reproducible-faketools-verbose
|
||||||
|
reproducible-faketools-zip
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 25 10:46:54 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
- Backports.productcompose:
|
||||||
|
+ exclude geolite2legacy because it would bring in python-ipaddr
|
||||||
|
which was dropped from Factory in March 2025 (bsc#1248503)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 22 16:38:02 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
Fri Aug 22 16:38:02 UTC 2025 - Nathan Cutler <ncutler@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ packagesets:
|
|||||||
- gfs2-kmp-rt
|
- gfs2-kmp-rt
|
||||||
- ghostscript-mini
|
- ghostscript-mini
|
||||||
- ghostscript-mini-devel
|
- ghostscript-mini-devel
|
||||||
|
- geolite2legacy
|
||||||
- grpc-source
|
- grpc-source
|
||||||
- krb5-mini
|
- krb5-mini
|
||||||
- krb5-mini-devel
|
- krb5-mini-devel
|
||||||
@@ -106,6 +107,29 @@ packagesets:
|
|||||||
- pam-extra-32bit
|
- pam-extra-32bit
|
||||||
- postgresql17-devel-mini
|
- postgresql17-devel-mini
|
||||||
- protobuf21-source
|
- protobuf21-source
|
||||||
|
- reproducible-faketools
|
||||||
|
- reproducible-faketools-ant
|
||||||
|
- reproducible-faketools-ar
|
||||||
|
- reproducible-faketools-aslr
|
||||||
|
- reproducible-faketools-date
|
||||||
|
- reproducible-faketools-dettrace
|
||||||
|
- reproducible-faketools-faketime
|
||||||
|
- reproducible-faketools-filesys
|
||||||
|
- reproducible-faketools-find
|
||||||
|
- reproducible-faketools-future
|
||||||
|
- reproducible-faketools-future1y
|
||||||
|
- reproducible-faketools-futurepost
|
||||||
|
- reproducible-faketools-hostname
|
||||||
|
- reproducible-faketools-j1
|
||||||
|
- reproducible-faketools-jar
|
||||||
|
- reproducible-faketools-pid
|
||||||
|
- reproducible-faketools-random
|
||||||
|
- reproducible-faketools-rpmbuild
|
||||||
|
- reproducible-faketools-strace
|
||||||
|
- reproducible-faketools-strip-nondeterminism
|
||||||
|
- reproducible-faketools-tar
|
||||||
|
- reproducible-faketools-verbose
|
||||||
|
- reproducible-faketools-zip
|
||||||
- sddm-branding-openSUSE
|
- sddm-branding-openSUSE
|
||||||
- sddm-qt6-branding-openSUSE
|
- sddm-qt6-branding-openSUSE
|
||||||
- systemd-mini
|
- systemd-mini
|
||||||
|
|||||||
Submodule noisetorch deleted from e9bf2da904
1
python-freeipa
Submodule
1
python-freeipa
Submodule
Submodule python-freeipa added at 1435df497f
Submodule python-geventhttpclient updated: 7318efad05...a35e9846e9
1
python-pecan
Submodule
1
python-pecan
Submodule
Submodule python-pecan added at fa6b8cda43
Reference in New Issue
Block a user