From 2f777f7de7b7d2903077075a85e0943b5e02559a Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 4 Aug 2016 09:31:57 +0200 Subject: [PATCH] New version upstream --- .gitignore | 1 + python-botocore.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 84e4d0a..8965aba 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /botocore-1.4.26.tar.gz /botocore-1.4.35.tar.gz /botocore-1.4.41.tar.gz +/botocore-1.4.42.tar.gz diff --git a/python-botocore.spec b/python-botocore.spec index 0583781..e84d6cf 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -22,9 +22,10 @@ # Tests fails on F24 and F25 due to some path problem %{?fc24: %global with_tests 0} %{?fc25: %global with_tests 0} +%{?fc26: %global with_tests 0} Name: python-%{pypi_name} -Version: 1.4.41 +Version: 1.4.42 Release: 1%{?dist} Summary: Low-level, data-driven core of boto 3 @@ -40,7 +41,7 @@ BuildRequires: python-sphinx BuildRequires: python-guzzle_sphinx_theme %endif # with_docs %if 0%{?with_tests} -BuildRequires: mock +BuildRequires: python2-mock BuildRequires: python-tox BuildRequires: python-behave BuildRequires: python-nose @@ -59,6 +60,7 @@ BuildRequires: python3-guzzle_sphinx_theme %endif # with_docs %if 0%{?with_tests} %{?fc24:BuildRequires: python3-behave} +BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-six BuildRequires: python3-wheel @@ -136,9 +138,11 @@ rm -rf html/.{doctrees,buildinfo} %if 0%{?with_tests} %check -%{__python2} setup.py test +# %{__python2} setup.py test +nosetests-2.7 --with-coverage --cover-erase --cover-package botocore --with-xunit --cover-xml -v tests/unit/ tests/functional/ %if 0%{?with_python3} -%{__python3} setup.py test +# %{__python3} setup.py test +nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xunit --cover-xml -v tests/unit/ tests/functional/ %endif # with_python3 %endif # with_tests @@ -163,6 +167,9 @@ rm -rf html/.{doctrees,buildinfo} %endif # with_docs %changelog +* Thu Aug 04 2016 Fabio Alessandro Locati - 1.4.42-1 +- Upstream update + * Tue Aug 02 2016 Fabio Alessandro Locati - 1.4.41-1 - Upstream update diff --git a/sources b/sources index 0e0802c..d52ba98 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -019568603a71fbe612aa25784552ba17 botocore-1.4.41.tar.gz +0b989b1678e873de6b8902ccc8c1bc98 botocore-1.4.42.tar.gz