Hello community,
here is the log from the commit of package python3-gcemetadata for
openSUSE:Factory checked in at 2020-06-29 21:18:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-gcemetadata (Old)
and /work/SRC/openSUSE:Factory/.python3-gcemetadata.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-gcemetadata"
Mon Jun 29 21:18:21 2020 rev:5 rq:817702 version:1.0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-gcemetadata/python3-gcemetadata.changes
2020-06-19 17:26:28.480432970 +0200
+++
/work/SRC/openSUSE:Factory/.python3-gcemetadata.new.3060/python3-gcemetadata.changes
2020-06-29 21:18:44.169852842 +0200
@@ -1,0 +2,8 @@
+Mon Jun 22 11:37:33 UTC 2020 - Robert Schweikert <[email protected]>
+
+- Update to version 1.0.4 (bsc#1173136)
+ + Fix typo, missing "=" for "identity" option in processed command
+ line options causes mis-identification of instance as missing identity
+ data access
+
+-------------------------------------------------------------------
Old:
----
gcemetadata-1.0.3.tar.bz2
New:
----
gcemetadata-1.0.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-gcemetadata.spec ++++++
--- /var/tmp/diff_new_pack.oAxDsg/_old 2020-06-29 21:18:44.617854228 +0200
+++ /var/tmp/diff_new_pack.oAxDsg/_new 2020-06-29 21:18:44.621854241 +0200
@@ -18,7 +18,7 @@
%define upstream_name gcemetadata
Name: python3-gcemetadata
-Version: 1.0.3
+Version: 1.0.4
Release: 0
Summary: Python module for collecting instance metadata from GCE
License: GPL-3.0-or-later
++++++ gcemetadata-1.0.3.tar.bz2 -> gcemetadata-1.0.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gcemetadata-1.0.3/gcemetadata
new/gcemetadata-1.0.4/gcemetadata
--- old/gcemetadata-1.0.3/gcemetadata 2019-06-05 21:14:27.034117541 +0200
+++ new/gcemetadata-1.0.4/gcemetadata 2020-06-22 13:36:26.374985491 +0200
@@ -152,7 +152,7 @@
# on an instance that does not afford access to the guest-attributes
if (
'--identity-format' in sys.argv[1:] and
- 'identity' not in command_line_opts
+ 'identity=' not in command_line_opts
):
print(
'Unable to access instance identity information',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gcemetadata-1.0.3/lib/gcemetadata/VERSION
new/gcemetadata-1.0.4/lib/gcemetadata/VERSION
--- old/gcemetadata-1.0.3/lib/gcemetadata/VERSION 2019-06-05
21:14:27.030117581 +0200
+++ new/gcemetadata-1.0.4/lib/gcemetadata/VERSION 2020-06-22
13:36:26.374985491 +0200
@@ -1 +1 @@
-1.0.3
+1.0.4