Accepting request 1149750 from home:dmach:branches:openSUSE:Tools
- 1.6.1 - Command-line: - Use busybox compatible commands for completion - Change 'wipe' command to use the new get_user_input() function - Fix error 500 in running 'meta attribute <prj>' - Configuration: - Fix resolving config symlink to the actual config file - Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars - Warn about ignoring XDG_CONFIG_HOME and ~/.config/osc/oscrc if ~/.oscrc exists - Library: - Error out when branching a scmsync package - New get_user_input() function for consistent handling of user input - Move xml_indent, xml_quote and xml_unquote to osc.util.xml module - Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode() - Remove all path quoting, rely on makeurl() - Always use dict query in makeurl() - Fix core.slash_split() to strip both leading and trailing slashes OBS-URL: https://build.opensuse.org/request/show/1149750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=434
This commit is contained in:
parent
09ab4b21c3
commit
119c95f150
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=1.6.0
|
||||
pkgver=1.6.1
|
||||
pkgrel=0
|
||||
pkgdesc="Command-line client for the Open Build Service"
|
||||
arch=('x86_64')
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (1.6.0-0) unstable; urgency=low
|
||||
osc (1.6.1-0) unstable; urgency=low
|
||||
|
||||
* Placeholder
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7920dedfc793590829b93ddbd9dfbdbe6e2ccf471fd4f33d03117a309738b1ae
|
||||
size 360647
|
3
osc-1.6.1.tar.gz
Normal file
3
osc-1.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da8d0317271335c91780ed397fd61b8d4bafff0e4e8b41f6bf88441e87c78bc8
|
||||
size 362834
|
21
osc.changes
21
osc.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 23 08:57:23 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
- 1.6.1
|
||||
- Command-line:
|
||||
- Use busybox compatible commands for completion
|
||||
- Change 'wipe' command to use the new get_user_input() function
|
||||
- Fix error 500 in running 'meta attribute <prj>'
|
||||
- Configuration:
|
||||
- Fix resolving config symlink to the actual config file
|
||||
- Honor XDG_CONFIG_HOME and XDG_CACHE_HOME env vars
|
||||
- Warn about ignoring XDG_CONFIG_HOME and ~/.config/osc/oscrc if ~/.oscrc exists
|
||||
- Library:
|
||||
- Error out when branching a scmsync package
|
||||
- New get_user_input() function for consistent handling of user input
|
||||
- Move xml_indent, xml_quote and xml_unquote to osc.util.xml module
|
||||
- Refactor makeurl(), deprecate query taking string or list arguments, drop osc_urlencode()
|
||||
- Remove all path quoting, rely on makeurl()
|
||||
- Always use dict query in makeurl()
|
||||
- Fix core.slash_split() to strip both leading and trailing slashes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 25 08:53:46 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
|
2
osc.dsc
2
osc.dsc
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: osc
|
||||
Version: 1.6.0-0
|
||||
Version: 1.6.1-0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
Loading…
Reference in New Issue
Block a user