1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-04 06:33:38 +02:00

release 1.8.3

This commit is contained in:
2024-07-08 09:11:02 +02:00
parent 8d48b0558e
commit 21c9828cd1
3 changed files with 10 additions and 2 deletions

8
NEWS
View File

@@ -1,3 +1,11 @@
- 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
- 1.8.2
- Library:
- Change 'repairwc' command to fix missing .osc/_osclib_version

View File

@@ -49,7 +49,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

View File

@@ -13,7 +13,7 @@ __all__ = [
from .util import git_version
__version__ = git_version.get_version('1.8.2')
__version__ = git_version.get_version('1.8.3')
# vim: sw=4 et