- update to 25.1.0:
* Replace ExceptionRaisedContext with ExceptionTrap. * When completion is unavailable, exit with non-zero status and emit message to stderr. * Removed check for config in XDG_DATA_HOME on Linux systems. * In platform config support, remove support for Windows XP, now 10 years sunset. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=128
This commit is contained in:
parent
7ead75bd68
commit
1ea386e9c1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c3327b6ffafc0e8befbdb597cacdb4928ffe5c1212f7645f186e6d9957a898db
|
|
||||||
size 60454
|
|
3
keyring-25.1.0.tar.gz
Normal file
3
keyring-25.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7230ea690525133f6ad536a9b5def74a4bd52642abe594761028fc044d7c7893
|
||||||
|
size 60191
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 6 19:38:28 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 25.1.0:
|
||||||
|
* Replace ExceptionRaisedContext with ExceptionTrap.
|
||||||
|
* When completion is unavailable, exit with non-zero status and
|
||||||
|
emit message to stderr.
|
||||||
|
* Removed check for config in XDG_DATA_HOME on Linux systems.
|
||||||
|
* In platform config support, remove support for Windows XP,
|
||||||
|
now 10 years sunset.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 16 09:03:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Mar 16 09:03:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-keyring%{psuffix}
|
Name: python-keyring%{psuffix}
|
||||||
Version: 24.3.1
|
Version: 25.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System keyring service access from Python
|
Summary: System keyring service access from Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user