Commit Graph

16 Commits

Author SHA256 Message Date
Tomáš Chvátal
73707b2a25 Accepting request 794544 from home:pgajdos:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/794544
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=23
2020-04-16 10:25:22 +00:00
a07bf43510 Run through spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=21
2019-11-07 15:47:45 +00:00
722c70c884 Fix %pytest call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=20
2019-10-14 13:47:18 +00:00
62757c9eb9 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=18
2018-12-04 17:22:11 +00:00
dbec129589 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=17
2018-12-04 14:01:36 +00:00
Tomáš Chvátal
0450290bda - Fix dbus-python deps to ease the logic and allow python2less build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=15
2018-01-24 10:18:26 +00:00
Todd R
7777b4a722 Accepting request 492350 from home:TheBlackCat:branches:devel:languages:python
Fix source URL.

OBS-URL: https://build.opensuse.org/request/show/492350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=13
2017-05-01 19:13:35 +00:00
Todd R
39f1365062 Accepting request 492330 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version.
- Fix source URL.

OBS-URL: https://build.opensuse.org/request/show/492330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=12
2017-05-01 17:26:48 +00:00
4351e8ba59 Accepting request 451344 from home:bmwiedemann:branches:devel:languages:python
fix building (2nd time) outside OBS

e.g. with osc build --noinit

OBS-URL: https://build.opensuse.org/request/show/451344
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=10
2017-01-19 10:24:51 +00:00
860a787f43 Accepting request 441401 from home:frispete:python
- add test section

OBS-URL: https://build.opensuse.org/request/show/441401
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=8
2016-11-29 08:37:03 +00:00
Lars Vogdt
ac2d388141 fix broken link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=6
2016-09-08 11:00:56 +00:00
Lars Vogdt
9365cee2b9 use link to devel:languages:python package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=5
2016-09-02 10:44:35 +00:00
Thomas Bechtold
843d7c2eed Accepting request 424120 from home:tbechtold:branches:devel:languages:python
- Use url with hash as Source url. The pypi.io url is not working.

OBS-URL: https://build.opensuse.org/request/show/424120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=4
2016-09-01 07:56:11 +00:00
Thomas Bechtold
d23e40cf6d Accepting request 424110 from home:tbechtold:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/424110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=3
2016-09-01 04:18:11 +00:00
995b16dc5a Accepting request 407113 from home:tbechtold:branches:devel:languages:python
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/407113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=2
2016-07-08 08:41:24 +00:00
5a759cb384 Accepting request 405487 from home:tbechtold:branches:devel:languages:python
Initial packaging (needed for newer python-keyring)

OBS-URL: https://build.opensuse.org/request/show/405487
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SecretStorage?expand=0&rev=1
2016-07-04 08:17:41 +00:00