Changelog for
python312-SecretStorage-3.3.3-50.19.noarch.rpm :
* Fri Apr 21 2023 Dirk Müller
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Feb 01 2023 Dirk Müller - fix build for older distributions
* Mon Sep 19 2022 Dirk Müller - fix build of tests
* Mon Sep 12 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 2022 Steve Kowalik - Inject multibuild to prevent a build cycle
* Wed May 11 2022 Dirk Müller - update to 3.3.2:
* Fixed a deprecation warning with jeepney 0.8. Thanks to Sam McKelvie for the pull request!
* Tue Mar 02 2021 Dirk Müller - update to 3.3.1:
* Fixed a deprecation warning from cryptography module.
* Added a :PEP:`561` ``py.typed`` file to declare typing support.
* Mon Feb 01 2021 Dirk Müller - update to 3.3.0:
* Use new-style Jeepney blocking I/O API.
* Python ≥ 3.6 and Jeepney ≥ 0.6 are now required.
* Thu Nov 26 2020 Dirk Mueller - update to 3.2.0:
* Added helper function ``check_service_availability`` for checking if the Secret Service daemon is available without using it.