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

- 1.1.1
  - Command-line:
    - Fix 'creq' command that wasn't working at all
    - Fix 'ls' command when listing all projects by setting project argument to '/'
    - Fix regression: Run interactive config setup on missing config or credentials
    - Append plugin dirs to sys.path to allow loading modules installed next to the plugins
    - Do not recurse into subdirs when loading plugins
  - Configuration:
    - Display apiurl when asking for a username or a password
    - If apiurl is not set in interactive_config_setup(), use apiurl from DEFAULTS
  - Library:
    - Decode entities in HTTPError message body

OBS-URL: https://build.opensuse.org/request/show/1078421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=392
This commit is contained in:
Daniel Mach 2023-04-11 12:11:12 +00:00 committed by Git OBS Bridge
parent 90cd1dd25c
commit 97c7608393
7 changed files with 26 additions and 10 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,7 +1,23 @@
-------------------------------------------------------------------
Tue Apr 11 12:04:56 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 1.1.1
- Command-line:
- Fix 'creq' command that wasn't working at all
- Fix 'ls' command when listing all projects by setting project argument to '/'
- Fix regression: Run interactive config setup on missing config or credentials
- Append plugin dirs to sys.path to allow loading modules installed next to the plugins
- Do not recurse into subdirs when loading plugins
- Configuration:
- Display apiurl when asking for a username or a password
- If apiurl is not set in interactive_config_setup(), use apiurl from DEFAULTS
- Library:
- Decode entities in HTTPError message body
-------------------------------------------------------------------
Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- Update to 1.1.0
- 1.1.0
- Command-line:
- New class-based commands
- Sort commands before printing help
@ -16,7 +32,7 @@ Mon Apr 3 11:58:12 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
-------------------------------------------------------------------
Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- Update to 1.0.1
- 1.0.1
- Configuration:
- Fix a cut&paste error in setting 'disable_hdrmd5_check' config option
- Connection:
@ -25,7 +41,7 @@ Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
-------------------------------------------------------------------
Tue Mar 14 12:26:57 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- Update to 1.0.0 (full changelog to the latest stable version 0.182.0)
- 1.0.0 (full changelog to the latest stable version 0.182.0)
- Command-line:
- Use '.' as a wildcard that resolves to a project or a package name from the current working copy, for example 'osc rdiff ./. -c <num>'
- Add 'create-pbuild-config' (cpc) command

View File

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

View File

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