2022-08-29 05:53:56 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 29 03:53:10 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
|
|
|
|
- Inject multibuild to prevent a build cycle
|
|
|
|
|
2022-05-11 12:33:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 11 10:32:48 UTC 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!
|
|
|
|
|
2021-03-02 01:29:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 2 00:28:57 UTC 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.
|
|
|
|
|
2021-02-01 21:56:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 1 20:55:07 UTC 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.
|
|
|
|
|
2020-11-26 10:15:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 26 09:15:35 UTC 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.
|
|
|
|
|
2020-04-16 12:25:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 16 09:00:03 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 3.1.2
|
|
|
|
SecretStorage 3.1.2, 2020-01-08
|
|
|
|
===============================
|
|
|
|
* Updated the docs to describe how to close the D-Bus connection after use.
|
|
|
|
* For secrets of wrong type, a TypeError is now raised [`#20`_].
|
|
|
|
SecretStorage 3.1.1, 2019-01-24
|
|
|
|
===============================
|
|
|
|
* Fixes TypeError with cryptography 2.5.
|
|
|
|
Thanks Zach Hoffman for the pull request!
|
|
|
|
SecretStorage 3.1.0, 2018-09-02
|
|
|
|
===============================
|
|
|
|
* The ``dbus_init`` function no longer accepts any arguments.
|
|
|
|
* The ``dbus_init`` function now converts ``ConnectionError`` and
|
|
|
|
``ValueError`` to ``SecretServiceNotAvailableException``.
|
|
|
|
* New exception class: ``PromptDismissedException``.
|
|
|
|
* Switched to declarative setup configuration. Build now requires
|
|
|
|
setuptools 30.3 or newer.
|
|
|
|
* Added support for prompts when deleting collections and items.
|
|
|
|
* Added type annotations to all methods.
|
|
|
|
SecretStorage 3.0.1, 2018-04-24
|
|
|
|
===============================
|
|
|
|
* When ``DBUS_SESSION_BUS_ADDRESS`` environment variable is unset, and
|
|
|
|
Jeepney raises a ``KeyError`` because of that, SecretStorage now intercepts
|
|
|
|
that error and re-raises it as ``SecretServiceNotAvailableException``.
|
|
|
|
* Uploaded to PyPI with fixed meta-data.
|
|
|
|
SecretStorage 3.0.0, 2018-04-23
|
|
|
|
===============================
|
|
|
|
.. warning::
|
|
|
|
This release is backwards incompatible with the previous versions.
|
|
|
|
* Python 3.5 or newer is now required.
|
|
|
|
* SecretStorage has been ported from dbus-python to Jeepney_, a
|
|
|
|
pure Python D-Bus client.
|
|
|
|
* The asynchronous API has been removed. If you need it, please
|
|
|
|
file a bug and describe your use case.
|
|
|
|
* The ``bus`` argument is now called ``connection`` in all functions
|
|
|
|
that accept it.
|
|
|
|
|
2019-11-07 16:47:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 7 15:47:19 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Run through spec-cleaner
|
|
|
|
|
2018-12-04 15:01:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:54:04 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-01-24 11:18:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 24 10:17:37 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix dbus-python deps to ease the logic and allow python2less build
|
|
|
|
|
2017-05-01 21:13:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 1 19:13:10 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Fix source URL.
|
|
|
|
|
2017-05-01 19:26:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 1 17:22:53 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version.
|
|
|
|
- Fix source URL.
|
|
|
|
|
2016-11-29 09:37:03 +01:00
|
|
|
-------------------------------------------------------------------
|
2017-01-19 11:24:51 +01:00
|
|
|
Thu Jan 19 10:21:21 UTC 2017 - bwiedemann@suse.com
|
|
|
|
|
|
|
|
- fix building outside OBS
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-11-29 09:37:03 +01:00
|
|
|
Tue Nov 22 12:37:40 UTC 2016 - hpj@urpla.net
|
|
|
|
|
|
|
|
- add test section
|
|
|
|
|
2016-09-01 09:56:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 1 05:28:50 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Use url with hash as Source url. The pypi.io url is not working.
|
|
|
|
|
2016-09-01 06:18:11 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 1 04:14:19 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- update to 2.3.1:
|
|
|
|
* Update requires line in setup.py for cryptography port.
|
|
|
|
* Documentation is now hosted on ReadTheDocs.
|
|
|
|
* Ported from PyCrypto to cryptography module [#6].
|
|
|
|
* Item.get_secret() now returns a bytes object rather than a bytearray.
|
|
|
|
- Adjust Requires and BuildRequires
|
|
|
|
|
2016-07-08 10:41:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 7 12:52:27 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Use pypi.io as Source url
|
|
|
|
|
2016-07-04 10:17:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 29 14:01:46 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Initial packaging (version 2.2.1)
|
|
|
|
|