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
This commit is contained in:
Dirk Mueller 2023-07-15 15:24:45 +00:00 committed by Git OBS Bridge
parent 41733874df
commit a7c877fb51
7 changed files with 30 additions and 9 deletions

View File

@ -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')

View File

@ -1,4 +1,4 @@
osc (1.1.4-0) unstable; urgency=low
osc (1.2.0-0) unstable; urgency=low
* Placeholder

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Jul 14 09:10:36 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
- 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 <daniel.mach@suse.com>

View File

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

View File

@ -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