From 6aaa4b201424dcf07e8047c8a0dca128b7449aab Mon Sep 17 00:00:00 2001 From: Haikel Guemar Date: Jun 13 2017 12:29:52 +0000 Subject: Update to 2.13.0 --- diff --git a/Changelog.old b/Changelog.old index 5f04a7f..0606013 100644 --- a/Changelog.old +++ b/Changelog.old @@ -1,3 +1,12 @@ +* Sat Feb 11 2017 Fedora Release Engineering - 2.10.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 2.10.0-2 +- Rebuild for Python 3.6 + +* Fri Sep 02 2016 Haikel Guemar 2.10.0-1 +- Update to 2.10.0 + * Tue Jul 19 2016 Fedora Release Engineering - 2.1.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/python-oslotest.spec b/python-oslotest.spec index 21d7b56..bf2731d 100644 --- a/python-oslotest.spec +++ b/python-oslotest.spec @@ -7,13 +7,13 @@ %endif Name: python-%{pypi_name} -Version: 2.10.0 -Release: 3%{?dist} +Version: 2.13.0 +Release: 1%{?dist} Summary: OpenStack test framework License: ASL 2.0 URL: http://launchpad.net/oslo -Source0: https://pypi.io/packages/source/o/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://tarballs.openstack.org/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description @@ -37,12 +37,19 @@ BuildRequires: python-mox3 BuildRequires: python-debtcollector Requires: python-debtcollector +Requires: python-fixtures +# os-client-config is a dependency but it's circular dependency making it +# imposible to bootstrap the repo. +#Requires: python-os-client-config Requires: python-six +Requires: python-subunit Requires: python-testrepository Requires: python-testscenarios +Requires: python-testtools Requires: python-mock Requires: python-mox3 + %description -n python2-%{pypi_name} OpenStack test framework and test fixtures. @@ -64,12 +71,16 @@ BuildRequires: python3-mock BuildRequires: python3-mox3 BuildRequires: python3-debtcollector +Requires: python3-debtcollector +Requires: python3-fixtures +#Requires: python3-os-client-config Requires: python3-six +Requires: python3-subunit Requires: python3-testrepository Requires: python3-testscenarios +Requires: python3-testtools Requires: python3-mock Requires: python3-mox3 -Requires: python3-debtcollector %description -n python3-%{pypi_name} OpenStack test framework and test fixtures. @@ -133,12 +144,6 @@ rm -rf .testrepository %endif %changelog -* Sat Feb 11 2017 Fedora Release Engineering - 2.10.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 2.10.0-2 -- Rebuild for Python 3.6 - -* Fri Sep 02 2016 Haikel Guemar 2.10.0-1 -- Update to 2.10.0 +* Tue Feb 07 2017 Alfredo Moralejo 2.13.0-1 +- Update to 2.13.0