From c4e4556994508182f5d7f8e095363c0f1aab4151 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 11 Apr 2023 12:11:12 +0000 Subject: [PATCH] - 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/package/show/openSUSE:Tools/osc?expand=0&rev=392 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.1.0.tar.gz | 3 --- osc-1.1.1.tar.gz | 3 +++ osc.changes | 22 +++++++++++++++++++--- osc.dsc | 2 +- osc.spec | 2 +- 7 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 osc-1.1.0.tar.gz create mode 100644 osc-1.1.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 260dd94..7241511 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') diff --git a/debian.changelog b/debian.changelog index 178c480..33a8e07 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1 +1 @@ -osc (1.1.0-0) unstable; urgency=low +osc (1.1.1-0) unstable; urgency=low diff --git a/osc-1.1.0.tar.gz b/osc-1.1.0.tar.gz deleted file mode 100644 index fa89eb9..0000000 --- a/osc-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccbeb4a812d2518ec26b2509a54689641346d413fe88ad4f9770768c3016b6a7 -size 328506 diff --git a/osc-1.1.1.tar.gz b/osc-1.1.1.tar.gz new file mode 100644 index 0000000..a0ab0d6 --- /dev/null +++ b/osc-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cb090487dc099f5cdfe4327cfd4d7bbf532a0b6a380c3cf83b29923b763ea1 +size 328704 diff --git a/osc.changes b/osc.changes index 3a31628..299accf 100644 --- a/osc.changes +++ b/osc.changes @@ -1,7 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 11 12:04:56 UTC 2023 - Daniel Mach + +- 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 -- 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 ------------------------------------------------------------------- Fri Mar 17 15:11:46 UTC 2023 - Daniel Mach -- 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 ------------------------------------------------------------------- Tue Mar 14 12:26:57 UTC 2023 - Daniel Mach -- 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 ' - Add 'create-pbuild-config' (cpc) command diff --git a/osc.dsc b/osc.dsc index 00da3b1..bcef520 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.1.0-0 +Version: 1.1.1-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 6b36f24..607af3a 100644 --- a/osc.spec +++ b/osc.spec @@ -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