From 6202aedabf21dcde6d1486cf2b68c2d55228ae665ddc8b5390c1fb4391e7f266 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 Jun 2022 15:20:24 +0000 Subject: [PATCH] Accepting request 981497 from home:apritschet:branches:devel:languages:python - Release 0.6.0 * Support for the "Signature authentication scheme" * Revised method to retrieve credentials from `osc` OBS-URL: https://build.opensuse.org/request/show/981497 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=33 --- osc-tiny-0.5.0.tar.gz | 3 --- osc-tiny-0.6.0.tar.gz | 3 +++ python-osc-tiny.changes | 7 +++++++ python-osc-tiny.spec | 3 ++- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 osc-tiny-0.5.0.tar.gz create mode 100644 osc-tiny-0.6.0.tar.gz diff --git a/osc-tiny-0.5.0.tar.gz b/osc-tiny-0.5.0.tar.gz deleted file mode 100644 index 2cd5083..0000000 --- a/osc-tiny-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33dd41861b001dfad6e6868277653c6e9aeceff5fff39df49f0e72f872b1fa41 -size 46249 diff --git a/osc-tiny-0.6.0.tar.gz b/osc-tiny-0.6.0.tar.gz new file mode 100644 index 0000000..c9929b5 --- /dev/null +++ b/osc-tiny-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09051ca2d5e7a0c97695f663066657eeff709d8ee5716c289c081fc9604e1552 +size 48781 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 3951f96..1bce3ae 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 9 11:53:07 UTC 2022 - Andreas Hasenkopf + +- Release 0.6.0 + * Support for the "Signature authentication scheme" + * Revised method to retrieve credentials from `osc` + ------------------------------------------------------------------- Tue May 17 13:03:24 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 8070e54..e7e1fa4 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.5.0 +Version: 0.6.0 Release: 0 Summary: Client API for openSUSE BuildService License: MIT @@ -44,6 +44,7 @@ Requires: python-lxml Requires: python-python-dateutil Requires: python-pytz Requires: python-requests +Suggests: openssh BuildArch: noarch %python_subpackages