Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-SecretStorage-3.3.3-4.8 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-SecretStorage Distribution: openSUSE Tumbleweed
Version: 3.3.3 Vendor: openSUSE
Release: 4.8 Build date: Fri Apr 21 14:21:20 2023
Group: Unspecified Build host: reproducible
Size: 123323 Source RPM: python-SecretStorage-3.3.3-4.8.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mitya57/secretstorage
Summary: Python bindings to FreeDesktoporg Secret Service API
This module provides a way for securely storing passwords and other secrets.

It uses D-Bus `Secret Service`_ API that is supported by GNOME Keyring
(since version 2.30) and KSecretsService.

The main classes provided are ``secretstorage.Item``, representing a secret
item (that has a *label*, a *secret* and some *attributes*) and
``secretstorage.Collection``, a place items are stored in.

SecretStorage supports most of the functions provided by Secret Service,
including creating and deleting items and collections, editing items,
locking and unlocking collections (asynchronous unlocking is also supported).

The documentation can be found on `pythonhosted.org`_.

.. _`Secret Service`: https://specifications.freedesktop.org/secret-service/
.. _`pythonhosted.org`: https://pythonhosted.org/SecretStorage/

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.
* Wed Feb 01 2023 Dirk Müller <dmueller@suse.com>
  - fix build for older distributions
* Mon Sep 19 2022 Dirk Müller <dmueller@suse.com>
  - fix build of tests
* Mon Sep 12 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 2022 Steve Kowalik <steven.kowalik@suse.com>
  - Inject multibuild to prevent a build cycle
* Wed May 11 2022 Dirk Müller <dmueller@suse.com>
  - 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 <dmueller@suse.com>
  - 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 <dmueller@suse.com>
  - 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 <dmueller@suse.com>
  - update to 3.2.0:
    * Added helper function ``check_service_availability`` for checking if the
    Secret Service daemon is available without using it.

Files

/usr/lib/python3.11/site-packages/SecretStorage-3.3.3-py3.11.egg-info
/usr/lib/python3.11/site-packages/SecretStorage-3.3.3-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/SecretStorage-3.3.3-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/SecretStorage-3.3.3-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/SecretStorage-3.3.3-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/SecretStorage-3.3.3-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/secretstorage
/usr/lib/python3.11/site-packages/secretstorage/__init__.py
/usr/lib/python3.11/site-packages/secretstorage/__pycache__
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/collection.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/collection.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/defines.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/defines.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/dhcrypto.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/dhcrypto.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/item.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/item.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/secretstorage/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/secretstorage/collection.py
/usr/lib/python3.11/site-packages/secretstorage/defines.py
/usr/lib/python3.11/site-packages/secretstorage/dhcrypto.py
/usr/lib/python3.11/site-packages/secretstorage/exceptions.py
/usr/lib/python3.11/site-packages/secretstorage/item.py
/usr/lib/python3.11/site-packages/secretstorage/py.typed
/usr/lib/python3.11/site-packages/secretstorage/util.py
/usr/share/doc/packages/python311-SecretStorage
/usr/share/doc/packages/python311-SecretStorage/README.rst
/usr/share/doc/packages/python311-SecretStorage/changelog
/usr/share/licenses/python311-SecretStorage
/usr/share/licenses/python311-SecretStorage/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024