From 54973b8822811e0b7f55449e37b54d17e0108a87e8f954840374ababe2d1a6e8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 2 Jul 2022 16:27:35 +0000 Subject: [PATCH] Accepting request 986015 from home:apritschet:branches:openSUSE:Factory - Release 0.6.2 * Added `cmd` method to `Build` extension * Fixes for sessions and authentication: * Use thread-safe sessions and support huge trees again * Support for server returning multiple `WWW-Authenticate` headers OBS-URL: https://build.opensuse.org/request/show/986015 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=37 --- osc-tiny-0.6.1.tar.gz | 3 --- osc-tiny-0.6.2.tar.gz | 3 +++ python-osc-tiny.changes | 9 +++++++++ python-osc-tiny.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 osc-tiny-0.6.1.tar.gz create mode 100644 osc-tiny-0.6.2.tar.gz diff --git a/osc-tiny-0.6.1.tar.gz b/osc-tiny-0.6.1.tar.gz deleted file mode 100644 index fbbf093..0000000 --- a/osc-tiny-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a298e27cec56ade6ff679299c64523e8e1a3cb318957b9d08a57bfccf941b5c4 -size 48724 diff --git a/osc-tiny-0.6.2.tar.gz b/osc-tiny-0.6.2.tar.gz new file mode 100644 index 0000000..279236a --- /dev/null +++ b/osc-tiny-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090edd4517a22ec57110c0209bf058ccd78022eb07cae9eeb4b068e4896e32fa +size 49857 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 482fb88..433d464 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 30 08:48:29 UTC 2022 - Andreas Hasenkopf + +- Release 0.6.2 + * Added `cmd` method to `Build` extension + * Fixes for sessions and authentication: + * Use thread-safe sessions and support huge trees again + * Support for server returning multiple `WWW-Authenticate` headers + ------------------------------------------------------------------- Fri Jun 17 09:49:36 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index db1a838..3e44101 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.1 +Version: 0.6.2 Release: 0 Summary: Client API for openSUSE BuildService License: MIT