- Command-line:
    - Change 'repairwc' command to always run all repair steps
  - Library:
    - Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional
    - Fix colorize() to avoid wrapping empty string into color escape sequences
    - Provide default values for kwargs.get/pop in get_results() function

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=447
This commit is contained in:
Daniel Mach 2024-07-08 09:06:58 +00:00 committed by Git OBS Bridge
parent 3d37202c66
commit 1ed3ada9de
7 changed files with 19 additions and 8 deletions

View File

@ -1,6 +1,6 @@
pkgname=osc
pkgver=1.8.2
pkgrel=63005f5c57b69f5389cabb6ca5a033ed
pkgver=1.8.3
pkgrel=927801cbe8605f2056cba6665c6e5bde
pkgdesc="Command-line client for the Open Build Service"
arch=('x86_64')
url="https://www.github.com/openSUSE/osc"

View File

@ -1,4 +1,4 @@
osc (1.8.2-0) unstable; urgency=low
osc (1.8.3-0) unstable; urgency=low
* Placeholder

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 8 07:16:37 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
- 1.8.3
- Command-line:
- Change 'repairwc' command to always run all repair steps
- Library:
- Make most of the fields in KeyinfoPubkey and KeyinfoSslcert models optional
- Fix colorize() to avoid wrapping empty string into color escape sequences
- Provide default values for kwargs.get/pop in get_results() function
-------------------------------------------------------------------
Tue Jul 2 11:56:43 UTC 2024 - Daniel Mach <daniel.mach@suse.com>

View File

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

View File

@ -67,7 +67,7 @@
%endif
Name: osc
Version: 1.8.2
Version: 1.8.3
Release: 0
Summary: Command-line client for the Open Build Service
License: GPL-2.0-or-later