1
0
forked from pool/osc

Accepting request 743489 from home:mstrigl:branches:openSUSE:Tools

- 0.166.0 (boo#1154972)
  * New password handling backend. Supported password stores:
      - Plaintext password
      - Obfuscated password
      - python-keyring (kwallet, secret store)
      - gnome-keyring
      - no store at all (ask for the password every time
  * Refactor initial setup of osc (to select password store)
  * fix decoding on osc lbl (boo#1137477)
  * fix breakage of submitting complete branches back as an
    submit request that contain packages without a change.
  * fix error with plugins and osc -h
  * various decoding improvements
  * Transfer the name of the input file to vc instead of the content
    (obs-build/vc will do the rest and open the file).
  * support appimage builds
  * new command browse. (opens a browser opening the project or package)
  * new option --incoming for osc rq and osc review to only show only
    incoming reqeusts for a project.
- new Recommends for xdg-utils. osc-browse uses xdg-open to open
  the url to the project/package in an internet browser

OBS-URL: https://build.opensuse.org/request/show/743489
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=301
This commit is contained in:
Marcus Rückert 2019-10-28 12:57:07 +00:00 committed by Git OBS Bridge
parent 5d9f115c69
commit ab4000e0a6
8 changed files with 36 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc
pkgver=0.165.4
pkgver=0.166.0
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.4</param>
<param name="revision">0.165.4</param>
<param name="version">0.166.0</param>
<param name="revision">0.166.0</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.4) unstable; urgency=low
osc (0.166.0) 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:a05ea69877c95736b6925d0cf0a37f1ea76d195b00347c42b81ab4da1c3dfcbc
size 359042

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

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Oct 24 10:05:06 UTC 2019 - Marco Strigl <marco.strigl@suse.com>
- 0.166.0 (boo#1154972)
* New password handling backend. Supported password stores:
- Plaintext password
- Obfuscated password
- python-keyring (kwallet, secret store)
- gnome-keyring
- no store at all (ask for the password every time
* Refactor initial setup of osc (to select password store)
* fix decoding on osc lbl (boo#1137477)
* fix breakage of submitting complete branches back as an
submit request that contain packages without a change.
* fix error with plugins and osc -h
* various decoding improvements
* Transfer the name of the input file to vc instead of the content
(obs-build/vc will do the rest and open the file).
* support appimage builds
* new command browse. (opens a browser opening the project or package)
* new option --incoming for osc rq and osc review to only show only
incoming reqeusts for a project.
- new Recommends for xdg-utils. osc-browse uses xdg-open to open
the url to the project/package in an internet browser
-------------------------------------------------------------------
Mon Aug 5 06:51:32 UTC 2019 - Marco Strigl <marco.strigl@suse.com>

View File

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

View File

@ -27,12 +27,12 @@
%define use_python python
%endif
%define version_unconverted 0.165.4
%define version_unconverted 0.166.0
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
Name: osc
Version: 0.165.4
Version: 0.166.0
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later
@ -82,6 +82,7 @@ Recommends: obs-service-verify_file
Recommends: obs-service-download_files
Recommends: obs-service-format_spec_file
Recommends: obs-service-source_validator
Recommends: xdg-utils
%endif
%endif
# needed for storing credentials in kwallet/gnome-keyring