Accepting request 1278651 from openSUSE:Tools
OBS-URL: https://build.opensuse.org/request/show/1278651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osc?expand=0&rev=212
This commit is contained in:
+30
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 09:46:57 UTC 2025 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
- 1.16.0
|
||||
- Command-line:
|
||||
- Add 'osc rmkpac' subcommand
|
||||
- Add 'osc service precommit' subcommand, for use with git hook
|
||||
- Add '--target-branch' filter option to 'git-obs pr list'
|
||||
- Add '--reviewer' and '--review-state' options to 'git-obs pr list'
|
||||
- Add '--no-draft' filter option to 'git-obs pr list'
|
||||
- Set limit=0 to disable pagination in all relevant git-obs subcommands
|
||||
- Improve help of the 'git-obs login' subcommands
|
||||
- Update 'git-obs login {add,update}' to check the gitea token format
|
||||
- Fix 'osc fork' when <attributes/> in the source project is empty
|
||||
- Fix handling env in tests for 'osc vc'
|
||||
- Fix how GitStore reads project from the parent directory
|
||||
- Fix 'git-obs pr create' with multistring EDITOR
|
||||
- Improve handling exceptions in 'git-obs' command
|
||||
- Improve message in 301: Moved Permanently error in git-obs
|
||||
- Improve git-obs to read credentials from env variables
|
||||
- Remove commas from the list of request IDs in the superseding prompt in 'osc sr'
|
||||
- Connection:
|
||||
- Fix git-obs connection for urllib3 v1 by overriding the default timeout
|
||||
- Library:
|
||||
- Add troubleshooting info to gitea_api.Login.DoesNotExist message
|
||||
- Add 'min_key_length' argument to KeyValueTable to enforce the minimal length of the first column
|
||||
- Fix implicit optionals in type hints to make code PEP 484 compliant
|
||||
- Don't crash when OBS API returns None as request description
|
||||
- Fix TypeError in response_to_exception() in gitea_api
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 12:18:14 UTC 2025 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.15.1
|
||||
Version: 1.16.0
|
||||
Release: 0
|
||||
Summary: Command-line client for the Open Build Service
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 1.15.1-0
|
||||
Version: 1.16.0-0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=1.15.1
|
||||
pkgver=1.16.0
|
||||
pkgrel=0
|
||||
pkgdesc="Command-line client for the Open Build Service"
|
||||
arch=('x86_64')
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
osc (1.15.1-0) unstable; urgency=low
|
||||
osc (1.16.0-0) unstable; urgency=low
|
||||
|
||||
* Placeholder
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:730f8729fb7d29425d852c99d0359e94c5ba77575be9fe0521ff39b219910d67
|
||||
size 436520
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42c7d41bbb6e365a65efcb557eee7cded0bb2abeaa30c94877ebc5bc784c1076
|
||||
size 441483
|
||||
Reference in New Issue
Block a user