From bff5e41aa0bc1b253a6c0dd0d548346d3ea6c637c90f1f7a80623975779c485e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 17 Jun 2025 08:49:12 +0000 Subject: [PATCH] Accepting request 1286100 from home:glaubitz:branches:devel:languages:python - Update to 1.25.0 * Add support for CentOS 10 keyfiles * testing: remove centos7 and 8 * Update zuul config to drop xenial jobs - Switch package to modern Python Stack on SLE-15 * Use Python 3.11 on SLE-15 by default * Drop support for older Python versions OBS-URL: https://build.opensuse.org/request/show/1286100 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glean?expand=0&rev=22 --- glean-1.24.0.tar.gz | 3 --- glean-1.25.0.tar.gz | 3 +++ python-glean.changes | 11 +++++++++++ python-glean.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 glean-1.24.0.tar.gz create mode 100644 glean-1.25.0.tar.gz diff --git a/glean-1.24.0.tar.gz b/glean-1.24.0.tar.gz deleted file mode 100644 index 8c8159e..0000000 --- a/glean-1.24.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df2788d7fe1178b56694f2983b288f8e8457aa62723b960acb7fd26a440f0c10 -size 76586 diff --git a/glean-1.25.0.tar.gz b/glean-1.25.0.tar.gz new file mode 100644 index 0000000..9037263 --- /dev/null +++ b/glean-1.25.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1737b4c89a3a9233f0a0d68c2c6379d4badf468c8fdadfe7625615d51b20e62 +size 79826 diff --git a/python-glean.changes b/python-glean.changes index c6a2dd7..78e2db4 100644 --- a/python-glean.changes +++ b/python-glean.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 16 12:24:35 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.25.0 + * Add support for CentOS 10 keyfiles + * testing: remove centos7 and 8 + * Update zuul config to drop xenial jobs +- Switch package to modern Python Stack on SLE-15 + * Use Python 3.11 on SLE-15 by default + * Drop support for older Python versions + ------------------------------------------------------------------- Fri Jun 7 21:34:54 UTC 2024 - Dirk Müller diff --git a/python-glean.spec b/python-glean.spec index c6b0349..18b5857 100644 --- a/python-glean.spec +++ b/python-glean.spec @@ -1,7 +1,7 @@ # # spec file for package python-glean # -# 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 @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-glean -Version: 1.24.0 +Version: 1.25.0 Release: 0 Summary: Program to write static config from config-drive License: Apache-2.0