From 7fdb674d68727189027deab0d1f23dda5a79f6cc2492225a19cf7d19e802c412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 18 Jul 2022 11:33:10 +0000 Subject: [PATCH] Accepting request 989808 from home:apritschet:branches:devel:languages:python - Release 0.6.3 * Do not assume that `oscrc` contains the SSH passphrase * Handle absence of `sshkey` in `.oscrc` gracefully OBS-URL: https://build.opensuse.org/request/show/989808 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=39 --- osc-tiny-0.6.2.tar.gz | 3 --- osc-tiny-0.6.3.tar.gz | 3 +++ python-osc-tiny.changes | 7 +++++++ python-osc-tiny.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 osc-tiny-0.6.2.tar.gz create mode 100644 osc-tiny-0.6.3.tar.gz diff --git a/osc-tiny-0.6.2.tar.gz b/osc-tiny-0.6.2.tar.gz deleted file mode 100644 index 279236a..0000000 --- a/osc-tiny-0.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:090edd4517a22ec57110c0209bf058ccd78022eb07cae9eeb4b068e4896e32fa -size 49857 diff --git a/osc-tiny-0.6.3.tar.gz b/osc-tiny-0.6.3.tar.gz new file mode 100644 index 0000000..8373df0 --- /dev/null +++ b/osc-tiny-0.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340f35c08d4ced121dbdfa59d097cdd5e77a8f47a88baf5079b0f2f056323faf +size 50292 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 433d464..2923593 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 18 07:55:16 UTC 2022 - Andreas Hasenkopf + +- Release 0.6.3 + * Do not assume that `oscrc` contains the SSH passphrase + * Handle absence of `sshkey` in `.oscrc` gracefully + ------------------------------------------------------------------- Thu Jun 30 08:48:29 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 3e44101..edf53f7 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-osc-tiny -Version: 0.6.2 +Version: 0.6.3 Release: 0 Summary: Client API for openSUSE BuildService License: MIT