Commit Graph

95 Commits

Author SHA256 Message Date
Dominique Leuenberger
6923a6804d Accepting request 921255 from devel:languages:python
- Update to 23.2.1:
  * #530: In libsecret tests, use a session collection to allow tests
    to pass on Debian.
  * #521: Add libsecret backend.
  * #519: macOS backend APIs updated to newer, non-legacy APIs.
- Add patch support-new-importlib.patch:
  * Support new importlib-metadata.

OBS-URL: https://build.opensuse.org/request/show/921255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=41
2021-09-26 19:48:39 +00:00
Steve Kowalik
c1e30050aa - Update to 23.2.1:
* #530: In libsecret tests, use a session collection to allow tests
    to pass on Debian.
  * #521: Add libsecret backend.
  * #519: macOS backend APIs updated to newer, non-legacy APIs.
- Add patch support-new-importlib.patch:
  * Support new importlib-metadata.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=92
2021-09-24 09:22:36 +00:00
Dominique Leuenberger
15d6153b74 Accepting request 900608 from devel:languages:python
- Update to 23.0.1 (bsc#1184133):
  * #504: Better error with invalid parameter to init_keyring.
  * #505: Nicer documentation for headless Docker.
  * Backends now all invoke ``set_properties_from_env`` on
    self in the initializer. Derived backends should be sure
    to invoke ``super().__init__()``.
  * Use new entry points API from importlib_metadata 3.6.
  * Added redundant type declarations for accessor functions
    in ``keyring.core``.
  * Added type declaration for ``keyring.core.get_keyring()``.
  * #438: For better interoperability with other
    applications, ``Windows`` backend now attempts to
    decode passwords using UTF-8 if UTF-16 decoding fails.
    Passwords are still stored as UTF-16.
  * #437: Package now declares typing support.
  * #403: Keyring no longer eagerly initializes the backend
    on import, but instead defers the backend initialization
    until a keyring is accessed. Any callers reliant on this
    early intialization behavior may need to call
    ``keyring.core.init_backend()`` to explicitly initialize
    the detected backend.
  * #474: SecretService and KWallet backends are now
    disabled if the relevant names are not available on
    D-Bus. Keyring should now be much more responsive
    in these environments.
  * #463: Fixed regression in KWallet ``get_credential``
    where a simple string was returned instead of a
    SimpleCredential.
  * #431: KWallet backend now supports ``get_credential``.
  * #445: Suppress errors when ``sys.argv`` is not
    a list of at least one element.
  * #440: Keyring now honors XDG_CONFIG_HOME as
    ``~/.config``.
  * #452: SecretService ``get_credential`` now returns
    ``None`` for unmatched query.
- Remove fix-kwallet-tests.patch, it doesn't seem to be necessary
  anymore.

OBS-URL: https://build.opensuse.org/request/show/900608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=40
2021-07-10 20:53:32 +00:00
34cf29c9b8 Add reference to the appropriate bugzilla
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=91
2021-06-17 15:03:47 +00:00
7becd474d0 - Update to 23.0.1:
* #504: Better error with invalid parameter to init_keyring.
  * #505: Nicer documentation for headless Docker.
  * Backends now all invoke ``set_properties_from_env`` on
    self in the initializer. Derived backends should be sure
    to invoke ``super().__init__()``.
  * Use new entry points API from importlib_metadata 3.6.
  * Added redundant type declarations for accessor functions
    in ``keyring.core``.
  * Added type declaration for ``keyring.core.get_keyring()``.
  * #438: For better interoperability with other
    applications, ``Windows`` backend now attempts to
    decode passwords using UTF-8 if UTF-16 decoding fails.
    Passwords are still stored as UTF-16.
  * #437: Package now declares typing support.
  * #403: Keyring no longer eagerly initializes the backend
    on import, but instead defers the backend initialization
    until a keyring is accessed. Any callers reliant on this
    early intialization behavior may need to call
    ``keyring.core.init_backend()`` to explicitly initialize
    the detected backend.
  * #474: SecretService and KWallet backends are now
    disabled if the relevant names are not available on
    D-Bus. Keyring should now be much more responsive
    in these environments.
  * #463: Fixed regression in KWallet ``get_credential``
    where a simple string was returned instead of a
    SimpleCredential.
  * #431: KWallet backend now supports ``get_credential``.
  * #445: Suppress errors when ``sys.argv`` is not

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=90
2021-06-17 15:03:11 +00:00
Dominique Leuenberger
6c61beddd8 Accepting request 873156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/873156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=39
2021-02-23 19:19:56 +00:00
0bbe6cf4b1 Accepting request 873026 from home:alarrosa:branches:devel:languages:python
- On SLE/Leap, set the egg version on %prep to the package version
  since it's not being set automatically.

OBS-URL: https://build.opensuse.org/request/show/873026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=88
2021-02-17 14:20:16 +00:00
Dominique Leuenberger
4f4b0c1205 Accepting request 838815 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/838815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=38
2020-10-02 15:15:31 +00:00
Tomáš Chvátal
61c07da8d6 Accepting request 838789 from home:frispete:python
- Fold -tests package into mail package again

- Apply fix-kwallet-tests.patch

- fix packaging tests

- Package tests in separate package $flavor-tests
  Allows packages, that depend on these tests, to build successfully
  e.g. keyrings.cryptfile

OBS-URL: https://build.opensuse.org/request/show/838789
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=86
2020-09-30 17:23:20 +00:00
Dominique Leuenberger
e7aa806563 Accepting request 810904 from devel:languages:python
- update to 21.2.1:
  * #426: Restored lenience on startup when entry point
    metadata is missing.
  * #423: Avoid RecursionError when initializing backends
    when a limit is supplied.

- Fix the requirements to match reality of setup.cfg

- %python3_only -> %python_alternative

OBS-URL: https://build.opensuse.org/request/show/810904
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=37
2020-06-05 17:59:43 +00:00
2397031c33 - update to 21.2.1:
* #426: Restored lenience on startup when entry point
    metadata is missing.
  * #423: Avoid RecursionError when initializing backends
    when a limit is supplied.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=84
2020-06-02 16:33:36 +00:00
Tomáš Chvátal
190bda1f65 - Fix the requirements to match reality of setup.cfg
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=83
2020-05-28 07:17:20 +00:00
Tomáš Chvátal
c6b79ee653 Accepting request 808627 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/808627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=82
2020-05-25 09:26:37 +00:00
Dominique Leuenberger
dd1b0be89d Accepting request 794554 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/794554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=36
2020-04-19 19:49:42 +00:00
Tomáš Chvátal
ee812d94f0 Accepting request 794535 from home:pgajdos:python
Too soon?

OBS-URL: https://build.opensuse.org/request/show/794535
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=80
2020-04-16 10:27:32 +00:00
Dominique Leuenberger
70671cb40a Accepting request 689757 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/689757
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=35
2019-03-29 19:39:17 +00:00
Tomáš Chvátal
7871c12f9c Accepting request 689486 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary.

OBS-URL: https://build.opensuse.org/request/show/689486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=78
2019-03-29 09:21:19 +00:00
Tomáš Chvátal
bd3c6415ca - Update to 18.0.1:
* #386: ExceptionInfo no longer retains a reference to the traceback.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=77
2019-03-28 15:06:15 +00:00
Dominique Leuenberger
e88a7d5ad3 Accepting request 682032 from devel:languages:python
- Revert the test removal pending fix of upstream bug:
  https://github.com/jaraco/keyrings.alt/issues/33

OBS-URL: https://build.opensuse.org/request/show/682032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=34
2019-03-08 10:01:00 +00:00
Tomáš Chvátal
3515109f63 - Revert the test removal pending fix of upstream bug:
https://github.com/jaraco/keyrings.alt/issues/33

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=75
2019-03-06 08:40:56 +00:00
Stephan Kulow
e65ab09fe1 Accepting request 679266 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/679266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=33
2019-03-01 19:28:57 +00:00
Tomáš Chvátal
860d3eb303 Accepting request 679265 from home:jayvdb:noflake8
- Add LICENSE
- Remove tests from runtime package
- Fix test failure occurring in test_packaging.py
- Use pytest --ignore to avoid removing build directories in %check
- Remove unnecessary build dependency pytest-sugar
- Update from v15.1.0 to v18.0.0

OBS-URL: https://build.opensuse.org/request/show/679265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=73
2019-02-26 13:42:06 +00:00
Dominique Leuenberger
c9e3ed2901 Accepting request 641907 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/641907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=32
2018-10-18 13:29:03 +00:00
Tomáš Chvátal
e6d0d227b3 Accepting request 641840 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/641840
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=71
2018-10-14 08:49:34 +00:00
Yuchen Lin
bc18380518 Accepting request 635405 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/635405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=31
2018-09-16 16:29:49 +00:00
186b759960 - drop flake8 dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=69
2018-09-05 20:28:02 +00:00
Dominique Leuenberger
e39f4227a4 Accepting request 623136 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/623136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=30
2018-07-18 20:54:45 +00:00
6c0ae6e652 - Update to 13.2.1:
* #335: Fix regression in command line client.
  * Keyring command-line interface now reads the password
   directly from stdin if stdin is connected to a pipe.
  * #329: Improve output of ``keyring --list-backends``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=67
2018-07-09 13:43:02 +00:00
Dominique Leuenberger
321c2bbfe6 Accepting request 620965 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/620965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=29
2018-07-09 11:27:21 +00:00
Tomáš Chvátal
c9caa62960 - Version update to 13.0.0:
* #327: In kwallet backend, if the collection or item is
    locked, a ``KeyringLocked`` exception is raised. Clients
    expecting a None response from ``get_password`` under
    this condition will need to catch this exception.
    Additionally, an ``InitError`` is now raised if the
    connection cannot be established to the DBus.
  * #298: In kwallet backend, when checking an existing
    handle, verify that it is still valid or create a new
    connection.
  * Fixed issue in SecretService. Ref #226.
  * #322: Fix AttributeError when ``escape.__builtins__``
    is a dict.
  * Deprecated ``keyring.util.escape`` module. If you use
    this module or encounter the warning (on the latest
    release of your packages), please `file a ticket
    <https://github.com/jaraco/keyring/issues/new>`_.
  * Unpin SecretStorage on Python 3.5+. Requires that
    Setuptools 17.1 be used. Note that the special
    handling will be unnecessary once Pip 9 can be
    assumed (as it will exclude SecretStorage 3 in
    non-viable environments).
  * #310: Keyring now loads all backends through entry
    points.
  * #312: Use ``entrypoints`` instead of pkg_resources to
    avoid performance hit loading pkg_resources. Adds
    a dependency on ``entrypoints``.
  * #294: No longer expose ``keyring.__version__`` (added
    in 8.1) to avoid performance hit loading pkg_resources.
  * #299: Keyring exceptions are now derived from a base

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=65
2018-06-23 07:38:04 +00:00
Dominique Leuenberger
a0cb42a514 Accepting request 568852 from devel:languages:python
- Fix building in py3 only enviroment
- Remove the test conditional which was always on anyway

