Accepting request 980526 from home:dmach:branches:openSUSE:Tools
- 0.179.0 - signature (ssh key) authetication fixes (RSA key support, skip binary files) - commandline: handle calls without arguments gracefully - use percent-quoted url for download url generation - osc co/up: highlight pending requests' header - get_results(): fix check for empty details - another exception for github URLs for "osc add" - update Sphinx configuration, documentation fixes - make Sphinx optional in setup.py not to break package builds - support flavors in aggregatepac - check if repos provided to aggregatepac command exist - several coding style fixes OBS-URL: https://build.opensuse.org/request/show/980526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=362
This commit is contained in:
parent
27f0f35d98
commit
d815eb4aaf
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=0.178.0
|
pkgver=0.179.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Open Build Service client"
|
pkgdesc="Open Build Service client"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
4
_service
4
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="version">0.178.0</param>
|
<param name="version">0.179.0</param>
|
||||||
<param name="revision">0.178.0</param>
|
<param name="revision">0.179.0</param>
|
||||||
<param name="url">https://github.com/openSUSE/osc.git</param>
|
<param name="url">https://github.com/openSUSE/osc.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
osc (0.178.0-0) unstable; urgency=low
|
osc (0.179.0-0) unstable; urgency=low
|
||||||
- Update to 0.174.0:
|
- Update to 0.174.0:
|
||||||
- fix password deletion via "osc config -d <apiurl> pass"
|
- fix password deletion via "osc config -d <apiurl> pass"
|
||||||
- support changing the password store via "osc config <apiurl>
|
- support changing the password store via "osc config <apiurl>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0a5c6b8687f094ca23da963f27362d4d01b74c6fbe0444fc17c2e8cfce026022
|
|
||||||
size 380514
|
|
3
osc-0.179.0.tar.gz
Normal file
3
osc-0.179.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c58bc23803dcc57e79bdbbe97bbe6fd340dc07d9c8df8a0ff4922e4c9cebd0e1
|
||||||
|
size 378854
|
16
osc.changes
16
osc.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 2 12:31:16 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
- 0.179.0
|
||||||
|
- signature (ssh key) authetication fixes (RSA key support, skip binary files)
|
||||||
|
- commandline: handle calls without arguments gracefully
|
||||||
|
- use percent-quoted url for download url generation
|
||||||
|
- osc co/up: highlight pending requests' header
|
||||||
|
- get_results(): fix check for empty details
|
||||||
|
- another exception for github URLs for "osc add"
|
||||||
|
- update Sphinx configuration, documentation fixes
|
||||||
|
- make Sphinx optional in setup.py not to break package builds
|
||||||
|
- support flavors in aggregatepac
|
||||||
|
- check if repos provided to aggregatepac command exist
|
||||||
|
- several coding style fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 24 12:34:52 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
|
Tue May 24 12:34:52 UTC 2022 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 0.178.0-0
|
Version: 0.179.0-0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
4
osc.spec
4
osc.spec
@ -27,7 +27,7 @@
|
|||||||
%define use_python python
|
%define use_python python
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define version_unconverted 0.178.0
|
%define version_unconverted 0.179.0
|
||||||
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
%define osc_plugin_dir %{_prefix}/lib/osc-plugins
|
||||||
%define macros_file macros.osc
|
%define macros_file macros.osc
|
||||||
%if ! %{defined _rpmmacrodir}
|
%if ! %{defined _rpmmacrodir}
|
||||||
@ -35,7 +35,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 0.178.0
|
Version: 0.179.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Open Build Service Commander
|
Summary: Open Build Service Commander
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user