summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2022-07-30 02:34:14 +0300
committerBjörn Bidar2022-07-30 02:35:02 +0300
commitc0077e81a574ed0ce6a1e78dc2dc2ed566d97137 (patch)
tree4c91477520e7fd99b527829798b6958962399b9e
parentca7bd9e10b34a62712e0bf963be27340a2c0fe84 (diff)
downloadaur-c0077e81a574ed0ce6a1e78dc2dc2ed566d97137.tar.gz
Update to 0.181-1
- New upstream release - Rebase patches Signed-off-by: Björn Bidar <bjorn.bidar@thaodan.de>
-rw-r--r--.SRCINFO20
-rw-r--r--0001-Add-sb2install-support-to-osc.patch2
-rw-r--r--0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch6
-rw-r--r--0003-Support-synchronous-copyproj.patch10
-rw-r--r--0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch8
-rw-r--r--0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch6
-rw-r--r--0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch4
-rw-r--r--PKGBUILD16
8 files changed, 36 insertions, 36 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9851c57d7eee..0928b82e19af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 25 02:09:28 UTC 2022
+# Fri Jul 29 23:35:00 UTC 2022
pkgbase = osc
pkgdesc = Command line client for the openSUSE Build Service
- pkgver = 0.180.0
+ pkgver = 0.181.0
pkgrel = 1
url = https://github.com/openSUSE/osc
arch = any
@@ -21,7 +21,7 @@ pkgbase = osc
conflicts = zsh-completion-osc
replaces = osc-bash-completion
replaces = zsh-completion-osc
- source = https://github.com/openSUSE/osc/archive/0.180.0.tar.gz
+ source = https://github.com/openSUSE/osc/archive/0.181.0.tar.gz
source = _osc
source = 0001-Add-sb2install-support-to-osc.patch
source = 0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
@@ -30,15 +30,15 @@ pkgbase = osc
source = 0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch
source = 0006-Add-architecture-and-scheduler-maps.patch
source = 0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
- sha256sums = a96b943f0110add33f0a30ac0a2f51a96c2af94d18f8327014f479307b10a774
+ sha256sums = ef97c1454a4c8416e3bbb3e378afde85e42fe381fff8a135ddb9c8c4fedd5697
sha256sums = 2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a
- sha256sums = 20a0d510c8b2a30d83e7f37fc1906104ab98045a246dc3f00a53fe28b6adae40
- sha256sums = 3f87fba92d05f3a8e31ebc64de6cc526a82f4beebb7f5bee34ff38dfb2025be3
- sha256sums = ec94d3acc0a5bb2be0d5ec66684f176ee4bac4364df5e54abb3270ea3f4f0cec
- sha256sums = ad27cf70501463c533cf7f4b950fdb0e93c9a3e60bf1e7d374045a934db7e785
- sha256sums = ba5b64b3d27768dea5a37fac4e84a5a23c4f2bcd87a428faac7e9a489d82a718
+ sha256sums = 7a39acd43aa59d91d872e0d50effaac63613d108b0d2d84a499f77fda96149a5
+ sha256sums = dfa7c0a1109c6be92b9d91171f8010090651e4a8b957104f10d383264ac1605b
+ sha256sums = 2bf937b14235cfe926373a1edcc4e2599f326fcadd721696454d48b705b4fa06
+ sha256sums = 6be41709427f47f8b9517785717d30277c1b16f959988f46788106725c16db3d
+ sha256sums = 1896b8d8fe0c4b9d54b492e84c9ba5fe21a8a459a8812d3f52eadf48ee6e5bb2
sha256sums = ad44984d22119149a2e2a74f8811a55f478cd86fed842c196c74a93bdefbb0f3
- sha256sums = 1d70ab2ad055c5ba24b196642b1fea7e69a0ff29dcdba24eca9fb22000a3ca49
+ sha256sums = 77b78f055fe132799a08803e56d274b1f1b0bc8499e570641b1ffee4396ae4ba
pkgname = osc
diff --git a/0001-Add-sb2install-support-to-osc.patch b/0001-Add-sb2install-support-to-osc.patch
index f768320f396c..edce1b227676 100644
--- a/0001-Add-sb2install-support-to-osc.patch
+++ b/0001-Add-sb2install-support-to-osc.patch
@@ -8,7 +8,7 @@ Subject: [PATCH] Add sb2install support to osc
1 file changed, 3 insertions(+)
diff --git a/osc/build.py b/osc/build.py
-index 27403b5f64c4c48763e519abf4a2148562d1eaf8..c186a7e787a9ef00eba156c6d56dd03be89dcb89 100644
+index 993987c38c8e5faa8304565865ac6415de94c917..4a109be4a18054669a8cd8a2bdd8e03b65a296d2 100644
--- a/osc/build.py
+++ b/osc/build.py
@@ -195,6 +195,7 @@ class Buildinfo:
diff --git a/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch b/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
index e877ce4db414..d8bc4263a1eb 100644
--- a/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
+++ b/0002-Support-osc-copyprj-in-api-by-Islam-Amer-usage-osc-c.patch
@@ -13,10 +13,10 @@ Subject: [PATCH] Support 'osc copyprj' in api by Islam Amer usage: osc copyprj
2 files changed, 81 insertions(+)
diff --git a/osc/commandline.py b/osc/commandline.py
-index c1cd206181e3e5e72e580eb372f0bf4a29daa315..7dd55009165be14b4ae5f361de0ba9e56e313e6b 100644
+index da95836f6ad5b2ebc132cb7cc3fee995eb173592..083b67d35b5a123c0511404626ebdf7af9180f37 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -3203,6 +3203,59 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3187,6 +3187,59 @@ Please submit there instead, or use --nodevelproject to force direct submission.
break
sys.stdout.write(decode_it(buf))
@@ -77,7 +77,7 @@ index c1cd206181e3e5e72e580eb372f0bf4a29daa315..7dd55009165be14b4ae5f361de0ba9e5
@cmdln.option('-m', '--message', metavar='TEXT',
help='specify message TEXT')
diff --git a/osc/core.py b/osc/core.py
-index ef14985401828f65af368a82f97409e0cff8f4fc..f929c0510aa54992e867655c412f8b51b62a4993 100644
+index 1cf4895e181670863bd3564e6934b0a65c9488f3..5669fae1b49f176ab714907e8724e51517d631f0 100644
--- a/osc/core.py
+++ b/osc/core.py
@@ -5667,6 +5667,34 @@ def copy_pac(src_apiurl, src_project, src_package,
diff --git a/0003-Support-synchronous-copyproj.patch b/0003-Support-synchronous-copyproj.patch
index 4fa6e2460dca..046a75711b51 100644
--- a/0003-Support-synchronous-copyproj.patch
+++ b/0003-Support-synchronous-copyproj.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] Support synchronous copyproj
2 files changed, 7 insertions(+)
diff --git a/osc/commandline.py b/osc/commandline.py
-index 7dd55009165be14b4ae5f361de0ba9e56e313e6b..5060757028f1144bcafda4c60507af4af090be8f 100644
+index 083b67d35b5a123c0511404626ebdf7af9180f37..94b2b427842a395403b3b28aa06e3bd97f07a091 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -3205,6 +3205,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3189,6 +3189,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('-b', '--with-binaries', action='store_true',
help='copy the built binaries over to avoid a rebuild')
@@ -21,7 +21,7 @@ index 7dd55009165be14b4ae5f361de0ba9e56e313e6b..5060757028f1144bcafda4c60507af4a
@cmdln.option('-H', '--with-history', action='store_true',
help='replicate the history of each package.')
@cmdln.option('-o', '--make-older', action='store_true',
-@@ -3222,6 +3224,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3206,6 +3208,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
The user must be able to create DESTPRJ
@@ -30,7 +30,7 @@ index 7dd55009165be14b4ae5f361de0ba9e56e313e6b..5060757028f1144bcafda4c60507af4a
usage:
osc copyprj SOURCEPRJ DESTPRJ
${cmd_option_list}
-@@ -3252,6 +3256,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3236,6 +3240,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
withhistory = opts.with_history,
makeolder = opts.make_older,
resign = opts.re_sign,
@@ -39,7 +39,7 @@ index 7dd55009165be14b4ae5f361de0ba9e56e313e6b..5060757028f1144bcafda4c60507af4a
print("done cp")
print(r)
diff --git a/osc/core.py b/osc/core.py
-index f929c0510aa54992e867655c412f8b51b62a4993..0625e7517b965ca2e52f19f1a78df78012f5f2e5 100644
+index 5669fae1b49f176ab714907e8724e51517d631f0..32d85910af3562488bf4052df381f033d8cb3c40 100644
--- a/osc/core.py
+++ b/osc/core.py
@@ -5691,6 +5691,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
diff --git a/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch b/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
index d15fcfa3cb99..a1357a9157ef 100644
--- a/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
+++ b/0004-Add-p-to-copyprj-to-enable-copying-of-prjconf.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] Add -p to copyprj to enable copying of prjconf
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/osc/commandline.py b/osc/commandline.py
-index 5060757028f1144bcafda4c60507af4af090be8f..1acaa7f08ea166eb8e473f51d07f84854f478904 100644
+index 94b2b427842a395403b3b28aa06e3bd97f07a091..846dd5214efdfb6a7ee88ae3fcf16df7ab73d847 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -3211,6 +3211,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3195,6 +3195,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='replicate the history of each package.')
@cmdln.option('-o', '--make-older', action='store_true',
help='No idea')
@@ -21,7 +21,7 @@ index 5060757028f1144bcafda4c60507af4af090be8f..1acaa7f08ea166eb8e473f51d07f8485
@cmdln.option('-r', '--re-sign', action='store_true',
help='re-sign the binaries')
@cmdln.option('-m', '--message', metavar='TEXT',
-@@ -3256,7 +3258,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -3240,7 +3242,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
withhistory = opts.with_history,
makeolder = opts.make_older,
resign = opts.re_sign,
@@ -31,7 +31,7 @@ index 5060757028f1144bcafda4c60507af4af090be8f..1acaa7f08ea166eb8e473f51d07f8485
print("done cp")
print(r)
diff --git a/osc/core.py b/osc/core.py
-index 0625e7517b965ca2e52f19f1a78df78012f5f2e5..f943436fd0d27be71a050776cec4235bbec18b31 100644
+index 32d85910af3562488bf4052df381f033d8cb3c40..74adc2be966dcdd8fb73b90960371b55750eb6c7 100644
--- a/osc/core.py
+++ b/osc/core.py
@@ -5672,6 +5672,8 @@ def copy_prj(src_apiurl, src_project, dst_project,
diff --git a/0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch b/0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch
index 8946ecc666ad..d1dc8177b318 100644
--- a/0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch
+++ b/0005-Add-support-for-rebuild-and-chroot-only-in-build.-re.patch
@@ -14,7 +14,7 @@ Subject: [PATCH] Add support for --rebuild and --chroot-only in build.
2 files changed, 10 insertions(+)
diff --git a/osc/build.py b/osc/build.py
-index c186a7e787a9ef00eba156c6d56dd03be89dcb89..dff5c70f873ff7028214caf10cdb0b9241373e3f 100644
+index 4a109be4a18054669a8cd8a2bdd8e03b65a296d2..473a6a66bba3d6e3767e1ba52fd6e2fe11bb0883 100644
--- a/osc/build.py
+++ b/osc/build.py
@@ -683,6 +683,12 @@ def main(apiurl, opts, argv):
@@ -31,10 +31,10 @@ index c186a7e787a9ef00eba156c6d56dd03be89dcb89..dff5c70f873ff7028214caf10cdb0b92
buildargs.append('--no-checks')
if not opts.no_changelog:
diff --git a/osc/commandline.py b/osc/commandline.py
-index 1acaa7f08ea166eb8e473f51d07f84854f478904..517e5ff057727a69e24acb530787fe94de1d798b 100644
+index 846dd5214efdfb6a7ee88ae3fcf16df7ab73d847..28789ccd38d0afed3952bd21bf276100f9c823d4 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -6601,6 +6601,10 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -6574,6 +6574,10 @@ Please submit there instead, or use --nodevelproject to force direct submission.
help='Copy overlay filesystem to buildroot after installing all RPMs .')
@cmdln.option('--noinit', '--no-init', action='store_true',
help='Skip initialization of build root and start with build immediately.')
diff --git a/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch b/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
index e484fcf59bf4..73c60e8652b2 100644
--- a/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
+++ b/0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
@@ -9,10 +9,10 @@ Subject: [PATCH] Trap any kind of exception during plugin parsing (eg IOError
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osc/commandline.py b/osc/commandline.py
-index 517e5ff057727a69e24acb530787fe94de1d798b..cf23e4f4f01ac46163d48906a768e452999a733a 100644
+index 28789ccd38d0afed3952bd21bf276100f9c823d4..e9062f0836af1aee54357168a0767d190991d1e9 100644
--- a/osc/commandline.py
+++ b/osc/commandline.py
-@@ -9686,7 +9686,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
+@@ -9659,7 +9659,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
if (inspect.isfunction(data) and inspect.getmodule(data) == mod
or inspect.ismodule(data)):
setattr(self.__class__, name, data)
diff --git a/PKGBUILD b/PKGBUILD
index c55b99a6c8ca..4ffe4392b8c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor : Patrick McCarty <pnorcks at gmail dot com>
pkgname=osc
-pkgver=0.180.0
+pkgver=0.181.0
pkgrel=1
pkgdesc="Command line client for the openSUSE Build Service"
arch=(any)
@@ -34,15 +34,15 @@ source=("https://github.com/openSUSE/${pkgname}/archive/${pkgver}.tar.gz"
0006-Add-architecture-and-scheduler-maps.patch
0007-Trap-any-kind-of-exception-during-plugin-parsing-eg-.patch
)
-sha256sums=('a96b943f0110add33f0a30ac0a2f51a96c2af94d18f8327014f479307b10a774'
+sha256sums=('ef97c1454a4c8416e3bbb3e378afde85e42fe381fff8a135ddb9c8c4fedd5697'
'2b045e03d2fdce12683ceb9792d491a32f00b256045456412e7bc18c8726218a'
- '20a0d510c8b2a30d83e7f37fc1906104ab98045a246dc3f00a53fe28b6adae40'
- '3f87fba92d05f3a8e31ebc64de6cc526a82f4beebb7f5bee34ff38dfb2025be3'
- 'ec94d3acc0a5bb2be0d5ec66684f176ee4bac4364df5e54abb3270ea3f4f0cec'
- 'ad27cf70501463c533cf7f4b950fdb0e93c9a3e60bf1e7d374045a934db7e785'
- 'ba5b64b3d27768dea5a37fac4e84a5a23c4f2bcd87a428faac7e9a489d82a718'
+ '7a39acd43aa59d91d872e0d50effaac63613d108b0d2d84a499f77fda96149a5'
+ 'dfa7c0a1109c6be92b9d91171f8010090651e4a8b957104f10d383264ac1605b'
+ '2bf937b14235cfe926373a1edcc4e2599f326fcadd721696454d48b705b4fa06'
+ '6be41709427f47f8b9517785717d30277c1b16f959988f46788106725c16db3d'
+ '1896b8d8fe0c4b9d54b492e84c9ba5fe21a8a459a8812d3f52eadf48ee6e5bb2'
'ad44984d22119149a2e2a74f8811a55f478cd86fed842c196c74a93bdefbb0f3'
- '1d70ab2ad055c5ba24b196642b1fea7e69a0ff29dcdba24eca9fb22000a3ca49')
+ '77b78f055fe132799a08803e56d274b1f1b0bc8499e570641b1ffee4396ae4ba')
prepare() {
# Add 'Arch_Core' and 'Arch_Extra' as osc build targets