#16 Update to 23.8.2 (close RHBZ#2107061)
Merged 2 years ago by music. Opened 2 years ago by music.
rpms/ music/python-keyring v23.8.2  into  rawhide

file modified
+1
@@ -30,3 +30,4 @@ 

  /keyring-23.5.0.tar.gz

  /keyring-23.5.1.tar.gz

  /keyring-23.6.0.tar.gz

+ /keyring-23.8.2.tar.gz

file modified
+5 -2
@@ -3,8 +3,8 @@ 

  %bcond_with xvfb_tests

  

  Name:           python-keyring

- Version:        23.6.0

- Release:        3%{?dist}

+ Version:        23.8.2

+ Release:        1%{?dist}

  Summary:        Store and access your passwords safely

  

  License:        MIT and Python
@@ -99,6 +99,9 @@ 

  

  

  %changelog

+ * Fri Aug 12 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 23.8.2-1

+ - Update to 23.8.2 (close RHBZ#2107061)

+ 

  * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 23.6.0-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (keyring-23.6.0.tar.gz) = 2a37d16e0f33770845fff2ab65603d61d8b945ccdf56f9ea71bcbb6920b85cb1a86303f3e2aad4d9e31c89225eb0d9c193898724d5b7320391bcd4b97c409869

+ SHA512 (keyring-23.8.2.tar.gz) = cd2f3ea6b50ef7a9672e716c6942e30633122c6b9295935308b4cd0702783e23cc89e3521f8ac5426ef7f12b5bb28c8b72af22ee19d422cbd22cfdeeadd5e70c

This should be a compatible update for 23.6.0, making it suitable for F37 and F36 as well.

I tested this with dependent packages in COPR for F38/Rawhide and for F36 (skipping F37 because I assume it hasn’t diverged much from Rawhide yet). The only failure was pgcli in F36, which was already failing in Koschei.

Source diff: https://github.com/jaraco/keyring/compare/v23.6.0...v23.8.2
Changelog:

v23.8.2
-------

* #581: Corrected regression in ``libsecret`` tests (``.collection`` property).

v23.8.1
-------

* #587: Fix regression in ``libsecret``.

v23.8.0
-------

* #448: ``SecretService`` and ``libsecret`` backends now support a
  new ``SelectableScheme``, allowing the keys for "username" and
  "service" to be overridden for compatibility with other schemes
  such as KeePassXC.

* Introduced a new ``.with_properties`` method on backends to
  produce a new keyring with different properties. Use for example
  to get a keyring with a different ``keychain`` (macOS) or
  ``scheme`` (SecretService/libsecret). e.g.::

    keypass = keyring.get_keyring().with_properties(scheme='KeePassXC')

* ``.with_keychain`` method on macOS is superseded by ``.with_properties``
  and so is now deprecated.

v23.7.0
-------

* #582: Suppress KeyringErrors for devpi client.

rebased onto d59f18a

2 years ago

Pull-Request has been merged by music

2 years ago