Hello community, here is the log from the commit of package python3-ec2imgutils.13899 for openSUSE:Leap:15.2:Update checked in at 2020-09-07 10:29:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2:Update/python3-ec2imgutils.13899 (Old) and /work/SRC/openSUSE:Leap:15.2:Update/.python3-ec2imgutils.13899.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-ec2imgutils.13899" Mon Sep 7 10:29:20 2020 rev:1 rq:831966 version:9.0.0 Changes: -------- New Changes file: --- /dev/null 2020-08-06 00:20:10.149648038 +0200 +++ /work/SRC/openSUSE:Leap:15.2:Update/.python3-ec2imgutils.13899.new.3399/python3-ec2imgutils.changes 2020-09-07 10:29:21.223027535 +0200 @@ -0,0 +1,130 @@ +------------------------------------------------------------------- +Mon Aug 24 17:57:41 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 9.0.0 + + Handle traceback generated by ec2uploadimg + + Fix ec2removeimg implementation w.r.t. missing implementation of + delete confirmation when multiple images are to be deleted + +------------------------------------------------------------------- +Mon Jun 15 16:43:47 UTC 2020 - Sean Marlow <[email protected]> + +- Update to version 8.1.2 (bsc#1172948) + + Fix regression in deprecation and list image related to logger + changes. + +------------------------------------------------------------------- +Mon Jun 8 13:52:22 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 8.1.1 + + Handle log adapter when getting log_level and set log_level as + instance attr + +------------------------------------------------------------------- +Fri Jun 5 13:39:47 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 8.1.0 (bsc#1172579) + + Do not call the AWS API if the image copy setting has no value to avoid + an API error. + + Add new utility ec2listimg to list images owned by the specified account + + Switch all code to support output to a logger + +------------------------------------------------------------------- +Wed May 20 19:00:49 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 8.0.0 (bsc#1171933) + + Incompatible command line argument change for ec2publishimg. The + --allow-copy option is no longer a bolean. It now supports the + image and none keywords as well as a comma separated list of AWS account + numbers. + + Support having the snapshot copy permissions set differently than the + image copy permissions. This supports published image aggregation into + AWS MP. + + ec2uploadimg tags the helper instance + +------------------------------------------------------------------- +Thu Mar 19 21:42:00 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 7.0.9 (bsc#1167148) + + Support uploading with helper instances that handle disk attachments + via NVMe protocol + + Improve output of help for clarity + + Improve progress message for ssh connection to make it easier to + discover issues + + Fix implementation for using root-swap method with a running instance + +------------------------------------------------------------------- +Wed Feb 5 13:05:02 UTC 2020 - Robert Schweikert <[email protected]> + +- Update to version 7.0.8 (bsc#1162712) + + For ARM image upload automatically enable ENA support. ARM based + instances require the ENA driver in the kernel + +------------------------------------------------------------------- +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. + +------------------------------------------------------------------- +Mon Aug 5 16:22:22 UTC 2019 - Robert Schweikert <[email protected]> + +- Update to version 7.0.5 (bsc#1144357, 1144358) + + Avoid name collision when creating a security group with a + generated nmae. + +------------------------------------------------------------------- +Wed Dec 19 15:01:03 UTC 2018 - Robert Schweikert <[email protected]> + +- Update to version 7.0.4 + + Fix traceback in ec2rmimg due to variable name issue + + Use proper subnet when no default exists in user account + + Properly enforce use of machine argument and support ARM (bsc#1118027) + +------------------------------------------------------------------- +Fri Nov 16 16:38:59 UTC 2018 - Robert Schweikert <[email protected]> + +- Fix build issue, tarball had missing files + +------------------------------------------------------------------- +Thu Nov 15 19:03:48 UTC 2018 - Robert Schweikert <[email protected]> + +- Update to version 7.0.3 + + General improvements, latent bug fixes + +------------------------------------------------------------------- +Fri Nov 9 19:23:43 UTC 2018 - Robert Schweikert <[email protected]> + +- Update to version 7.0.2 + + Fix syntax error in ec2deprecateimg, ec2publishimg, ec2removeimg + +------------------------------------------------------------------- +Fri Nov 9 14:39:04 UTC 2018 - Robert Schweikert <[email protected]> + +- Update to version 7.0.1 + + Fix syntax error in ec2uploadimg + +------------------------------------------------------------------- +Tue Nov 6 19:16:37 UTC 2018 - Robert Schweikert <[email protected]> + +- Update to version 7.0.0 + + Complete ec2removeimg implementation + + Ready for release and replacement of individual packages + +------------------------------------------------------------------- +Thu Nov 1 12:09:21 UTC 2018 - Robert Schweikert <[email protected]> + +- Update to version 6.9.99 + + Initial implementation of ec2removeimg + +------------------------------------------------------------------- +Thu Sep 27 23:41:38 UTC 2018 - Robert Schweikert <[email protected]> + +- Initial build + + Version 6.9.98 + + First consolidation build of ec2deprecateimg, ec2publishimg, ec2uploadimg New: ---- ec2imgutils-9.0.0.tar.bz2 python3-ec2imgutils.changes python3-ec2imgutils.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-ec2imgutils.spec ++++++ # # spec file for package python3-ec2imgutils # # Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define upstream_name ec2imgutils Name: python3-ec2imgutils Version: 9.0.0 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 Source0: %{upstream_name}-%{version}.tar.bz2 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} Obsoletes: python-ec2utilsbase < %{version} Provides: python-ec2deprecateimg = %{version} Obsoletes: python-ec2deprecateimg < %{version} Provides: python-ec2publishimg = %{version} 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} Obsoletes: python3-ec2utilsbase < %{version} Provides: python3-ec2deprecateimg = %{version} Obsoletes: python3-ec2deprecateimg < %{version} Provides: python3-ec2publishimg = %{version} Obsoletes: python3-ec2publishimg < %{version} Provides: python3-ec2uploadimg = %{version} Obsoletes: python3-ec2uploadimg < %{version} %description A collection of image manipulation utilities for AWS EC2. These include: - ec2deprecateimg: Deprecates images by applying tags per convention - ec2publishimg: Set image visibility - ec2uploadimg: Upload an image to AWS EC2 %prep %setup -q -n %{upstream_name}-%{version} %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} install -d -m 755 %{buildroot}/%{_mandir}/man1 install -m 644 man/man1/* %{buildroot}/%{_mandir}/man1 gzip %{buildroot}/%{_mandir}/man1/* %files %defattr(-,root,root,-) %doc README.md %license LICENSE %{_mandir}/man*/* %dir %{python3_sitelib}/ec2imgutils %{python3_sitelib}/* %{_bindir}/* %changelog
