- 1.9.1
- Command-line: - Add 'createrequest release' subcommand - Change 'review list' command to omit requests with 'declined' state - Fix `osc build --local-package` - Fix typos - Library: - Fix extraction of the 'ar' archives when they don't contain header with long filenames - Fix iterating through arch_list in core.get_repos_of_project() - Check for None & len() of ET.Element instead of bool() in PackageBase.get_meta_value() - Spec: - Replace 'setup.py test' that was removed in setuptools 72 with 'python3 -m unittest' OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=452
This commit is contained in:
parent
d84c417f2b
commit
b83849b2df
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=osc
|
||||
pkgver=1.9.0
|
||||
pkgver=1.9.1
|
||||
pkgrel=0
|
||||
pkgdesc="Command-line client for the Open Build Service"
|
||||
arch=('x86_64')
|
||||
|
@ -1,4 +1,4 @@
|
||||
osc (1.9.0-0) unstable; urgency=low
|
||||
osc (1.9.1-0) unstable; urgency=low
|
||||
|
||||
* Placeholder
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32124ccbdd52d511c65b2b0fc231bfa2ef13bdc15af0e6976ddca9b824269002
|
||||
size 395271
|
3
osc-1.9.1.tar.gz
Normal file
3
osc-1.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a9a466908190bd65bab047180abb372e30ac1ca06ef2488087d14e36edf1388
|
||||
size 396704
|
16
osc.changes
16
osc.changes
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 11:54:50 UTC 2024 - Daniel Mach <daniel.mach@suse.com>
|
||||
|
||||
- 1.9.1
|
||||
- Command-line:
|
||||
- Add 'createrequest release' subcommand
|
||||
- Change 'review list' command to omit requests with 'declined' state
|
||||
- Fix `osc build --local-package`
|
||||
- Fix typos
|
||||
- Library:
|
||||
- Fix extraction of the 'ar' archives when they don't contain header with long filenames
|
||||
- Fix iterating through arch_list in core.get_repos_of_project()
|
||||
- Check for None & len() of ET.Element instead of bool() in PackageBase.get_meta_value()
|
||||
- Spec:
|
||||
- Replace 'setup.py test' that was removed in setuptools 72 with 'python3 -m unittest'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 07:39:42 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.9.0-0
|
||||
Version: 1.9.1-0
|
||||
Binary: osc
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: any
|
||||
|
4
osc.spec
4
osc.spec
@ -67,7 +67,7 @@
|
||||
%endif
|
||||
|
||||
Name: osc
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 0
|
||||
Summary: Command-line client for the Open Build Service
|
||||
License: GPL-2.0-or-later
|
||||
@ -210,7 +210,7 @@ install -Dm0644 oscrc.5 %{buildroot}%{_mandir}/man5/oscrc.5
|
||||
%python3_fix_shebang
|
||||
|
||||
%check
|
||||
%{use_python} setup.py test
|
||||
%{use_python} -m unittest
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user