Accepting request 935127 from openSUSE:Tools

- 0.175.0 (jsc#obs-167):
  * do not crash when running "osc search --binary --verbose foo"
  * don't run source services when building outside of an OSC package working copy
  * fix XDG_CONFIG_HOME
  * offer a force ("f") choice in metafile.edit's error handling code path
  * fix XPath used in search requests
  * add support for creating a workflow token via "osc token"
  * handle missing os.sysconf more gracefully
  * detachbranch: remove _link when link target got removed
  * improve error message in case of an URLError
  * fix downloading from mirrors
  * avoid sending entire projects on "osc mr"
  * fix hdmrd5 check of local cached files
  * improve logic for conffile mode handling

OBS-URL: https://build.opensuse.org/request/show/935127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=158
This commit is contained in:
Dominique Leuenberger 2021-12-02 21:30:18 +00:00 committed by Git OBS Bridge
commit 66acda5321
8 changed files with 29 additions and 10 deletions

View File

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

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">0.174.0</param>
<param name="revision">0.174.0</param>
<param name="version">0.175.0</param>
<param name="revision">0.175.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.174.0-0) unstable; urgency=low
osc (0.175.0-0) unstable; urgency=low
- Update to 0.174.0:
- fix password deletion via "osc config -d <apiurl> pass"
- support changing the password store via "osc config <apiurl>

View File

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

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

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Dec 2 08:18:20 UTC 2021 - Marco Strigl <marco.strigl@suse.com>
- 0.175.0:
* do not crash when running "osc search --binary --verbose foo"
* don't run source services when building outside of an OSC package working copy
* fix XDG_CONFIG_HOME
* offer a force ("f") choice in metafile.edit's error handling code path
* fix XPath used in search requests
* add support for creating a workflow token via "osc token"
* handle missing os.sysconf more gracefully
* detachbranch: remove _link when link target got removed
* improve error message in case of an URLError
* fix downloading from mirrors
* avoid sending entire projects on "osc mr"
* fix hdmrd5 check of local cached files
* improve logic for conffile mode handling
-------------------------------------------------------------------
Wed Jul 21 08:51:23 UTC 2021 - Marcus Hüwe <suse-tux@gmx.de>

View File

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

View File

@ -27,7 +27,7 @@
%define use_python python
%endif
%define version_unconverted 0.174.0
%define version_unconverted 0.175.0
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
%define macros_file macros.osc
%if ! %{defined _rpmmacrodir}
@ -35,7 +35,7 @@
%endif
Name: osc
Version: 0.174.0
Version: 0.175.0
Release: 0
Summary: Open Build Service Commander
License: GPL-2.0-or-later