commit python3-ec2utilsbase for openSUSE:Factory
Hello community, here is the log from the commit of package python3-ec2utilsbase for openSUSE:Factory checked in at 2017-08-24 18:49:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-ec2utilsbase (Old) and /work/SRC/openSUSE:Factory/.python3-ec2utilsbase.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python3-ec2utilsbase" Thu Aug 24 18:49:34 2017 rev:1 rq:515916 version:3.0.0 Changes: -------- New Changes file: --- /dev/null 2017-07-20 07:30:00.335470106 +0200 +++ /work/SRC/openSUSE:Factory/.python3-ec2utilsbase.new/python3-ec2utilsbase.changes 2017-08-24 18:49:40.928372590 +0200 @@ -0,0 +1,71 @@ +------------------------------------------------------------------- +Thu Aug 10 13:49:28 UTC 2017 - rjschwei@suse.com + +- Update to version 3.0.0 + + Convert to Python 3 + +------------------------------------------------------------------- +Thu Sep 15 17:58:09 UTC 2016 - rjschwei@suse.com + +- Update to version 2.0.2 (bsc#999019) + + Coordinated release with other ec2utils + + Fix install from source by properly setting up a namespace + +------------------------------------------------------------------- +Sat Apr 9 14:31:26 UTC 2016 - rjschwei@suse.com + +- Update to version 2.0.1 + + Variable initialization to avoid exception + +------------------------------------------------------------------- +Mon Mar 28 15:10:14 UTC 2016 - rjschwei@suse.com + +- Update to version 2.0.0 (bsc#972845) + + Convert to boto3 + + Incompatible change, get_regions() has new required arguments + + Incompatible change, return data structures changed due to switch + to boto3 + +------------------------------------------------------------------- +Thu Feb 18 14:56:50 UTC 2016 - rjschwei@suse.com + +- Update to version 1.0.0 (bsc#966958) + + Incompatible change, get_from_config() has new required argument + +------------------------------------------------------------------- +Fri Nov 13 16:39:51 UTC 2015 - rjschwei@suse.com + +- Update to version 0.3.1 (bnc#954990) + + Fix typo in exception name + +------------------------------------------------------------------- +Tue Sep 22 23:46:25 UTC 2015 - rjschwei@suse.com + +- Update description in .spec file, cut and paste error + +------------------------------------------------------------------- +Wed Aug 12 18:08:19 UTC 2015 - rjschwei@suse.com + +- Update to version 0.3.0, include in SLE 12 (FATE#319357) + + Add new utility functions for image attribut searching + + bug fixes + +------------------------------------------------------------------- +Thu Jun 18 22:55:57 UTC 2015 - rjschwei@suse.com + +- Update to version 0.2.1 + + Fix syntax issues, argument and name mismatches + +------------------------------------------------------------------- +Fri Jun 12 18:12:16 UTC 2015 - rjschwei@suse.com + +- Update to version 0.2.0 + + Implement functionality to be shared across utilities in a base class + + code pep8 clean + +------------------------------------------------------------------- +Sun May 3 14:22:05 UTC 2015 - rjschwei@suse.com + +- Initial build + Version 0.1.0 + New: ---- ec2utilsbase-3.0.0.tar.bz2 python3-ec2utilsbase.changes python3-ec2utilsbase.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-ec2utilsbase.spec ++++++ # # spec file for package python-ec2utilsbase # # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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 http://bugs.opensuse.org/ # %define upstream_name ec2utilsbase Name: python3-ec2utilsbase Version: 3.0.0 Release: 0 Summary: Shared EC2 utils functionality License: GPL-3.0+ Group: System/Management Url: https://github.com/SUSE/Enceladus Source0: %{upstream_name}-%{version}.tar.bz2 Requires: python3 Requires: python3-boto3 >= 1.3.0 BuildRequires: python3-boto3 >= 1.3.0 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} %description Shared functionality for various ec2utils %prep %setup -q -n %{upstream_name}-%{version} %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) %doc LICENSE %dir %{python3_sitelib}/ec2utils %{python3_sitelib}/* %changelog
participants (1)
-
root@hilbert.suse.de