#3 Update to 1.12.0
Merged 5 years ago by lbalhar. Opened 5 years ago by ykarel.
rpms/ ykarel/python-six master  into  master

file modified
+1
@@ -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

file modified
+7 -2
@@ -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 @@ 

  

  %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 @@ 

  

  

  %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

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (six-1.11.0.tar.gz) = 33f246a2e987141e17e5edad9d3537cf3aba0cbdd0bc2a907ea52ce0d674b1474f29c3dd5cc26605fd960396054b189ca5f501708333cad234c223131483fe24

+ SHA512 (six-1.12.0.tar.gz) = 937728372edf1e0ac13bbd706723d0de35e015c30d0ae41f789c5ed2e3669bb0db70cdc6e036ec2d437a6c4aa0d5d1e727b6d09ac34cca7e4e92e5d3b4775151

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.

Looks good to me. Tested in rawhide.

Pull-Request has been merged by lbalhar

5 years ago

BTW I've checked and all six consumers have valid dependencies except python3-netlib (and that requires six < 1.11, so it was already broken.