From 0a3aabf538729cfe9b0a0de74729d75c665c6e9fd6d9ab3af55ba7064bb86bee Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 13 May 2025 06:25:25 +0000 Subject: [PATCH 1/2] - Update to 1.8.0: * Fix for click 8.2. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-consolekit?expand=0&rev=7 --- consolekit-1.7.2.tar.gz | 3 --- consolekit-1.8.0.tar.gz | 3 +++ python-consolekit.changes | 6 ++++++ python-consolekit.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 consolekit-1.7.2.tar.gz create mode 100644 consolekit-1.8.0.tar.gz diff --git a/consolekit-1.7.2.tar.gz b/consolekit-1.7.2.tar.gz deleted file mode 100644 index e2acf0d..0000000 --- a/consolekit-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e61dd1d0955f3ff101414873b1e6d09232affac3bf4b8aa0b723b1d7363b6a57 -size 148347 diff --git a/consolekit-1.8.0.tar.gz b/consolekit-1.8.0.tar.gz new file mode 100644 index 0000000..30c7d4e --- /dev/null +++ b/consolekit-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c985b8278ef8b834509a47a54acdf33133830356bb46b2be4a429dcf9da286a8 +size 148745 diff --git a/python-consolekit.changes b/python-consolekit.changes index 7036ddb..054a18a 100644 --- a/python-consolekit.changes +++ b/python-consolekit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 13 06:24:46 UTC 2025 - Steve Kowalik + +- Update to 1.8.0: + * Fix for click 8.2. + ------------------------------------------------------------------- Thu Feb 27 10:04:44 UTC 2025 - ecsos diff --git a/python-consolekit.spec b/python-consolekit.spec index e99287f..0f7b75b 100644 --- a/python-consolekit.spec +++ b/python-consolekit.spec @@ -1,7 +1,7 @@ # # spec file for package python-consolekit # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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-consolekit%{psuffix} -Version: 1.7.2 +Version: 1.8.0 Release: 0 Summary: Additional utilities for click License: MIT From 3f766d4fe34829f53ac90aee5f30bdadfcfd2edbf7afa612a1695316882f41e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 20 May 2025 07:52:56 +0000 Subject: [PATCH 2/2] Accepting request 1278350 from home:glaubitz:branches:devel:languages:python - Update to 1.8.1 * Fix stdout function on testing.Result OBS-URL: https://build.opensuse.org/request/show/1278350 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-consolekit?expand=0&rev=8 --- consolekit-1.8.0.tar.gz | 3 --- consolekit-1.8.1.tar.gz | 3 +++ python-consolekit.changes | 6 ++++++ python-consolekit.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 consolekit-1.8.0.tar.gz create mode 100644 consolekit-1.8.1.tar.gz diff --git a/consolekit-1.8.0.tar.gz b/consolekit-1.8.0.tar.gz deleted file mode 100644 index 30c7d4e..0000000 --- a/consolekit-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c985b8278ef8b834509a47a54acdf33133830356bb46b2be4a429dcf9da286a8 -size 148745 diff --git a/consolekit-1.8.1.tar.gz b/consolekit-1.8.1.tar.gz new file mode 100644 index 0000000..596054f --- /dev/null +++ b/consolekit-1.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9edbde4f1880fd4c08a7f6d8b1a26a4030ecdc0464a14b60e4930d0d2a8654 +size 148736 diff --git a/python-consolekit.changes b/python-consolekit.changes index 054a18a..8d63e8c 100644 --- a/python-consolekit.changes +++ b/python-consolekit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 19 08:30:36 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.8.1 + * Fix stdout function on testing.Result + ------------------------------------------------------------------- Tue May 13 06:24:46 UTC 2025 - Steve Kowalik diff --git a/python-consolekit.spec b/python-consolekit.spec index 0f7b75b..f3d9a1a 100644 --- a/python-consolekit.spec +++ b/python-consolekit.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-consolekit%{psuffix} -Version: 1.8.0 +Version: 1.8.1 Release: 0 Summary: Additional utilities for click License: MIT