Skip to content

Update secretstorage to 3.5.0#493

Open
pyup-bot wants to merge 1 commit intomainfrom
pyup-update-secretstorage-3.3.1-to-3.5.0
Open

Update secretstorage to 3.5.0#493
pyup-bot wants to merge 1 commit intomainfrom
pyup-update-secretstorage-3.3.1-to-3.5.0

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates secretstorage from 3.3.1 to 3.5.0.

Changelog

3.5.0

===============================

* Added ``timeout`` argument to the ``unlock()`` methods of ``Collection``
and ``Item`` [`33`_].
* Removed ``int_to_bytes()`` function in favor of the built-in method.

.. _`33`: https://github.com/mitya57/secretstorage/issues/33

3.4.1

===============================

* Make sure public key length is exactly 128 bytes [`48`_].
This fixes ``Client public key size is invalid`` error from KWallet.

.. _`48`: https://github.com/mitya57/secretstorage/issues/48

3.4.0

===============================

* Handle D-Bus ``UnknownObject`` error when no collection is found [`43`_].
Thanks to Renato Alencar for the pull request!
* Added ``__repr__`` methods to Collection and Item classes [`47`_].
* Moved project metadata to ``pyproject.toml``.
* Python ≥ 3.10 and setuptools ≥ 77.0 are now required.
* Various code modernizations.
Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!

.. _`43`: https://github.com/mitya57/secretstorage/pull/43
.. _`47`: https://github.com/mitya57/secretstorage/issues/47

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

3.3.2

===============================

* Fixed a deprecation warning with jeepney 0.8.
Thanks to Sam McKelvie for the pull request!
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant