Update to 1.12.0
Update to latest release from Dec, 2018 i.e. 1.12.0. Since python3-six is installed in buildroot, Add PYTHONPATH=. to ensure 'six' module is used from the version being build.
This commit is contained in:
parent
eb16ba2196
commit
b73e7e0908
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/six-1.9.0.tar.gz
|
||||
/six-1.10.0.tar.gz
|
||||
/six-1.11.0.tar.gz
|
||||
/six-1.12.0.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%global python3_wheelname %python2_wheelname
|
||||
|
||||
Name: python-%{modname}
|
||||
Version: 1.11.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.12.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
||||
License: MIT
|
||||
@ -115,6 +115,8 @@ Python 3 version.
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
# Ensure six module is used from the version being build
|
||||
export PYTHONPATH=.
|
||||
py.test-2 -rfsxX test_six.py
|
||||
py.test-3 -rfsxX test_six.py
|
||||
%endif
|
||||
@ -139,6 +141,9 @@ py.test-3 -rfsxX test_six.py
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2019 Yatin Karel <ykarel@redhat.com> - 1.12.0-1
|
||||
- Update to 1.12.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (six-1.11.0.tar.gz) = 33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24
|
||||
SHA512 (six-1.12.0.tar.gz) = 937728372edf1e0ac13bbd706723d0de35e015c30d0ae41f789c5ed2e3669bb0db70cdc6e036ec2d437a6c4aa0d5d1e727b6d09ac34cca7e4e92e5d3b4775151
|
||||
|
Loading…
Reference in New Issue
Block a user