Accepting request 1064021 from home:dmach:branches:openSUSE:Tools

- 1.0.0b5
  - rq list: Fix a traceback when --type is not specified
  - core.checkout_package(): Use pathlib.Path
  - connection: Retry all, not just default allowed methods
  - connection: Wait between retries

OBS-URL: https://build.opensuse.org/request/show/1064021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=384
This commit is contained in:
Daniel Mach 2023-02-09 14:42:15 +00:00 committed by Git OBS Bridge
parent c732089724
commit 9c3a1880a3
8 changed files with 18 additions and 9 deletions

View File

@ -1,5 +1,5 @@
pkgname=osc pkgname=osc
pkgver=1.0.0~b4 pkgver=1.0.0~b5
pkgrel=0 pkgrel=0
pkgdesc="Command-line client for the Open Build Service" pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64') arch=('x86_64')

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">1.0.0~b4</param> <param name="version">1.0.0~b5</param>
<param name="revision">1.0.0b4</param> <param name="revision">1.0.0b5</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>

View File

@ -1,4 +1,4 @@
osc (1.0.0~b4-0) unstable; urgency=low osc (1.0.0~b5-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>

View File

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

3
osc-1.0.0~b5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 9 14:08:25 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.0.0b5
- rq list: Fix a traceback when --type is not specified
- core.checkout_package(): Use pathlib.Path
- connection: Retry all, not just default allowed methods
- connection: Wait between retries
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 3 10:11:27 UTC 2023 - Daniel Mach <daniel.mach@suse.com> Fri Feb 3 10:11:27 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

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

View File

@ -49,7 +49,7 @@
%endif %endif
Name: osc Name: osc
Version: 1.0.0~b4 Version: 1.0.0~b5
Release: 0 Release: 0
Summary: Command-line client for the Open Build Service Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later License: GPL-2.0-or-later