From 3497de34c5291185ab6e7a3c7ca75202dfbd70cb Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Sep 12 2016 20:52:58 +0000 Subject: Sync w/ RDO Newton Change-Id: I4f4e41ae1e63bca5066dd8233fb0f18c0f7a6504 --- diff --git a/Changelog.old b/Changelog.old new file mode 100644 index 0000000..c458f3a --- /dev/null +++ b/Changelog.old @@ -0,0 +1,75 @@ +* Wed Jul 27 2016 Haïkel Guémar - 1.1.0-2 +- Remove dependency to python-osc-lib (not in Mitaka) + +* Wed Jul 27 2016 Haikel Guemar 1.1.0-1 +- Update to 1.1.0 +- Add python3 subpackage (RHBZ#1263882) + +* Tue Jul 19 2016 Fedora Release Engineering - 0.8.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Oct 08 2015 Alan Pevec 0.8.0-1 +- Update to upstream 0.8.0 + +* Thu Sep 03 2015 Ryan Brown 0.7.0-1 +- Update to upstream 0.7.0 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Jun 03 2015 Ryan Brown 0.6.0-1 +- Update to upstream 0.6.0 + +* Wed Apr 01 2015 Haikel Guemar 0.4.0-1 +- Update to upstream 0.4.0 + +* Fri Sep 26 2014 Ryan Brown - 0.2.12-1 +- Bump to 0.2.12 client release + +* Mon Sep 22 2014 Ryan Brown - 0.2.11-2 +- Remove patch and use sed in prep to fix oslosphinx import instead + +* Mon Sep 22 2014 Ryan Brown - 0.2.11-1 +- Bump to new (0.2.11) client release +- Add git to BuildRequires + +* Thu Sep 18 2014 Ryan Brown - 0.2.10-1 +- Bump to new (0.2.10) client release +- Include bash completion file (rhbz #1140842) + +* Sat Jun 07 2014 Fedora Release Engineering - 0.2.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Apr 15 2014 Jakub Ruzicka 0.2.9-1 +- Update to upstream 0.2.9 + +* Mon Jan 06 2014 Jakub Ruzicka 0.2.6-3 +- Add support for resource_types + +* Tue Dec 10 2013 Jeff Peeler 0.2.6-2 +- Update to upstream version 0.2.6 +- New dependency: python-six +- Remove runtime dependency on python-pbr + +* Wed Nov 06 2013 Jakub Ruzicka 0.2.5-1 +- Update to upstream version 0.2.5 + +* Mon Sep 16 2013 Jakub Ruzicka 0.2.4-1 +- Update to upstream version 0.2.4. +- Add BuildRequires: python2-devel. + +* Sun Aug 04 2013 Fedora Release Engineering - 0.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 17 2013 Jakub Ruzicka 0.2.3-1 +- Updated to upstream version 0.2.3. +- Add new dependency: PyYAML. +- Add new build requires: python-d2to1 and python-pbr. +- Remove requirements.txt file. +- Generate versioninfo file. + +* Mon Mar 11 2013 Steven Dake 0.2.1-1 +- copied from python-novaclient spec file and tailored to suit diff --git a/python-heatclient.spec b/python-heatclient.spec index 449af3d..abb9442 100644 --- a/python-heatclient.spec +++ b/python-heatclient.spec @@ -7,8 +7,8 @@ %endif Name: python-heatclient -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Heat License: ASL 2.0 @@ -33,10 +33,10 @@ Requires: python-babel Requires: python-cliff Requires: python-iso8601 Requires: python-keystoneauth1 +Requires: python-osc-lib Requires: python-prettytable Requires: python-pbr Requires: python-six -Requires: python-swiftclient Requires: python-oslo-serialization Requires: python-oslo-utils Requires: python-oslo-i18n @@ -44,8 +44,6 @@ Requires: python-keystoneclient Requires: python-swiftclient Requires: python-requests Requires: PyYAML -Requires: python-babel - %description -n python2-%{sname} This is a client for the OpenStack Heat API. There's a Python API (the @@ -64,6 +62,7 @@ Requires: python3-babel Requires: python3-cliff Requires: python3-iso8601 Requires: python3-keystoneauth1 +Requires: python3-osc-lib Requires: python3-prettytable Requires: python3-pbr Requires: python3-six @@ -95,7 +94,7 @@ the OpenStack Heat API. This package contains auto-generated documentation. %prep -%setup -q +%setup -q -n %{name}-%{upstream_version} rm -rf {test-,}requirements.txt tools/{pip,test}-requires @@ -169,78 +168,6 @@ rm -fr html/.doctrees html/.buildinfo %license LICENSE %changelog -* Wed Jul 27 2016 Haïkel Guémar - 1.1.0-2 -- Remove dependency to python-osc-lib (not in Mitaka) - -* Wed Jul 27 2016 Haikel Guemar 1.1.0-1 -- Update to 1.1.0 -- Add python3 subpackage (RHBZ#1263882) - -* Tue Jul 19 2016 Fedora Release Engineering - 0.8.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Thu Feb 04 2016 Fedora Release Engineering - 0.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Oct 08 2015 Alan Pevec 0.8.0-1 -- Update to upstream 0.8.0 - -* Thu Sep 03 2015 Ryan Brown 0.7.0-1 -- Update to upstream 0.7.0 - -* Thu Jun 18 2015 Fedora Release Engineering - 0.6.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Jun 03 2015 Ryan Brown 0.6.0-1 -- Update to upstream 0.6.0 - -* Wed Apr 01 2015 Haikel Guemar 0.4.0-1 -- Update to upstream 0.4.0 - -* Fri Sep 26 2014 Ryan Brown - 0.2.12-1 -- Bump to 0.2.12 client release - -* Mon Sep 22 2014 Ryan Brown - 0.2.11-2 -- Remove patch and use sed in prep to fix oslosphinx import instead - -* Mon Sep 22 2014 Ryan Brown - 0.2.11-1 -- Bump to new (0.2.11) client release -- Add git to BuildRequires - -* Thu Sep 18 2014 Ryan Brown - 0.2.10-1 -- Bump to new (0.2.10) client release -- Include bash completion file (rhbz #1140842) - -* Sat Jun 07 2014 Fedora Release Engineering - 0.2.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Apr 15 2014 Jakub Ruzicka 0.2.9-1 -- Update to upstream 0.2.9 - -* Mon Jan 06 2014 Jakub Ruzicka 0.2.6-3 -- Add support for resource_types - -* Tue Dec 10 2013 Jeff Peeler 0.2.6-2 -- Update to upstream version 0.2.6 -- New dependency: python-six -- Remove runtime dependency on python-pbr - -* Wed Nov 06 2013 Jakub Ruzicka 0.2.5-1 -- Update to upstream version 0.2.5 - -* Mon Sep 16 2013 Jakub Ruzicka 0.2.4-1 -- Update to upstream version 0.2.4. -- Add BuildRequires: python2-devel. - -* Sun Aug 04 2013 Fedora Release Engineering - 0.2.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jul 17 2013 Jakub Ruzicka 0.2.3-1 -- Updated to upstream version 0.2.3. -- Add new dependency: PyYAML. -- Add new build requires: python-d2to1 and python-pbr. -- Remove requirements.txt file. -- Generate versioninfo file. +* Mon Sep 12 2016 Haikel Guemar 1.4.0-1 +- Update to 1.4.0 -* Mon Mar 11 2013 Steven Dake 0.2.1-1 -- copied from python-novaclient spec file and tailored to suit