Hello community,
here is the log from the commit of package python3-ec2imgutils for
openSUSE:Factory checked in at 2019-11-17 19:23:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-ec2imgutils (Old)
and /work/SRC/openSUSE:Factory/.python3-ec2imgutils.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-ec2imgutils"
Sun Nov 17 19:23:00 2019 rev:5 rq:749017 version:7.0.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-ec2imgutils/python3-ec2imgutils.changes
2019-08-13 13:27:34.529318738 +0200
+++
/work/SRC/openSUSE:Factory/.python3-ec2imgutils.new.26869/python3-ec2imgutils.changes
2019-11-17 19:23:02.922868720 +0100
@@ -1,0 +2,11 @@
+Thu Nov 14 21:53:26 UTC 2019 - Sean Marlow <[email protected]>
+
+- Update to version 7.0.7
+ + Fix cleanup with --use-root-swap img upload.
+- Update to version 7.0.6
+ + Add requirements files to manifest.
+ + Avoid race condition with security group creation.
+ + Remove code duplication when avoiding group name
+ collision.
+
+-------------------------------------------------------------------
Old:
----
ec2imgutils-7.0.5.tar.bz2
New:
----
ec2imgutils-7.0.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-ec2imgutils.spec ++++++
--- /var/tmp/diff_new_pack.rfXgzb/_old 2019-11-17 19:23:03.386868523 +0100
+++ /var/tmp/diff_new_pack.rfXgzb/_new 2019-11-17 19:23:03.386868523 +0100
@@ -17,26 +17,21 @@
%define upstream_name ec2imgutils
-
Name: python3-ec2imgutils
-Version: 7.0.5
+Version: 7.0.7
Release: 0
Summary: Image management utilities for AWS EC2
License: GPL-3.0-or-later
Group: System/Management
-Url: https://github.com/SUSE-Enceladus/ec2imgutils
+URL: https://github.com/SUSE-Enceladus/ec2imgutils
Source0: %{upstream_name}-%{version}.tar.bz2
+BuildRequires: python3-boto3 >= 1.4.1
+BuildRequires: python3-dateutil
+BuildRequires: python3-setuptools
Requires: python3
Requires: python3-boto3 >= 1.4.1
Requires: python3-dateutil
Requires: python3-paramiko
-BuildRequires: python3-boto3 >= 1.4.1
-BuildRequires: python3-dateutil
-Requires: python3-paramiko
-BuildRequires: python3-setuptools
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildArch: noarch
-
# Package renamed in SLE 12 do not remove Provides, Obsolete
# directives until after SLE 12 EOL
Provides: python-ec2utilsbase = %{version}
@@ -47,7 +42,6 @@
Obsoletes: python-ec2publishimg < %{version}
Provides: python-ec2uploadimg = %{version}
Obsoletes: python-ec2uploadimg < %{version}
-
# Package rename in SLE 15 GA do not remove Provides, Obsolete
# directives until after SLE 15 SP3 EOL
Provides: python3-ec2utilsbase = %{version}
@@ -58,6 +52,7 @@
Obsoletes: python3-ec2publishimg < %{version}
Provides: python3-ec2uploadimg = %{version}
Obsoletes: python3-ec2uploadimg < %{version}
+BuildArch: noarch
%description
A collection of image manipulation utilities for AWS EC2. These include:
++++++ ec2imgutils-7.0.5.tar.bz2 -> ec2imgutils-7.0.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ec2imgutils-7.0.5/lib/ec2imgutils/VERSION
new/ec2imgutils-7.0.7/lib/ec2imgutils/VERSION
--- old/ec2imgutils-7.0.5/lib/ec2imgutils/VERSION 2019-08-05
18:19:57.561472390 +0200
+++ new/ec2imgutils-7.0.7/lib/ec2imgutils/VERSION 2019-11-14
22:52:32.586718778 +0100
@@ -1 +1 @@
-7.0.5
+7.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ec2imgutils-7.0.5/lib/ec2imgutils/ec2uploadimg.py
new/ec2imgutils-7.0.7/lib/ec2imgutils/ec2uploadimg.py
--- old/ec2imgutils-7.0.5/lib/ec2imgutils/ec2uploadimg.py 2019-08-05
18:19:57.561472390 +0200
+++ new/ec2imgutils-7.0.7/lib/ec2imgutils/ec2uploadimg.py 2019-11-14
22:52:32.586718778 +0100
@@ -1055,6 +1055,7 @@
True
)
+ self._clean_up()
return ami['ImageId']
# ---------------------------------------------------------------------