- Update to version 1.0.3 (bsc#1134510)

+ Handle the condition where the identity data of the instance may
    not be accessible from the metadata server and provide proper
    error messaging
- From 1.0.2
  + Avoid traceback when not running in GCE, by testing access to the
    metdata server first before performing othre operations

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-gcemetadata?expand=0&rev=10
This commit is contained in:
Robert Schweikert 2019-06-05 22:07:15 +00:00 committed by Git OBS Bridge
parent 26fee60a96
commit 670f38211e
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 5 22:01:52 UTC 2019 - Robert Schweikert <rjschwei@suse.com>
- Update to version 1.0.3 (bsc#1134510)
+ Handle the condition where the identity data of the instance may
not be accessible from the metadata server and provide proper
error messaging
- From 1.0.2
+ Avoid traceback when not running in GCE, by testing access to the
metdata server first before performing othre operations
-------------------------------------------------------------------
Sun Jul 29 10:26:18 UTC 2018 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
#
# spec file for package python3-gcemetadata
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,13 +12,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define upstream_name gcemetadata
Name: python3-gcemetadata
Version: 1.0.1
Version: 1.0.3
Release: 0
Summary: Python module for collecting instance metadata from GCE
License: GPL-3.0-or-later