|
|
@ -1,8 +1,7 @@
|
|
|
|
%{?python_enable_dependency_generator}
|
|
|
|
|
|
|
|
%global pypi_name boto3
|
|
|
|
%global pypi_name boto3
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Name: python-%{pypi_name}
|
|
|
|
Version: 1.11.4
|
|
|
|
Version: 1.11.9
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
|
|
|
|
|
|
@ -19,15 +18,8 @@ and Amazon EC2.
|
|
|
|
|
|
|
|
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
%package -n python3-%{pypi_name}
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
Summary: The AWS SDK for Python
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-setuptools
|
|
|
|
BuildRequires: python3-nose
|
|
|
|
|
|
|
|
BuildRequires: python3-mock
|
|
|
|
|
|
|
|
BuildRequires: python3-wheel
|
|
|
|
|
|
|
|
BuildRequires: python3dist(botocore) >= 1.13.21
|
|
|
|
|
|
|
|
BuildRequires: python3dist(jmespath)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(s3transfer)
|
|
|
|
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
|
|
|
|
|
|
|
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
|
%description -n python3-%{pypi_name}
|
|
|
@ -48,9 +40,6 @@ rm -rf tests/integration
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
%{__python3} setup.py test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
%files -n python3-%{pypi_name}
|
|
|
|
%doc README.rst
|
|
|
|
%doc README.rst
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
@ -58,6 +47,9 @@ rm -rf tests/integration
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
|
|
|
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.11.9-1
|
|
|
|
|
|
|
|
- Update to 1.11.9
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 17 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.11.4-1
|
|
|
|
* Fri Jan 17 2020 Charalampos Stratakis <cstratak@redhat.com> - 1.11.4-1
|
|
|
|
- Update to 1.11.4 (rhbz#1677949)
|
|
|
|
- Update to 1.11.4 (rhbz#1677949)
|
|
|
|
|
|
|
|
|
|
|
|