Hello community,
here is the log from the commit of package python3-ec2utilsbase for
openSUSE:Factory checked in at 2018-02-21 14:12:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-ec2utilsbase (Old)
and /work/SRC/openSUSE:Factory/.python3-ec2utilsbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-ec2utilsbase"
Wed Feb 21 14:12:48 2018 rev:3 rq:578529 version:3.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-ec2utilsbase/python3-ec2utilsbase.changes
2018-02-06 16:49:29.419124587 +0100
+++
/work/SRC/openSUSE:Factory/.python3-ec2utilsbase.new/python3-ec2utilsbase.changes
2018-02-21 14:12:50.003246725 +0100
@@ -1,0 +2,6 @@
+Tue Feb 13 20:02:08 UTC 2018 - [email protected]
+
+- Update to version 3.1.1
+ + Initialize class member
+
+-------------------------------------------------------------------
Old:
----
ec2utilsbase-3.1.0.tar.bz2
New:
----
ec2utilsbase-3.1.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-ec2utilsbase.spec ++++++
--- /var/tmp/diff_new_pack.YRTdcH/_old 2018-02-21 14:12:50.883215035 +0100
+++ /var/tmp/diff_new_pack.YRTdcH/_new 2018-02-21 14:12:50.883215035 +0100
@@ -18,7 +18,7 @@
%define upstream_name ec2utilsbase
Name: python3-ec2utilsbase
-Version: 3.1.0
+Version: 3.1.1
Release: 0
Summary: Shared EC2 utils functionality
License: GPL-3.0+
++++++ ec2utilsbase-3.1.0.tar.bz2 -> ec2utilsbase-3.1.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ec2utilsbase-3.1.0/lib/ec2utils/base_VERSION
new/ec2utilsbase-3.1.1/lib/ec2utils/base_VERSION
--- old/ec2utilsbase-3.1.0/lib/ec2utils/base_VERSION 2018-02-05
22:06:54.356844102 +0100
+++ new/ec2utilsbase-3.1.1/lib/ec2utils/base_VERSION 2018-02-13
21:00:27.617558249 +0100
@@ -1 +1 @@
-3.1.0
+3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ec2utilsbase-3.1.0/lib/ec2utils/ec2utils.py
new/ec2utilsbase-3.1.1/lib/ec2utils/ec2utils.py
--- old/ec2utilsbase-3.1.0/lib/ec2utils/ec2utils.py 2018-02-05
22:06:54.352844187 +0100
+++ new/ec2utilsbase-3.1.1/lib/ec2utils/ec2utils.py 2018-02-13
21:00:27.617558249 +0100
@@ -28,6 +28,7 @@
def __init__(self):
self.region = None
+ self.session_token = None
self.verbose = None
# ---------------------------------------------------------------------