From d3738ee0d3bb5b119dc13c7a7e93c48fb751bb34a0987f509ee59f7928cee0db Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Wed, 27 Apr 2022 09:16:21 +0000 Subject: [PATCH] Accepting request 972884 from home:mstrigl - 0.177.0 * switch to python3 in osc-wrapper and make python3 explicit * allow formatting of the sccache uri * show repository state and details * a few minor fixes and improvements in credentials handling * order credential managers by priority * kernel keyring is now supported as credential manager * support regex based name filtering in core.get_prj_results() * revision parsing parseRevisionOption(): cleanup and make logic consistent * use sr_ids[0] for superseding (fixes issues with superseding requests containing many packages * download logs and metadata in subdirs named by packages when osc getbinaries is issued on project level or in multibuild case - spec file: * recommed python-keyring-keyutils for new kernel keyring backend OBS-URL: https://build.opensuse.org/request/show/972884 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=358 --- PKGBUILD | 2 +- _service | 4 ++-- debian.changelog | 2 +- osc-0.176.0.tar.gz | 3 --- osc-0.177.0.tar.gz | 3 +++ osc.changes | 20 ++++++++++++++++++++ osc.dsc | 2 +- osc.spec | 6 ++++-- 8 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 osc-0.176.0.tar.gz create mode 100644 osc-0.177.0.tar.gz diff --git a/PKGBUILD b/PKGBUILD index f742c02..b2e0bd3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=osc -pkgver=0.176.0 +pkgver=0.177.0 pkgrel=0 pkgdesc="Open Build Service client" arch=('x86_64') diff --git a/_service b/_service index 569cdeb..4cf0409 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.176.0 - 0.176.0 + 0.177.0 + 0.177.0 https://github.com/openSUSE/osc.git git diff --git a/debian.changelog b/debian.changelog index befd26d..8d66045 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -osc (0.176.0-0) unstable; urgency=low +osc (0.177.0-0) unstable; urgency=low - Update to 0.174.0: - fix password deletion via "osc config -d pass" - support changing the password store via "osc config diff --git a/osc-0.176.0.tar.gz b/osc-0.176.0.tar.gz deleted file mode 100644 index ef65128..0000000 --- a/osc-0.176.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad691dee3249f5cc6c8e3601a3cec8aefc2d0666c648383ae8a44a32fb1f744a -size 374915 diff --git a/osc-0.177.0.tar.gz b/osc-0.177.0.tar.gz new file mode 100644 index 0000000..6d88034 --- /dev/null +++ b/osc-0.177.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366aa9d01cbdf9434892649aa72821f67801232cca790cbc8636c50f9b252338 +size 376845 diff --git a/osc.changes b/osc.changes index 87e9861..fcd747f 100644 --- a/osc.changes +++ b/osc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 26 07:53:48 UTC 2022 - Marco Strigl + +- 0.177.0 + * switch to python3 in osc-wrapper and make python3 explicit + * allow formatting of the sccache uri + * show repository state and details + * a few minor fixes and improvements in credentials handling + * order credential managers by priority + * kernel keyring is now supported as credential manager + * support regex based name filtering in core.get_prj_results() + * revision parsing parseRevisionOption(): cleanup and make logic consistent + * use sr_ids[0] for superseding (fixes issues with superseding requests + containing many packages + * download logs and metadata in subdirs named by packages when osc getbinaries + is issued on project level or in multibuild case + +- spec file: + * recommed python-keyring-keyutils for new kernel keyring backend + ------------------------------------------------------------------- Mon Feb 28 17:34:00 UTC 2022 - Daniel Mach diff --git a/osc.dsc b/osc.dsc index e81c20a..79fc67c 100644 --- a/osc.dsc +++ b/osc.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: osc -Version: 0.176.0-0 +Version: 0.177.0-0 Binary: osc Maintainer: Adrian Schroeter Architecture: any diff --git a/osc.spec b/osc.spec index 02d1aa4..5c1c907 100644 --- a/osc.spec +++ b/osc.spec @@ -27,7 +27,7 @@ %define use_python python %endif -%define version_unconverted 0.176.0 +%define version_unconverted 0.177.0 %define osc_plugin_dir %{_prefix}/lib/osc-plugins %define macros_file macros.osc %if ! %{defined _rpmmacrodir} @@ -35,7 +35,7 @@ %endif Name: osc -Version: 0.176.0 +Version: 0.177.0 Release: 0 Summary: Open Build Service Commander License: GPL-2.0-or-later @@ -98,8 +98,10 @@ Conflicts: build < 20200106 %if 0%{?suse_version} > 1000 || 0%{?mandriva_version} || 0%{?mdkversion} || 0%{?fedora} >= 29 || 0%{?rhel} >= 8 %if %{with python3} Recommends: python3-keyring +Recommends: python3-keyring-keyutils %else Recommends: python-keyring +Recommends: python-keyring-keyutils %endif %endif %if 0%{?rhel} && 0%{?rhel} < 6