- update to 24.3.1:

* Minor fixes to account for emergent typing and linter
    concerns.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=126
This commit is contained in:
Dirk Mueller 2024-03-16 09:03:47 +00:00 committed by Git OBS Bridge
parent 97747e2f1b
commit 7ead75bd68
4 changed files with 14 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25
size 59666

3
keyring-24.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3327b6ffafc0e8befbdb597cacdb4928ffe5c1212f7645f186e6d9957a898db
size 60454

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Mar 16 09:03:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.3.1:
* Minor fixes to account for emergent typing and linter
concerns.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 27 19:29:51 UTC 2023 - Dirk Müller <dmueller@suse.com> Mon Nov 27 19:29:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file # spec file for package python-keyring
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -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.0 Version: 24.3.1
Release: 0 Release: 0
Summary: System keyring service access from Python Summary: System keyring service access from Python
License: MIT License: MIT
@ -43,7 +43,7 @@ Requires: python-SecretStorage >= 3.2
Requires: python-jaraco.classes Requires: python-jaraco.classes
Requires: python-jeepney >= 0.4.2 Requires: python-jeepney >= 0.4.2
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun):update-alternatives Requires(postun): update-alternatives
BuildArch: noarch BuildArch: noarch
%if 0%{python_version_nodots} < 310 %if 0%{python_version_nodots} < 310