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:
2019-10-28 12:57:07 +00:00
committed by Git OBS Bridge
parent f027d4cd9a
commit 955c50b282
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')