diff --git a/PKGBUILD b/PKGBUILD index c5f4821..4cfc87a 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 68d3cbe..fb1836f 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 f9fa667..cc510f9 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,22 @@ -osc (0.171.0) unstable; urgency=low +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 -- Nick Brown Wed, 30 Jan 2020 14:49:30 +0000 diff --git a/debian.compat b/debian.compat index ec63514..f599e28 100644 --- a/debian.compat +++ b/debian.compat @@ -1 +1 @@ -9 +10 diff --git a/debian.control b/debian.control index 2fbe306..69b96b2 100644 --- a/debian.control +++ b/debian.control @@ -1,7 +1,7 @@ Source: osc Priority: extra Maintainer: Adrian Schroeter , Rene Engelhard -Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools +Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools Standards-Version: 3.7.1 Section: devel diff --git a/osc-0.171.0.tar.gz b/osc-0.171.0.tar.gz deleted file mode 100644 index 6f6499f..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..76db244 --- /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 b1d640b..dd4d5ed 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Jan 27 16:40:47 UTC 2021 - Marcus Hüwe + +- reformat spec with a recent version of the obs-service-format_spec_file + service + +------------------------------------------------------------------- +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 db3494f..c6247ab 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,8 +1,8 @@ Format: 1.0 Source: osc -Version: 0.171.0 +Version: 0.172.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any Standards-Version: 3.7.1 -Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools +Build-Depends: debhelper (>= 10), dh-python, python3-all, python3-setuptools diff --git a/osc.spec b/osc.spec index dfe5b24..6bb609c 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 LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,12 +27,12 @@ %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