From 96d95a1dc87962f4f2fb6feec9ef1be392267c41b18ca15da1855c26caff8748 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 12 Sep 2022 02:44:51 +0000 Subject: [PATCH] - Add missing file so multibuild actually fires OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=36 --- _multibuild | 3 +++ python-SecretStorage.changes | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 _multibuild diff --git a/_multibuild b/_multibuild new file mode 100644 index 0000000..fcc7b97 --- /dev/null +++ b/_multibuild @@ -0,0 +1,3 @@ + + test + diff --git a/python-SecretStorage.changes b/python-SecretStorage.changes index da3e1ae..7b26b44 100644 --- a/python-SecretStorage.changes +++ b/python-SecretStorage.changes @@ -1,10 +1,11 @@ ------------------------------------------------------------------- -Fri Sep 9 15:38:27 UTC 2022 - Yogalakshmi Arunachalam +Mon Sep 12 02:43:19 UTC 2022 - Steve Kowalik - update to 3.3.3: * Handle case when CreateItem method returns a prompt [`#39`_]. * Reformatted code in accordance with :PEP:`8` standard. * _`#39`: https://github.com/mitya57/secretstorage/issues/39 +- Add missing file to enable multibuild ------------------------------------------------------------------- Mon Aug 29 03:53:10 UTC 2022 - Steve Kowalik