From 8befca980b1f4e8e01936e2f7fd348453fd305fb1abde80f53ad90e0a290426d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 22 May 2024 10:02:09 +0000 Subject: [PATCH] Accepting request 1175728 from home:gniebler:branches - Release 0.9.1 * Staging extension: fix the return value of set_status_report() (fixes #158) * Document OBS release process OBS-URL: https://build.opensuse.org/request/show/1175728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=86 --- osc-tiny-0.9.0.tar.gz | 3 --- osc-tiny-0.9.1.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.9.0.tar.gz create mode 100644 osc-tiny-0.9.1.tar.gz diff --git a/osc-tiny-0.9.0.tar.gz b/osc-tiny-0.9.0.tar.gz deleted file mode 100644 index 89fc74d..0000000 --- a/osc-tiny-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55f0124dce9c26c6041daedf408ba841fa7a4d673109d3b7c30d5d8f2037bcae -size 63941 diff --git a/osc-tiny-0.9.1.tar.gz b/osc-tiny-0.9.1.tar.gz new file mode 100644 index 0000000..3f81ea7 --- /dev/null +++ b/osc-tiny-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c53049db90718bd2682c1a71ade861a729506e841e6bd5bff7b15bade35ace1 +size 63956 diff --git a/python-osc-tiny.changes b/python-osc-tiny.changes index 74e14f4..ad13778 100644 --- a/python-osc-tiny.changes +++ b/python-osc-tiny.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 22 09:08:50 UTC 2024 - Gabriel Niebler + +- Release 0.9.1 + * Staging extension: fix the return value of set_status_report() (fixes #158) + * Document OBS release process + ------------------------------------------------------------------- Mon May 13 11:49:37 UTC 2024 - Gabriel Niebler diff --git a/python-osc-tiny.spec b/python-osc-tiny.spec index 18f42b1..9baeeed 100644 --- a/python-osc-tiny.spec +++ b/python-osc-tiny.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15allpythons} Name: python-osc-tiny -Version: 0.9.0 +Version: 0.9.1 Release: 0 Summary: Client API for openSUSE BuildService License: MIT