From a7c877fb51d359b23d09077bfb69572c066779e3e0d0f34c211bb910fdffa2cc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jul 2023 15:24:45 +0000 Subject: [PATCH] Accepting request 1098639 from home:dmach:branches:openSUSE:Tools - 1.2.0 - Command-line: - Add 'repo' command and subcommands for managing repositories in project meta - Extend 'browse' command to open requests in a web browser - Add highlighting for 'osc diff' and similar commands - Fix 'api' command to stream output to avoid running out of memory - Fix printing utf-8 characters to stdout - Connection: - Fix ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled - Authentication: - Correctly handle passwords with utf-8 characters - Library: - Fix crash when submiting a SCM package which has no _link - Fix local service execution of scmsync packages - Detect target package by its full name, instead of assuming its origin is identical to the source package type - Other: - Spell openSUSE correctly OBS-URL: https://build.opensuse.org/request/show/1098639 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=404 --- PKGBUILD | 2 +- debian.changelog | 2 +- osc-1.1.4.tar.gz | 3 --- osc-1.2.0.tar.gz | 3 +++ osc.changes | 21 +++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 6 +++--- 7 files changed, 30 insertions(+), 9 deletions(-) delete mode 100644 osc-1.1.4.tar.gz create mode 100644 osc-1.2.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 7d92e23..9313e75 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=1.1.4 +pkgver=1.2.0 pkgrel=0 pkgdesc="Command-line client for the Open Build Service" arch=('x86_64') diff --git a/debian.changelog b/debian.changelog index 9e9a22f..1f8a20f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.1.4-0) unstable; urgency=low +osc (1.2.0-0) unstable; urgency=low * Placeholder diff --git a/osc-1.1.4.tar.gz b/osc-1.1.4.tar.gz deleted file mode 100644 index f3c05b2..0000000 --- a/osc-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8407ccdcaa6089601e3b9f42c03c015d938ba756b1553f65e2eb122ff00b83e5 -size 331686 diff --git a/osc-1.2.0.tar.gz b/osc-1.2.0.tar.gz new file mode 100644 index 0000000..dc2c52f --- /dev/null +++ b/osc-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2b094a515b340f859b417016def33f9b33a47abe4c3fad66c5dbc8b8447a7d +size 337165 diff --git a/osc.changes b/osc.changes index 324e4e6..dcd2ac4 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jul 14 09:10:36 UTC 2023 - Daniel Mach + +- 1.2.0 + - Command-line: + - Add 'repo' command and subcommands for managing repositories in project meta + - Extend 'browse' command to open requests in a web browser + - Add highlighting for 'osc diff' and similar commands + - Fix 'api' command to stream output to avoid running out of memory + - Fix printing utf-8 characters to stdout + - Connection: + - Fix ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled + - Authentication: + - Correctly handle passwords with utf-8 characters + - Library: + - Fix crash when submiting a SCM package which has no _link + - Fix local service execution of scmsync packages + - Detect target package by its full name, instead of assuming its origin is identical to the source package type + - Other: + - Spell openSUSE correctly + ------------------------------------------------------------------- Wed May 24 07:02:31 UTC 2023 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index a90a195..9873238 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 1.1.4-0 +Version: 1.2.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index c3557ad..86d383d 100644 --- a/osc.spec +++ b/osc.spec @@ -49,7 +49,7 @@ %endif Name: osc -Version: 1.1.4 +Version: 1.2.0 Release: 0 Summary: Command-line client for the Open Build Service License: GPL-2.0-or-later @@ -119,7 +119,7 @@ Recommends: xdg-utils Provides: %{use_python_pkg}-osc %description -OpenSUSE Commander is a command-line client for the Open Build Service. +openSUSE Commander is a command-line client for the Open Build Service. See http://en.opensuse.org/openSUSE:OSC, as well as http://en.opensuse.org/openSUSE:Build_Service_Tutorial @@ -145,7 +145,7 @@ PYTHONPATH=. argparse-manpage \ --function=get_parser \ --project-name=osc \ --prog=osc \ - --description="OpenSUSE Commander" \ + --description="openSUSE Commander" \ --author="Contributors to the osc project. See the project's GIT history for the complete list." \ --url="https://github.com/openSUSE/osc/" %endif