- 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:
Dirk Mueller 2024-08-31 09:17:32 +00:00 committed by Git OBS Bridge
parent d84c417f2b
commit b83849b2df
7 changed files with 24 additions and 8 deletions

View File

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

View File

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

View File

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

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

View File

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

View File

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

View File

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