%{?python_enable_dependency_generator} %{?python_enable_dependency_generator} # Enable tests %bcond_with test # Disable documentation generation for now %bcond_with docs %global pypi_name botocore Name: python-%{pypi_name} Version: 1.13.21 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.io/packages/source/b/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. %package -n python3-%{pypi_name} Summary: Low-level, data-driven core of boto 3 BuildRequires: python3-devel BuildRequires: python3-setuptools %if %{with docs} BuildRequires: python3-sphinx BuildRequires: python3-guzzle_sphinx_theme %endif # with docs %if %{with tests} BuildRequires: python3-mock BuildRequires: python3-nose BuildRequires: python3-six BuildRequires: python3-wheel BuildRequires: python3-docutils BuildRequires: python3-dateutil BuildRequires: python3-jmespath BuildRequires: python3-jsonschema BuildRequires: python3-urllib3 %endif # with tests %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} A low-level interface to a growing number of Amazon Web Services. The botocore package is the foundation for the AWS CLI as well as boto3. %if %{with docs} %package doc Summary: Documentation for %{name} %description doc %{summary}. %endif # with docs %prep %setup -q -n %{pypi_name}-%{version} rm -rf %{pypi_name}.egg-info # Remove online tests rm -rf tests/integration %build %py3_build %install %py3_install %if %{with docs} sphinx-build-3 docs/source html rm -rf html/.{doctrees,buildinfo} %endif # with docs %if %{with tests} %check # %{__python3} setup.py test export PYTHONPATH=%{buildroot}%{python3_sitelib} nosetests-3 --with-coverage --cover-erase --cover-package botocore --with-xunit --cover-xml -v tests/unit/ tests/functional/ %endif # with tests %files -n python3-%{pypi_name} %doc README.rst %license LICENSE.txt %{python3_sitelib}/%{pypi_name}/ %{python3_sitelib}/%{pypi_name}-*.egg-info/ %if %{with docs} %files doc %doc html %endif # with docs %changelog * Tue Nov 19 2019 Orion Poplawski - 1.13.21-1 - Update to 1.13.21 * Mon Oct 28 2019 David Duncan - 1.13.2-1 - Merge changes from 1.13.2 release. (#1677950) * Mon Oct 21 2019 James Hogarth - 1.12.253-2 * Fix changelog format * Sat Oct 19 2019 David Duncan - 1.12.253-1 - Merge changes from 1.12.253 release. (#1677950) * Fri Oct 04 2019 David Duncan - 1.12.243-1 - Merge changes from 1.12.243 release. (#1677950) * Thu Oct 03 2019 David Duncan - 1.12.242-1 - Merge changes from 1.12.242 release. (#1677950) * Thu Oct 03 2019 David Duncan - 1.12.241-1 - Merge changes from 1.12.241 release. (#1677950) * Tue Oct 01 2019 David Duncan - 1.12.240-1 - Merge changes from 1.12.240 release. (#1677950) * Mon Sep 30 2019 David Duncan - 1.12.239-1 - Merge changes from 1.12.239 release. (#1677950) * Sat Sep 28 2019 David Duncan - 1.12.238-1 - Merge changes from 1.12.238 release. (#1677950) * Thu Sep 26 2019 David Duncan - 1.12.237-1 - Merge changes from 1.12.237 release. (#1677950) * Thu Sep 26 2019 David Duncan - 1.12.236-1 - Merge changes from 1.12.236 release. * Sun Sep 22 2019 David Duncan - 1.12.233-1 - Merge changes from 1.12.233 release. * Thu Sep 19 2019 David Duncan - 1.12.231 - Update to 1.12.231 - Update to latest endpoints and models * Mon Sep 09 2019 Charalampos Stratakis - 1.12.225-1 - Update to 1.12.225 * Wed Aug 21 2019 Kevin Fenzi - 1.12.212-1 - Update to 1.12.212 * Mon Aug 19 2019 Miro Hrončok - 1.12.188-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.12.188-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jul 13 2019 David Duncan - 1.12.188-1 - Bumping version to 1.12.188 - resolves #1677950 - update to latest endpoints and models * Tue May 28 2019 David Duncan - 1.12.157-1 - Bumping to version 1.12.157 - resolves #1677950 - update to latest endpoints and models * Wed Apr 24 2019 David Duncan - 1.12.135-1 - Bumping version to 1.12.135 - add support for ap-east-1 * Thu Mar 21 2019 David Duncan - 1.12.119-1 - resolves #1677950 - Bumping version to 1.12.119 * Sat Feb 23 2019 Igor Gnatenko - 1.12.101-1 - Update to 1.12.101 * Fri Feb 15 2019 Kevin Fenzi - 1.12.96-1 - Update to 1.12.96. * Sun Feb 10 2019 David Duncan - 1.12.91 - resolves #1667630 - Update to latest models - api-change:``discovery``: Update discovery client to latest version - api-change:``ecs``: Update ecs client to latest version - api-change:``dlm``: Update dlm client to latest version * Mon Feb 04 2019 David Duncan - 1.12.87 - Update to latest models - Improve event stream parser tests - resolves #1667630 * Sat Feb 02 2019 Fedora Release Engineering - 1.12.75-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 11 2019 Igor Gnatenko - 1.12.75-3 - Enable python dependency generator * Wed Jan 09 2019 Miro Hrončok - 1.12.75-2 - Subpackage python2-botocore has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Tue Jan 08 2019 David Duncan - 1.12.75 - Update to latest endpoints - Update to latest models * Sun Nov 18 2018 David Duncan - 1.12.47 - Update to latest models. * Sun Oct 07 2018 David Duncan - 1.12.18 - Update to latest models * Tue Oct 02 2018 Charalampos Stratakis - 1.12.15-2 - Reinstate python-urllib3 dependency as python-boto3 requires it * Tue Oct 02 2018 Charalampos Stratakis - 1.12.15-1 - Update to 1.12.15 * Wed Sep 5 2018 David Duncan - 1.10.43-1 - Bumping version to 1.10.43 Updates bz#1531330 * Mon Sep 3 2018 David Duncan - 1.10.42-1 - Bumping version to 1.10.42 Updates bz#1531330 * Fri Jul 13 2018 Fedora Release Engineering - 1.10.41-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok - 1.10.41-3 - Rebuilt for Python 3.7 * Wed Jun 20 2018 Haïkel Guémar - 1.10.41-2 - Fix EL7 dateutil patch * Wed Jun 20 2018 Haïkel Guémar - 1.10.41-1 - Upstream 1.10.41 * Tue Jun 19 2018 Miro Hrončok - 1.9.1-3 - Rebuilt for Python 3.7 * Wed Feb 28 2018 Iryna Shcherbina - 1.9.1-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Feb 28 2018 Charalampos Stratakis - 1.9.1-1 - Update to 1.9.1 * Fri Feb 09 2018 Fedora Release Engineering - 1.8.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Jan 20 2018 Charalampos Stratakis - 1.8.33-1 - Update to 1.8.33 * Tue Jan 16 2018 Charalampos Stratakis - 1.8.29-1 - Update to 1.8.29 * Wed Jan 10 2018 Charalampos Stratakis - 1.8.26-1 - Update to 1.8.26 * Wed Jan 03 2018 Charalampos Stratakis - 1.8.21-1 - Update to 1.8.21 * Sun Aug 13 2017 Fabio Alessandro Locati - 1.6.0-1 - Update to 1.6.0 * Thu Jul 27 2017 Fedora Release Engineering - 1.5.72-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Wed Jun 21 2017 Fabio Alessandro Locati - 1.5.72-1 - Update to 1.5.72 * Tue May 23 2017 Fabio Alessandro Locati - 1.5.53-1 - Update to 1.5.53 * Wed Mar 15 2017 Fabio Alessandro Locati - 1.5.26-1 - Update to 1.5.26 * Sat Feb 25 2017 Fabio Alessandro Locati - 1.5.18-1 - Update to 1.5.18 * Sat Feb 11 2017 Fedora Release Engineering - 1.5.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 20 2017 Fabio Alessandro Locati - 1.5.3-1 - Update to 1.5.3 - Rebase patch * Wed Dec 28 2016 Fabio Alessandro Locati - 1.4.91-1 - Update to 1.4.91 * Mon Dec 19 2016 Miro Hrončok - 1.4.85-2 - Rebuild for Python 3.6 * Sun Dec 11 2016 Fabio Alessandro Locati - 1.4.85-1 - Update to 1.4.85 * Sat Dec 03 2016 Fabio Alessandro Locati - 1.4.81-1 - Update to 1.4.81 * Thu Nov 24 2016 Fabio Alessandro Locati - 1.4.78-1 - Update to 1.4.78 * Thu Oct 27 2016 Fabio Alessandro Locati - 1.4.67-1 - Update to 1.4.67 * Mon Oct 10 2016 Fabio Alessandro Locati - 1.4.60-1 - Update to 1.4.60 * Sun Oct 02 2016 Fabio Alessandro Locati - 1.4.58-1 - Update to 1.4.58 - Add python-six dependency * Wed Sep 28 2016 Fabio Alessandro Locati - 1.4.57-1 - Update to 1.4.57 * Tue Sep 13 2016 Fabio Alessandro Locati - 1.4.52-3 - Fix patch * Tue Sep 13 2016 Fabio Alessandro Locati - 1.4.52-2 - Add testing support for EL7 using a lower version of dateuil library * Wed Sep 07 2016 Fabio Alessandro Locati - 1.4.52-1 - Update to 1.4.52 * 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 * Tue Aug 23 2016 Fabio Alessandro Locati - 1.4.48-1 - Upstream update * Fri Aug 05 2016 Fabio Alessandro Locati - 1.4.43-1 - Upstream update * 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 * Tue Jul 19 2016 Fedora Release Engineering - 1.4.35-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Jul 06 2016 Fabio Alessandro Locati - 1.4.35-1 - New version from upstream * Wed Jun 08 2016 Fabio Alessandro Locati - 1.4.26-1 - New version from upstream * 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 * Tue Mar 01 2016 Fabio Alessandro Locati - 1.3.30-1 - New version from upstream * Wed Feb 24 2016 Fabio Alessandro Locati - 1.3.29-1 - New version from upstream * Fri Feb 19 2016 Fabio Alessandro Locati - 1.3.28-1 - New version from upstream * Wed Feb 17 2016 Fabio Alessandro Locati - 1.3.27-1 - New version from upstream * Fri Feb 12 2016 Fabio Alessandro Locati - 1.3.26-1 - New version from upstream * Wed Feb 10 2016 Fabio Alessandro Locati - 1.3.25-1 - New version from upstream * Tue Feb 09 2016 Fabio Alessandro Locati - 1.3.24-1 - New version from upstream * Tue Feb 02 2016 Fabio Alessandro Locati - 1.3.23-1 - New version from upstream * Fri Jan 22 2016 Fabio Alessandro Locati - 1.3.22-1 - New version from upstream * Wed Jan 20 2016 Fabio Alessandro Locati - 1.3.21-1 - New version from upstream * Fri Jan 15 2016 Fabio Alessandro Locati - 1.3.20-1 - New version from upstream * Fri Jan 15 2016 Fabio Alessandro Locati - 1.3.19-1 - New version from upstream * Wed Jan 13 2016 Fabio Alessandro Locati - 1.3.18-1 - New version from upstream * Tue Jan 12 2016 Fabio Alessandro Locati - 1.3.17-2 - Add testing for Fedora * Thu Jan 07 2016 Fabio Alessandro Locati - 1.3.17-1 - Update to upstream version * Wed Jan 06 2016 Fabio Alessandro Locati - 1.3.16-2 - Fix shabang on botocore/vendored/requests/packages/chardet/chardetect.py - Fix shabang on botocore/vendored/requests/certs.py - Remove the useless dependency with python-urllib3 * Wed Jan 06 2016 Fabio Alessandro Locati - 1.3.16-1 - Update to new upstream version - Fix Provides for EL6 * Tue Dec 29 2015 Fabio Alessandro Locati - 1.3.15-1 - Update to current version - Improve the spec * Tue Nov 10 2015 Fedora Release Engineering - 0.79.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.79.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Dec 19 2014 Lubomir Rintel - 0.79.0-1 - New version * Fri Jul 25 2014 Lubomir Rintel - 0.58.0-2 - Add Python 3 support * Fri Jul 25 2014 Lubomir Rintel - 0.58.0-1 - Initial packaging