- 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 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=447
This commit is contained in:
parent
3d37202c66
commit
1ed3ada9de
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=1.8.2
|
pkgver=1.8.3
|
||||||
pkgrel=63005f5c57b69f5389cabb6ca5a033ed
|
pkgrel=927801cbe8605f2056cba6665c6e5bde
|
||||||
pkgdesc="Command-line client for the Open Build Service"
|
pkgdesc="Command-line client for the Open Build Service"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.github.com/openSUSE/osc"
|
url="https://www.github.com/openSUSE/osc"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
osc (1.8.2-0) unstable; urgency=low
|
osc (1.8.3-0) unstable; urgency=low
|
||||||
|
|
||||||
* Placeholder
|
* Placeholder
|
||||||
|
|
||||||
|
@ -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
3
osc-1.8.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:833efb2701718b4ec17adc6d621799e8169d4490774c33e2abd089194c0c1505
|
||||||
|
size 395483
|
11
osc.changes
11
osc.changes
@ -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>
|
Tue Jul 2 11:56:43 UTC 2024 - 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: 1.8.2-0
|
Version: 1.8.3-0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
Loading…
Reference in New Issue
Block a user