14
0

Accepting request 1098435 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1098435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=120
This commit is contained in:
2023-07-13 09:58:52 +00:00
committed by Git OBS Bridge
parent c891a243bc
commit 055ef6fe64
4 changed files with 47 additions and 13 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Jul 12 22:53:41 UTC 2023 - Arun Persaud <arun@gmx.de>
- specfile:
* require python >=3.8
* Changelog got renamed to NEWS
- update to version 24.2.0:
* Features
+ Require Python 3.8 or later.
- changes from version 24.1.1:
* Bugfixes
+ Restore support for reading from a config file (with regression
test). (#638)
- changes from version 24.1.0:
* Bugfixes
+ Avoid logging warning when no config file is present. (#635)
+ Include all operations in the error message if no operation was
supplied. (#636)
* Improved Documentation
+ Correct name of macOS backend in README. (#637)
- changes from version 24.0.0:
* #633: Added diagnose command with basic support.
* #487: Removed keyring.backends.OS_X module.
* #593: Removed keyring.util.properties module.
- changes from version 23.14.0:
* #623: On macOS, warn the user when keychain property is indicated,
as that value can't be honored (macOS API no longer supports
indicating the target keychain).
-------------------------------------------------------------------
Fri Apr 21 12:27:41 UTC 2023 - Dirk Müller <dmueller@suse.com>