diff --git a/.gitignore b/.gitignore index b243a36..a73034b 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /botocore-1.4.43.tar.gz /botocore-1.4.48.tar.gz /botocore-1.4.49.tar.gz +/botocore-1.4.50.tar.gz diff --git a/python-botocore.spec b/python-botocore.spec index 0cbd4df..d4b182b 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -16,11 +16,8 @@ # Disable documentation generation for now %global with_docs 0 -# python-tox 2.3.1 not available on RHEL7 and F22 -%{?el7: %global with_tests 0} - Name: python-%{pypi_name} -Version: 1.4.49 +Version: 1.4.50 Release: 1%{?dist} Summary: Low-level, data-driven core of boto 3 @@ -38,7 +35,6 @@ BuildRequires: python-guzzle_sphinx_theme %if 0%{?with_tests} %{?fc23:BuildRequires: mock} %{!?fc23:BuildRequires: python2-mock} -BuildRequires: python-tox BuildRequires: python-behave BuildRequires: python-nose BuildRequires: python-six @@ -60,7 +56,6 @@ BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-six BuildRequires: python3-wheel -BuildRequires: python3-tox BuildRequires: python3-docutils BuildRequires: python3-dateutil BuildRequires: python3-jmespath @@ -97,10 +92,10 @@ botocore package is the foundation for the AWS CLI as well as boto3. %endif # with_python3 %if 0%{?with_docs} -%package -n python-%{pypi_name}-doc -Summary: botocore documentation -%description -n python-%{pypi_name}-doc -Documentation for botocore +%package doc +Summary: Documentation for %{name} +%description doc +%{summary}. %endif # with_docs %prep @@ -142,27 +137,31 @@ nosetests-3.5 --with-coverage --cover-erase --cover-package botocore --with-xuni %endif # with_python3 %endif # with_tests -%files -n python2-%{pypi_name} %{!?_licensedir:%global license %doc} + +%files -n python2-%{pypi_name} %doc README.rst %license LICENSE.txt -%{python2_sitelib}/%{pypi_name} -%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python2_sitelib}/%{pypi_name}/ +%{python2_sitelib}/%{pypi_name}-*.egg-info/ %if 0%{?with_python3} %files -n python3-%{pypi_name} %doc README.rst %license LICENSE.txt -%{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}/ +%{python3_sitelib}/%{pypi_name}-*.egg-info/ %endif # with_python3 %if 0%{?with_docs} -%files -n python-%{pypi_name}-doc +%files doc %doc html %endif # with_docs %changelog +* Sat Sep 03 2016 Igor Gnatenko - 1.4.50-1 +- Update to 1.4.50 + * Wed Aug 24 2016 Fabio Alessandro Locati - 1.4.49-1 - Upstream update diff --git a/sources b/sources index 68fd8ee..3dc1ed4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fa45dc901d88da62a0e394e22bac5220 botocore-1.4.49.tar.gz +e7b9ea6435548668c1726b1620287721 botocore-1.4.50.tar.gz