From a22e2eb25aa6791307ce1d255efbe721910c3177b690a6c7a2da64f1e3afc9e2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 29 Aug 2021 06:11:00 +0000 Subject: [PATCH] Accepting request 914198 from home:glaubitz:branches:devel:languages:python - Update to 1.19.0 * Fix a typo in a log message * Do not require external mock on Python 3 * Add Python 3.6 to supported versions * Allow disabling DHCP fallback * Override NetworkManager to wait for udev-settle * Reduce metadata read/parsing overhead * Run glean fewer times in glean.sh - Update homepage in URL field OBS-URL: https://build.opensuse.org/request/show/914198 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-glean?expand=0&rev=17 --- glean-1.18.2.tar.gz | 3 --- glean-1.19.0.tar.gz | 3 +++ python-glean.changes | 13 +++++++++++++ python-glean.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 glean-1.18.2.tar.gz create mode 100644 glean-1.19.0.tar.gz diff --git a/glean-1.18.2.tar.gz b/glean-1.18.2.tar.gz deleted file mode 100644 index 69d7624..0000000 --- a/glean-1.18.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af8224d164988bb7e67e57a7548f1662bf2983a71d0164a78e1105f7c8b7c537 -size 67642 diff --git a/glean-1.19.0.tar.gz b/glean-1.19.0.tar.gz new file mode 100644 index 0000000..35e5775 --- /dev/null +++ b/glean-1.19.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e75bff419eedf461034c6a5e0c283483db24b4669846a177ea8c07ee5dc5ccf +size 68806 diff --git a/python-glean.changes b/python-glean.changes index 9a2cede..20b6687 100644 --- a/python-glean.changes +++ b/python-glean.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 25 10:08:30 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 1.19.0 + * Fix a typo in a log message + * Do not require external mock on Python 3 + * Add Python 3.6 to supported versions + * Allow disabling DHCP fallback + * Override NetworkManager to wait for udev-settle + * Reduce metadata read/parsing overhead + * Run glean fewer times in glean.sh +- Update homepage in URL field + ------------------------------------------------------------------- Thu Feb 4 18:39:08 UTC 2021 - Ben Greiner diff --git a/python-glean.spec b/python-glean.spec index bb6b530..edb2b31 100644 --- a/python-glean.spec +++ b/python-glean.spec @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-glean -Version: 1.18.2 +Version: 1.19.0 Release: 0 Summary: Program to write static config from config-drive License: Apache-2.0 Group: Development/Languages/Python -URL: https://www.openstack.org/ +URL: https://opendev.org/opendev/glean Source: https://files.pythonhosted.org/packages/source/g/glean/glean-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: %{python_module setuptools}