1.3.30-1 new upstream release
This commit is contained in:
parent
eb3ac0451f
commit
3de6fd3396
@ -16,16 +16,11 @@
|
|||||||
# Disable documentation generation for now
|
# Disable documentation generation for now
|
||||||
%global with_docs 0
|
%global with_docs 0
|
||||||
|
|
||||||
# Something breaks for now
|
|
||||||
%if 0%{?fedora} != 23
|
|
||||||
%global with_tests 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
# Tests not yet ready for EL
|
# Tests not yet ready for EL
|
||||||
%{?rhel: %global with_tests 0}
|
%{?rhel: %global with_tests 0}
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.29
|
Version: 1.3.30
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Low-level, data-driven core of boto 3
|
Summary: Low-level, data-driven core of boto 3
|
||||||
|
|
||||||
@ -111,6 +106,8 @@ Documentation for botocore
|
|||||||
sed -i -e '1 d' botocore/vendored/requests/packages/chardet/chardetect.py
|
sed -i -e '1 d' botocore/vendored/requests/packages/chardet/chardetect.py
|
||||||
sed -i -e '1 d' botocore/vendored/requests/certs.py
|
sed -i -e '1 d' botocore/vendored/requests/certs.py
|
||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
|
# Remove online tests
|
||||||
|
rm -rf tests/integration
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py2_build
|
%py2_build
|
||||||
@ -162,6 +159,9 @@ rm -rf html/.{doctrees,buildinfo}
|
|||||||
%endif # with_docs
|
%endif # with_docs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 01 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.3.30-1
|
||||||
|
- New version from upstream
|
||||||
|
|
||||||
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.3.29-1
|
* Wed Feb 24 2016 Fabio Alessandro Locati <fabio@locati.cc> - 1.3.29-1
|
||||||
- New version from upstream
|
- New version from upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user