From 4071d731bc5a86b5f5997ea23f782ec09e2e9f777c15b5ba2274d4fbc64cd30b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Wed, 27 Jan 2021 13:36:56 +0000 Subject: [PATCH] - 0.172.0: * support --lastsucceeded/--last-succeeded in "osc buildlog", "osc remotebuildlog" + friends (perform the corresponding operation on the build log of the last successful build) * fix pypi deployment via Travis CI * several fixes in request related code paths (no double html_escape of a request's description etc.) * support local builds in a systemd-nspawn container * fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and util.ar modules * support local flatpak builds (requires a recent build version) * "osc init " works for a non-existent (server-side) project * .old dir support for source services so that some services have access to the results of a previous service run OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=345 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 18 ++++++++++++++++++ osc-0.171.0.tar.gz | 3 --- osc-0.172.0.tar.gz | 3 +++ osc.changes | 18 ++++++++++++++++++ osc.dsc | 2 +- osc.spec | 10 +++++----- 8 files changed, 48 insertions(+), 12 deletions(-) delete mode 100644 osc-0.171.0.tar.gz create mode 100644 osc-0.172.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 60bde15..17c79d8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.171.0 +pkgver=0.172.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index 458c1f5..cf672b6 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.171.0 - 0.171.0 + 0.172.0 + 0.172.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index afd8fd6..351df91 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,21 @@ +osc (0.172.0-0) unstable; urgency=low + - Update to 0.172.0: + - support --lastsucceeded/--last-succeeded in "osc buildlog", "osc + remotebuildlog" + friends (perform the corresponding operation on + the build log of the last successful build) + - fix pypi deployment via Travis CI + - several fixes in request related code paths (no double html_escape + of a request's description etc.) + - support local builds in a systemd-nspawn container + - fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and + util.ar modules + - support local flatpak builds (requires a recent build version) + - "osc init " works for a non-existent (server-side) project + - .old dir support for source services so that some services have access + to the results of a previous service run + + -- Marcus Huewe Wed, 27 Jan 2021 14:28:11 +0100 + osc (0.171.0-1) unstable; urgency=low - Package for Python3 diff --git a/osc-0.171.0.tar.gz b/osc-0.171.0.tar.gz deleted file mode 100644 index f1a7af4..0000000 --- a/osc-0.171.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be294b30d11abe3530a63c774f0634e30b4c7790a8288d4f8eadfbd8869d73b -size 369056 diff --git a/osc-0.172.0.tar.gz b/osc-0.172.0.tar.gz new file mode 100644 index 0000000..83c0413 --- /dev/null +++ b/osc-0.172.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b498537157a6b0153d3b80c908b6bbec0119e4d71e0ad48d39e12f02d55517c9 +size 369620 diff --git a/osc.changes b/osc.changes index 775aa81..96d0bd6 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 27 13:31:51 UTC 2021 - Marcus Hüwe + +- 0.172.0: + * support --lastsucceeded/--last-succeeded in "osc buildlog", "osc + remotebuildlog" + friends (perform the corresponding operation on + the build log of the last successful build) + * fix pypi deployment via Travis CI + * several fixes in request related code paths (no double html_escape + of a request's description etc.) + * support local builds in a systemd-nspawn container + * fix potential TypeErrors+UnicodeEncodeErrors in the util.cpio and + util.ar modules + * support local flatpak builds (requires a recent build version) + * "osc init " works for a non-existent (server-side) project + * .old dir support for source services so that some services have access + to the results of a previous service run + ------------------------------------------------------------------- Tue Nov 10 13:42:55 UTC 2020 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index 447ea1b..00a4955 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.171.0-1 +Version: 0.172.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 146c8b9..18857ad 100644 --- a/osc.spec +++ b/osc.spec @@ -1,7 +1,7 @@ # # spec file for package osc # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -27,17 +27,17 @@ %define use_python python %endif -%define version_unconverted 0.171.0 +%define version_unconverted 0.172.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.171.0 +Version: 0.172.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later Group: Development/Tools/Other -URL: https://github.com/openSUSE/osc +Url: https://github.com/openSUSE/osc Source: %{name}-%{version}.tar.gz Source1: debian.dirs Source2: debian.docs