- Add missing file so multibuild actually fires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=36
This commit is contained in:
Steve Kowalik 2022-09-12 02:44:51 +00:00 committed by Git OBS Bridge
parent 8a2518b5d7
commit 96d95a1dc8
2 changed files with 5 additions and 1 deletions

3
_multibuild Normal file
View File

@ -0,0 +1,3 @@
<multibuild>
<package>test</package>
</multibuild>

View File

@ -1,10 +1,11 @@
-------------------------------------------------------------------
Fri Sep 9 15:38:27 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Mon Sep 12 02:43:19 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <steven.kowalik@suse.com>