Accepting request 1002554 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1002554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SecretStorage?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-09-12 17:08:00 +00:00 committed by Git OBS Bridge
commit 7c0406126b
5 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0a8eb9645b320881c222e827c26f4cfcf55363e8b374a021981ef886657a912f
size 19285

BIN
SecretStorage-3.3.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

3
_multibuild Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@ -27,7 +27,7 @@
%bcond_with test
%endif
Name: python-SecretStorage%{psuffix}
Version: 3.3.2
Version: 3.3.3
Release: 0
Summary: Python bindings to FreeDesktoporg Secret Service API
License: BSD-3-Clause