Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jaraco/keyring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.10.0
Choose a base ref
...
head repository: jaraco/keyring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.11.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 4, 2022

  1. libsecret: skip if there is no secret service running

    In case libsecret and its Python bindings are available the
    libsecret backend will get selected. This doesn't mean though
    that the system service it connects to is available.
    
    This leads to the backend being used and then failing, for example
    in get_credential() with:
    g-dbus-error-quark: The name org.freedesktop.secrets is unknown (2)
    
    To avoid this ask libsecret to connect to the system service first
    before considering to use it.
    
    Fixes #600
    lazka committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9672a5d View commit details
    Browse the repository at this point in the history
  2. Update changelog

    jaraco authored and lazka committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    c3eb39b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #603 from lazka/libsecret-check-session

    libsecret: skip if there is no secret service running
    jaraco authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    f3b14d0 View commit details
    Browse the repository at this point in the history
Loading