OBS-URL: https://build.opensuse.org/request/show/568852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=28
2018-01-26 12:38:43 +00:00
Tomáš Chvátal
303db75e2a - Fix building in py3 only enviroment
- Remove the test conditional which was always on anyway

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=63
2018-01-24 10:27:56 +00:00
Dominique Leuenberger
cd2c0ccd1a Accepting request 546273 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/546273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=27
2017-12-03 09:08:24 +00:00
a68c6ed176 Accepting request 546226 from home:mimi_vx:branches:devel:languages:python
- update to 10.5.0:
  * Added --list-backends option to command-line interface.
  * Removed logger from keyring
  * Set the appid for SecretService & KWallet to something meaningful

OBS-URL: https://build.opensuse.org/request/show/546226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=61
2017-11-28 17:08:29 +00:00
Dominique Leuenberger
81ff6bbe17 Accepting request 518327 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/518327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=26
2017-08-24 16:18:02 +00:00
Thomas Bechtold
f4b3a466ce Accepting request 518325 from home:tbechtold:branches:devel:languages:python
- update to 10.4.0:
  * #279: In Kwallet, pass mainloop to SessionBus.
  * #278: Unpin pywin32-ctypes, but blacklist known
    incompatible versions.
  * #278: Pin to pywin32-ctypes 0.0.1 to avoid apparent
    breakage introduced in 0.1.0.

