From fa8e69e76340cf81b4e9b2d85d533d091c21086f736e6c273fb33642fcb8c8e3 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 11 Jan 2019 16:53:07 +0000 Subject: [PATCH] Accepting request 664116 from home:mstrigl:branches:openSUSE:Tools - 0.164.0 - add support for approved requests (requires OBS 2.10) - fix various multibuild problems - improved and fixed various help texts - check constraints without local checkout - check out deleted sources (osc co -D) - replace urlgrabber module with own module - use progressbar module instead of urlgrabber to draw progress bars - show buildinfo for alternative projects (--alternative-project) - run release job immediately (osc release --no-delay) - build results on project level can now be watched (osc prjresults --watch) - removed python-urlgrabber requieres. (Not used with 0.164.0) - added recommends for python[2]-progressbar OBS-URL: https://build.opensuse.org/request/show/664116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=275 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.163.0.tar.gz | 3 --- osc-0.164.0.tar.gz | 3 +++ osc.changes | 18 ++++++++++++++++++ osc.dsc | 2 +- osc.spec | 14 ++++++-------- 8 files changed, 32 insertions(+), 16 deletions(-) delete mode 100644 osc-0.163.0.tar.gz create mode 100644 osc-0.164.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index c6fc867..e9b49ac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.163.0 +pkgver=0.164.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('i686' 'x86_64') diff --git a/_service b/_service index 5bf8fba..b9a2400 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.163.0 - 0.163.0 + 0.164.0 + 0.164.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 0fc3998..6851e2b 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.163.0) unstable; urgency=low +osc (0.164.0) unstable; urgency=low - Update to 0.161.1 -- Marco Strigl Thu, 26 Oct 2017 14:42:00 +0200 diff --git a/osc-0.163.0.tar.gz b/osc-0.163.0.tar.gz deleted file mode 100644 index bc56668..0000000 --- a/osc-0.163.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce76272cb6359c2bcfa94c9990621bf717adfb5357137ceb43268ea123bafd91 -size 354455 diff --git a/osc-0.164.0.tar.gz b/osc-0.164.0.tar.gz new file mode 100644 index 0000000..11a11ad --- /dev/null +++ b/osc-0.164.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d722b40b145a5791d1d00bbf510dba63b29d51a777a13fae7cc4724493a88e0 +size 355348 diff --git a/osc.changes b/osc.changes index 2af57fe..ed99f79 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 9 12:44:29 UTC 2019 - marco.strigl@suse.com + +- 0.164.0 + - add support for approved requests (requires OBS 2.10) + - fix various multibuild problems + - improved and fixed various help texts + - check constraints without local checkout + - check out deleted sources (osc co -D) + - replace urlgrabber module with own module + - use progressbar module instead of urlgrabber to draw + progress bars + - show buildinfo for alternative projects (--alternative-project) + - run release job immediately (osc release --no-delay) + - build results on project level can now be watched (osc prjresults --watch) +- removed python-urlgrabber requieres. (Not used with 0.164.0) +- added recommends for python[2]-progressbar + ------------------------------------------------------------------- Mon Aug 20 11:24:25 UTC 2018 - Adrian Schröter diff --git a/osc.dsc b/osc.dsc index 121d496..c6db408 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.163.0 +Version: 0.164.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index b876f44..85ac2a5 100644 --- a/osc.spec +++ b/osc.spec @@ -1,7 +1,7 @@ # # spec file for package osc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,16 +12,16 @@ # 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/ # -%define version_unconverted 0.163.0 +%define version_unconverted 0.164.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.163.0 +Version: 0.164.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later @@ -29,10 +29,6 @@ Group: Development/Tools/Other Url: https://github.com/openSUSE/osc Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?mandriva_version} < 02010 -BuildRequires: python-urlgrabber -Requires: python-urlgrabber -%endif BuildRequires: python-devel %if 0%{?mandriva_version} || 0%{?mageia} BuildRequires: python-rpm @@ -45,8 +41,10 @@ Requires: rpm-python %if 0%{?suse_version} %if 0%{?suse_version} >= 1500 Requires: python2 +Recommends: python2-progressbar %else Requires: python +Recommends: python-progressbar %endif %if 0%{?suse_version} < 1020 BuildRequires: python-elementtree