diff --git a/PKGBUILD b/PKGBUILD index 71b9772..f546b8e 100644 --- a/PKGBUILD +++ b/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') diff --git a/debian.changelog b/debian.changelog index 25fa78f..99caee9 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (1.9.0-0) unstable; urgency=low +osc (1.9.1-0) unstable; urgency=low * Placeholder diff --git a/osc-1.9.0.tar.gz b/osc-1.9.0.tar.gz deleted file mode 100644 index a61c95d..0000000 --- a/osc-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32124ccbdd52d511c65b2b0fc231bfa2ef13bdc15af0e6976ddca9b824269002 -size 395271 diff --git a/osc-1.9.1.tar.gz b/osc-1.9.1.tar.gz new file mode 100644 index 0000000..9cd0986 --- /dev/null +++ b/osc-1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9a466908190bd65bab047180abb372e30ac1ca06ef2488087d14e36edf1388 +size 396704 diff --git a/osc.changes b/osc.changes index ad469f1..15de19c 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Aug 27 11:54:50 UTC 2024 - Daniel Mach + +- 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 diff --git a/osc.dsc b/osc.dsc index 66e2a80..f8b49fa 100644 --- a/osc.dsc +++ b/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 Architecture: any diff --git a/osc.spec b/osc.spec index 6a75fcc..b6075f3 100644 --- a/osc.spec +++ b/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,-)