From 58e79d0440ac6730327c2d2ee7bb159e06b5d157 Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Aug 24 2018 08:38:56 +0000 Subject: Update to 2.10.0 Change-Id: I793a715975eac97a26d85f6417a40302f5191c32 --- diff --git a/.gitignore b/.gitignore index 1abeeb1..011bc3c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /python-glanceclient-2.5.0.tar.gz /python-glanceclient-2.6.0.tar.gz /python-glanceclient-2.8.0.tar.gz +/python-glanceclient-2.10.0.tar.gz diff --git a/Changelog.old b/Changelog.old index 5195de3..7773651 100644 --- a/Changelog.old +++ b/Changelog.old @@ -1,3 +1,19 @@ +* Sat Jul 14 2018 Fedora Release Engineering - 1:2.8.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1:2.8.0-4 +- Rebuilt for Python 3.7 + +* Fri Mar 09 2018 Iryna Shcherbina - 1:2.8.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 1:2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Aug 11 2017 Alfredo Moralejo 1:2.8.0-1 +- Update to 2.8.0 + * Sat Feb 11 2017 Fedora Release Engineering - 1:2.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/python-glanceclient.spec b/python-glanceclient.spec index 4643ec6..d9f9007 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -6,10 +6,15 @@ %global with_python3 1 %endif +%global common_desc \ +This is a client for the OpenStack Glance API. There's a Python API (the \ +glanceclient module), and a command-line script (glance). Each implements \ +100% of the OpenStack Glance API. + Name: python-glanceclient Epoch: 1 -Version: 2.8.0 -Release: 5%{?dist} +Version: 2.10.0 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Glance License: ASL 2.0 @@ -21,9 +26,7 @@ BuildArch: noarch BuildRequires: git %description -This is a client for the OpenStack Glance API. There's a Python API (the -glanceclient module), and a command-line script (glance). Each implements -100% of the OpenStack Glance API. +%{common_desc} %package -n python2-%{sname} Summary: Python API and CLI for OpenStack Glance @@ -33,21 +36,24 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-pbr -Requires: python2-keystoneauth1 >= 3.1.0 -Requires: python2-oslo-i18n >= 2.1.0 -Requires: python2-oslo-utils >= 3.20.0 +Requires: python2-keystoneauth1 >= 3.3.0 +Requires: python2-oslo-i18n >= 3.15.3 +Requires: python2-oslo-utils >= 3.33.0 Requires: python2-pbr Requires: python2-prettytable -Requires: python2-pyOpenSSL >= 0.14 +Requires: python2-pyOpenSSL >= 16.2.0 Requires: python2-requests -Requires: python2-six >= 1.9.0 +Requires: python2-six >= 1.10.0 +%if 0%{?fedora} || 0%{?rhel} > 7 Requires: python2-warlock Requires: python2-wrapt +%else +Requires: python-warlock +Requires: python-wrapt +%endif %description -n python2-%{sname} -This is a client for the OpenStack Glance API. There's a Python API (the -glanceclient module), and a command-line script (glance). Each implements -100% of the OpenStack Glance API. +%{common_desc} %if 0%{?with_python3} %package -n python3-%{sname} @@ -58,21 +64,19 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pbr -Requires: python3-keystoneauth1 >= 3.1.0 -Requires: python3-oslo-i18n >= 2.1.0 -Requires: python3-oslo-utils >= 3.20.0 +Requires: python3-keystoneauth1 >= 3.3.0 +Requires: python3-oslo-i18n >= 3.15.3 +Requires: python3-oslo-utils >= 3.33.0 Requires: python3-pbr Requires: python3-prettytable -Requires: python3-pyOpenSSL >= 0.14 +Requires: python3-pyOpenSSL >= 16.2.0 Requires: python3-requests -Requires: python3-six >= 1.9.0 +Requires: python3-six >= 1.10.0 Requires: python3-warlock Requires: python3-wrapt %description -n python3-%{sname} -This is a client for the OpenStack Glance API. There's a Python API (the -glanceclient module), and a command-line script (glance). Each implements -100% of the OpenStack Glance API. +%{common_desc} %endif %package doc @@ -83,13 +87,15 @@ BuildRequires: python2-openstackdocstheme BuildRequires: python2-keystoneauth1 BuildRequires: python2-oslo-utils BuildRequires: python2-prettytable +BuildRequires: python2-pyOpenSSL >= 16.2.0 +%if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: python2-warlock -BuildRequires: python2-pyOpenSSL >= 0.14 +%else +BuildRequires: python-warlock +%endif %description doc -This is a client for the OpenStack Glance API. There's a Python API (the -glanceclient module), and a command-line script (glance). Each implements -100% of the OpenStack Glance API. +%{common_desc} This package contains auto-generated documentation. @@ -160,19 +166,9 @@ install -p -D -m 644 doc/build/man/glance.1 %{buildroot}%{_mandir}/man1/glance.1 %license LICENSE %changelog -* Sat Jul 14 2018 Fedora Release Engineering - 1:2.8.0-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 1:2.8.0-4 -- Rebuilt for Python 3.7 - -* Fri Mar 09 2018 Iryna Shcherbina - 1:2.8.0-3 -- Update Python 2 dependency declarations to new packaging standards - (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) - -* Fri Feb 09 2018 Fedora Release Engineering - 1:2.8.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild +* Wed Apr 18 2018 RDO 1:2.10.0-1 +- Update to 2.10.0 -* Fri Aug 11 2017 Alfredo Moralejo 1:2.8.0-1 -- Update to 2.8.0 +* Sat Feb 10 2018 RDO 1:2.9.1-1 +- Update to 2.9.1 diff --git a/sources b/sources index 4cb25f2..334fd4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (python-glanceclient-2.8.0.tar.gz) = 257eaf1d548a3a6277b9c80e8b23b9ae4231586307c43a064754c227f3e3c872451ec0469aca931638ea0f7c9920892878c677b144dc72bad215c38d375a63d3 +SHA512 (python-glanceclient-2.10.0.tar.gz) = 9132493559d7a7b6de62e5ec1bdcd7a2dcf408c00bb0cfaccb6e11829975d468bfe68feabd71fdf8cc0d28a2c5c549945816aa14c9469314ffafd3d39b9c2da6