From 2ca24f416ef535dabd97a71e69ad8b03f74bf6daa093765cb1e4fd4d280c18cd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 7 Jun 2024 21:35:49 +0000 Subject: [PATCH] - update to 1.24.0: * Use importlib when pkg\_resources isn't available * Fix glean docs build * Drop opensuse jobs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glean?expand=0&rev=20 --- glean-1.23.0.tar.gz | 3 --- glean-1.24.0.tar.gz | 3 +++ python-glean.changes | 8 ++++++++ python-glean.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 glean-1.23.0.tar.gz create mode 100644 glean-1.24.0.tar.gz diff --git a/glean-1.23.0.tar.gz b/glean-1.23.0.tar.gz deleted file mode 100644 index 4f0d74c..0000000 --- a/glean-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d998ba457c3a957edca9acfcf10df0f50e82c5ead39f25780c301f03d2d95f7 -size 76426 diff --git a/glean-1.24.0.tar.gz b/glean-1.24.0.tar.gz new file mode 100644 index 0000000..8c8159e --- /dev/null +++ b/glean-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2788d7fe1178b56694f2983b288f8e8457aa62723b960acb7fd26a440f0c10 +size 76586 diff --git a/python-glean.changes b/python-glean.changes index 8083e71..c6a2dd7 100644 --- a/python-glean.changes +++ b/python-glean.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jun 7 21:34:54 UTC 2024 - Dirk Müller + +- update to 1.24.0: + * Use importlib when pkg\_resources isn't available + * Fix glean docs build + * Drop opensuse jobs + ------------------------------------------------------------------- Sat Jan 6 20:15:08 UTC 2024 - Dirk Müller diff --git a/python-glean.spec b/python-glean.spec index aa4c078..c6b0349 100644 --- a/python-glean.spec +++ b/python-glean.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glean -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: Program to write static config from config-drive License: Apache-2.0 @@ -32,7 +32,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements # The OpenStack package oslotest is only available for the primary python3 flavor on TW.