OBS-URL: https://build.opensuse.org/request/show/518325
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=59
2017-08-23 05:22:48 +00:00
Dominique Leuenberger
bb2ea01e99 Accepting request 492693 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/492693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=25
2017-05-16 12:28:30 +00:00
Todd R
b9525e7583 Accepting request 492692 from home:TheBlackCat:branches:devel:languages:python
- Implement single-spec version.
- Fix source URL.
- Update to version 10.3.2

OBS-URL: https://build.opensuse.org/request/show/492692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=57
2017-05-03 16:04:18 +00:00
Dominique Leuenberger
9566bb969a Accepting request 451180 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/451180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=24
2017-01-23 10:29:46 +00:00
7de08d7b11 Accepting request 450920 from home:stroeder:branches:devel:languages:python
update to 10.2

requires python-setuptools_scm>=1.15.0, see request #450874

OBS-URL: https://build.opensuse.org/request/show/450920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=55
2017-01-18 13:46:53 +00:00
Dominique Leuenberger
36d774ee8a Accepting request 440407 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/440407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=23
2016-11-17 11:23:36 +00:00
Jan Matejek
8f867e864c Accepting request 440041 from home:stroeder:branches:devel:languages:python
update to 10.0.2

OBS-URL: https://build.opensuse.org/request/show/440041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=53
2016-11-15 15:22:45 +00:00
Dominique Leuenberger
2e52fec831 Accepting request 419341 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/419341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=22
2016-09-08 15:37:18 +00:00
Thomas Bechtold
101a37dc2c Accepting request 419109 from home:stroeder:branches:devel:languages:python
update to 9.3.1

