Accepting request 1098818 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1098818 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=179
This commit is contained in:
commit
b35af9b2a3
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname=osc
|
pkgname=osc
|
||||||
pkgver=1.1.4
|
pkgver=1.2.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Command-line client for the Open Build Service"
|
pkgdesc="Command-line client for the Open Build Service"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
osc (1.1.4-0) unstable; urgency=low
|
osc (1.2.0-0) unstable; urgency=low
|
||||||
|
|
||||||
* Placeholder
|
* Placeholder
|
||||||
|
|
||||||
|
@ -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
3
osc-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b2b094a515b340f859b417016def33f9b33a47abe4c3fad66c5dbc8b8447a7d
|
||||||
|
size 337165
|
21
osc.changes
21
osc.changes
@ -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>
|
Wed May 24 07:02:31 UTC 2023 - Daniel Mach <daniel.mach@suse.com>
|
||||||
|
|
||||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
|||||||
Format: 1.0
|
Format: 1.0
|
||||||
Source: osc
|
Source: osc
|
||||||
Version: 1.1.4-0
|
Version: 1.2.0-0
|
||||||
Binary: osc
|
Binary: osc
|
||||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||||
Architecture: any
|
Architecture: any
|
||||||
|
6
osc.spec
6
osc.spec
@ -49,7 +49,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: osc
|
Name: osc
|
||||||
Version: 1.1.4
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line client for the Open Build Service
|
Summary: Command-line client for the Open Build Service
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -119,7 +119,7 @@ Recommends: xdg-utils
|
|||||||
Provides: %{use_python_pkg}-osc
|
Provides: %{use_python_pkg}-osc
|
||||||
|
|
||||||
%description
|
%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
|
See http://en.opensuse.org/openSUSE:OSC, as well as
|
||||||
http://en.opensuse.org/openSUSE:Build_Service_Tutorial
|
http://en.opensuse.org/openSUSE:Build_Service_Tutorial
|
||||||
@ -145,7 +145,7 @@ PYTHONPATH=. argparse-manpage \
|
|||||||
--function=get_parser \
|
--function=get_parser \
|
||||||
--project-name=osc \
|
--project-name=osc \
|
||||||
--prog=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." \
|
--author="Contributors to the osc project. See the project's GIT history for the complete list." \
|
||||||
--url="https://github.com/openSUSE/osc/"
|
--url="https://github.com/openSUSE/osc/"
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user