diff --git a/.gitignore b/.gitignore index a06b0b8..7c3820f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /botocore-1.3.29.tar.gz /botocore-1.3.30.tar.gz /botocore-1.4.7.tar.gz +/botocore-1.4.24.tar.gz diff --git a/python-botocore.spec b/python-botocore.spec index 55545cd..fc24cda 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -16,17 +16,21 @@ # Disable documentation generation for now %global with_docs 0 -# Tests not yet ready for EL -%{?rhel: %global with_tests 0} +# python-tox 2.3.1 not available on RHEL7 and F22 +%{?el7: %global with_tests 0} +%{?fc22: %global with_tests 0} +# Tests fails on F24 and F25 due to some path problem +%{?fc24: %global with_tests 0} +%{?fc25: %global with_tests 0} Name: python-%{pypi_name} -Version: 1.4.7 +Version: 1.4.24 Release: 1%{?dist} Summary: Low-level, data-driven core of boto 3 License: ASL 2.0 URL: https://github.com/boto/botocore -Source0: https://pypi.python.org/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source0: https://pypi.io/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel @@ -161,6 +165,9 @@ rm -rf html/.{doctrees,buildinfo} %endif # with_docs %changelog +* Sat May 28 2016 Fabio Alessandro Locati - 1.4.24-1 +- New version from upstream + * Tue Mar 29 2016 Fabio Alessandro Locati - 1.4.7-1 - New version from upstream diff --git a/sources b/sources index 5b0abab..73154fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5c16554bb2fa978a7cf566df9b1c136 botocore-1.4.7.tar.gz +9bf4bfecc95adeeb4fa5330c3d096ed4 botocore-1.4.24.tar.gz