OBS-URL: https://build.opensuse.org/request/show/419109
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=51
2016-08-15 05:34:30 +00:00
180c2e2ada Accepting request 405489 from home:tbechtold:branches:devel:languages:python
- update to 9.3:
9.3
---
* Pull Request #226: In SecretService backend, unlock
  individual entries.
9.2.1
-----
* Issue #230: Don't rely on dbus-python and instead
  defer to SecretStorage to describe the installation
  requirements.
9.2
---
* Issue #231 via #233: On Linux, ``secretstorage``
  is now a declared dependency, allowing recommended
  keyring to work simply after installation.
9.1
---
* Issue #83 via #229: ``kwallet`` backend now stores
  the service name as a folder name in the backend rather
  than storing all passwords in a Python folder.
- Adjust Requires
- Use pypi.io for Source url

OBS-URL: https://build.opensuse.org/request/show/405489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=50
2016-07-04 08:17:41 +00:00
Dominique Leuenberger
5ea169050e Accepting request 400242 from devel:languages:python
- require python-setuptools (see bsc#983147)

OBS-URL: https://build.opensuse.org/request/show/400242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=21
2016-06-12 16:53:13 +00:00
0d9b66d728 - require python-setuptools (see bsc#983147)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=48
2016-06-06 11:21:29 +00:00
eef17d0f59 Accepting request 400053 from home:stroeder:branches:devel:languages:python
require python-setuptools (see #983147)

OBS-URL: https://build.opensuse.org/request/show/400053
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=47
2016-06-06 11:21:02 +00:00
Dominique Leuenberger
3e038917cd Accepting request 393985 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/393985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-keyring?expand=0&rev=20
2016-05-10 07:26:25 +00:00
1ca2547ded Accepting request 393936 from home:stroeder:branches:devel:languages:python
update to 9.0

OBS-URL: https://build.opensuse.org/request/show/393936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=45
2016-05-06 07:29:42 +00:00