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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af8224d164988bb7e67e57a7548f1662bf2983a71d0164a78e1105f7c8b7c537
size 67642

3
glean-1.19.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e75bff419eedf461034c6a5e0c283483db24b4669846a177ea8c07ee5dc5ccf
size 68806

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Aug 25 10:08:30 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <code@bnavigator.de>

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}