From 2361daa784d42c1d84c65e967af8015c7d6f9251b612e5bf31db8fcd9235fa03 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 17 May 2022 18:52:38 +0000 Subject: [PATCH] Accepting request 977771 from home:apritschet:branches:openSUSE:Factory - Release 0.5.0 * Added capability to log API requests (without headers!) and responses * Make it possible to add a comment when pushing files * Added method to get build history OBS-URL: https://build.opensuse.org/request/show/977771 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=31 --- osc-tiny-0.4.2.tar.gz | 3 --- osc-tiny-0.5.0.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.4.2.tar.gz create mode 100644 osc-tiny-0.5.0.tar.gz diff --git a/osc-tiny-0.4.2.tar.gz b/osc-tiny-0.4.2.tar.gz deleted file mode 100644 index dcff7bc..0000000 --- a/osc-tiny-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d79d74d23fb8ab0e4e931b12501aaa64e4ec58eef4523fc31ac07700c957db -size 45731 diff --git a/osc-tiny-0.5.0.tar.gz b/osc-tiny-0.5.0.tar.gz new file mode 100644 index 0000000..2cd5083 --- /dev/null +++ b/osc-tiny-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33dd41861b001dfad6e6868277653c6e9aeceff5fff39df49f0e72f872b1fa41 +size 46249 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 4775589..3951f96 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 17 13:03:24 UTC 2022 - Andreas Hasenkopf + +- Release 0.5.0 + * Added capability to log API requests (without headers!) and responses + * Make it possible to add a comment when pushing files + * Added method to get build history + + ------------------------------------------------------------------- Thu Jan 20 10:54:08 UTC 2022 - Andreas Hasenkopf diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index fcce3a3..8070e54 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.4.2 +Version: 0.5.0 Release: 0 Summary: Client API for openSUSE BuildService License: MIT