From 08794c5ca86b65ba36112277e7d8fb96bad3f805a2fc5cc4a18175f0ca68701e Mon Sep 17 00:00:00 2001 From: Marco Strigl Date: Thu, 9 Jul 2020 09:11:52 +0000 Subject: [PATCH] - 0.170.0 * fix code for python3.8 and python3.9 * remove dead code * fix tests * don't use chardet to guess encoding. utf-8 or latin-1 is now assumed This will speed up decoding (bsc#1173926) * escape sequences are interpreted correctly on -m osc sr -m "1st line\n2nd line" results in 1st line 2nd line * add status filter to osc results * add --brief to osc prjresults Gives: build openSUSE_Leap_15.1 x86_64 succeeded build openSUSE_Leap_15.0 x86_64 succeeded build openSUSE_Leap_15.0 armv7l unresolvable build openSUSE_Factory_ARM armv7l succeeded build openSUSE_Factory_ARM aarch64 succeeded * osc prjresults -s : status can now be the long text like "succeeded", "failed" * improve error message if osc service is not run in working directory * web links are now also printed for osc mr when print_web_links=1 is set - Spec: * re-enable test suite OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=338 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.169.1.tar.gz | 3 --- osc-0.170.0.tar.gz | 3 +++ osc.changes | 28 ++++++++++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 6 +++--- 8 files changed, 39 insertions(+), 11 deletions(-) delete mode 100644 osc-0.169.1.tar.gz create mode 100644 osc-0.170.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 28b50bf..ae9a2e4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.169.1 +pkgver=0.170.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index f26361e..919a959 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.169.1 - 0.169.1 + 0.170.0 + 0.170.0 git://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index 8a4d3d8..516169f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.169.1) unstable; urgency=low +osc (0.170.0) unstable; urgency=low - Package for Python3 -- Nick Brown Wed, 30 Jan 2020 14:49:30 +0000 diff --git a/osc-0.169.1.tar.gz b/osc-0.169.1.tar.gz deleted file mode 100644 index 07cd8e8..0000000 --- a/osc-0.169.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bde475627e42cb65286d35f02f996bdb9348854b5aa5d176847a8bceb6cfaa6 -size 366149 diff --git a/osc-0.170.0.tar.gz b/osc-0.170.0.tar.gz new file mode 100644 index 0000000..96bd2f7 --- /dev/null +++ b/osc-0.170.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d4b2297fd9f11fbc809862d3460271feecb7da638500dd41c8d5541faa3797 +size 368237 diff --git a/osc.changes b/osc.changes index acade54..f666793 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jul 9 08:06:35 UTC 2020 - Marco Strigl + +- 0.170.0 + * fix code for python3.8 and python3.9 + * remove dead code + * fix tests + * don't use chardet to guess encoding. utf-8 or latin-1 is now assumed + This will speed up decoding (bsc#1173926) + * escape sequences are interpreted correctly on -m + osc sr -m "1st line\n2nd line" + results in + 1st line + 2nd line + * add status filter to osc results + * add --brief to osc prjresults + Gives: + build openSUSE_Leap_15.1 x86_64 succeeded + build openSUSE_Leap_15.0 x86_64 succeeded + build openSUSE_Leap_15.0 armv7l unresolvable + build openSUSE_Factory_ARM armv7l succeeded + build openSUSE_Factory_ARM aarch64 succeeded + * osc prjresults -s : status can now be the long text like "succeeded", "failed" + * improve error message if osc service is not run in working directory + * web links are now also printed for osc mr when print_web_links=1 is set +- Spec: + * re-enable test suite + ------------------------------------------------------------------- Fri May 29 18:40:18 UTC 2020 - Marco Strigl diff --git a/osc.dsc b/osc.dsc index dab18bd..3128b83 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.169.1 +Version: 0.170.0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 41cf756..4fddb99 100644 --- a/osc.spec +++ b/osc.spec @@ -27,12 +27,12 @@ %define use_python python %endif -%define version_unconverted 0.169.1 +%define version_unconverted 0.170.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc Name: osc -Version: 0.169.1 +Version: 0.170.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later @@ -181,7 +181,7 @@ install -m644 %{macros_file} -D %{buildroot}%{_sysconfdir}/rpm/%{macros_file} %if 0%{?suse_version} >= 1500 %check cd tests -#%%{use_python} suite.py +%{use_python} suite.py %endif %clean