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

- Update to 1.1.0
  - Command-line:
    - New class-based commands
    - Sort commands before printing help
    - No longer read plugins from /var/lib/osc-plugins
  - Configuration:
    - Do not error out on setting oscrc permissions if the file is owned by another user
  - Library:
    - Restore 'include_request_from_project' conf option functionality
    - Simplify how babysitter works with options and config
    - Prefer f-strings over c-style string expansion

OBS-URL: https://build.opensuse.org/request/show/1076940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=390
This commit is contained in:
Marco Strigl 2023-04-03 17:47:53 +00:00 committed by Git OBS Bridge
parent c925468393
commit 90cd1dd25c
7 changed files with 22 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
osc (1.0.1-0) unstable; urgency=low
osc (1.1.0-0) unstable; urgency=low

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- Update to 1.1.0
- Command-line:
- New class-based commands
- Sort commands before printing help
- No longer read plugins from /var/lib/osc-plugins
- Configuration:
- Do not error out on setting oscrc permissions if the file is owned by another user
- Library:
- Restore 'include_request_from_project' conf option functionality
- Simplify how babysitter works with options and config
- Prefer f-strings over c-style string expansion
-------------------------------------------------------------------
Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach <daniel.mach@suse.com>

View File

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

View File

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