- 0.165.1

* fix oscssl "urldefrag is not defined error"
    * osc release command now python3 compatible
    * add more decode logic in get_commitlog
    * osc add <dir> in compressed mode now works with python3
    * osc getbinaries now prints the output instead of
      using the quiet mode as a default

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=286
This commit is contained in:
Marco Strigl 2019-05-20 06:49:45 +00:00 committed by Git OBS Bridge
parent 7d89656a0e
commit 890d002ffe
8 changed files with 22 additions and 11 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.165.0
pkgver=0.165.1
pkgrel=0
pkgdesc="Open Build Service client"
arch=('i686' 'x86_64')

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.165.0</param>
<param name="revision">0.165.0</param>
<param name="version">0.165.1</param>
<param name="revision">0.165.1</param>
<param name="url">git://github.com/openSUSE/osc.git</param>
<param name="scm">git</param>
</service>

View File

@ -1,4 +1,4 @@
osc (0.165.0) unstable; urgency=low
osc (0.165.1) unstable; urgency=low
- Update to 0.161.1
-- Marco Strigl <marco.strigl@suse.com> Thu, 26 Oct 2017 14:42:00 +0200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2edce50346521d61f089597afb7cd483ba30908f960d20d1f40244272fdb90c3
size 357447

3
osc-0.165.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8403f6fce51872dcd6a0cd4d48a589d1f6cdad623a0557b2f4f42ec0b53f947e
size 357638

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 20 06:39:33 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
- 0.165.1
* fix oscssl "urldefrag is not defined error"
* osc release command now python3 compatible
* add more decode logic in get_commitlog
* osc add <dir> in compressed mode now works with python3
* osc getbinaries now prints the output instead of
using the quiet mode as a default
-------------------------------------------------------------------
Wed Apr 24 11:20:12 UTC 2019 - Marco Strigl <marco.strigl@suse.com>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: osc
Version: 0.165.0
Version: 0.165.1
Binary: osc
Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: any

View File

@ -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 http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -27,12 +27,12 @@
%define use_python python
%endif
%define version_unconverted 0.165.0
%define version_unconverted 0.165.1
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.165.0
Version: 0.165.1
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later