15
0
forked from pool/python-glean

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
This commit is contained in:
2021-08-29 06:11:00 +00:00
committed by Git OBS Bridge
parent 7e1bd413c3
commit a22e2eb25a
4 changed files with 18 additions and 5 deletions

View File

@@ -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}