From 7ead75bd6840df4a3ef6cc27e60d2ec631c1c75f16ab2bcbd9c0b0559cbd48cb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Mar 2024 09:03:47 +0000 Subject: [PATCH] - 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 --- keyring-24.3.0.tar.gz | 3 --- keyring-24.3.1.tar.gz | 3 +++ python-keyring.changes | 7 +++++++ python-keyring.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 keyring-24.3.0.tar.gz create mode 100644 keyring-24.3.1.tar.gz diff --git a/keyring-24.3.0.tar.gz b/keyring-24.3.0.tar.gz deleted file mode 100644 index afbbc81..0000000 --- a/keyring-24.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e730ecffd309658a08ee82535a3b5ec4b4c8669a9be11efb66249d8e0aeb9a25 -size 59666 diff --git a/keyring-24.3.1.tar.gz b/keyring-24.3.1.tar.gz new file mode 100644 index 0000000..8746d6f --- /dev/null +++ b/keyring-24.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3327b6ffafc0e8befbdb597cacdb4928ffe5c1212f7645f186e6d9957a898db +size 60454 diff --git a/python-keyring.changes b/python-keyring.changes index 76694c0..fead5a3 100644 --- a/python-keyring.changes +++ b/python-keyring.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 16 09:03:31 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-keyring.spec b/python-keyring.spec index 48ba70e..e503f3d 100644 --- a/python-keyring.spec +++ b/python-keyring.spec @@ -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 # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-keyring%{psuffix} -Version: 24.3.0 +Version: 24.3.1 Release: 0 Summary: System keyring service access from Python License: MIT @@ -43,7 +43,7 @@ Requires: python-SecretStorage >= 3.2 Requires: python-jaraco.classes Requires: python-jeepney >= 0.4.2 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %if 0%{python_version_nodots} < 310