diff --git a/.gitignore b/.gitignore index 5ca99c7..31a9b61 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /six-1.7.3.tar.gz /six-1.8.0.tar.gz /six-1.9.0.tar.gz +/six-1.10.0.tar.gz diff --git a/python-six.spec b/python-six.spec index f71a7d7..a1ee455 100644 --- a/python-six.spec +++ b/python-six.spec @@ -10,8 +10,8 @@ %endif Name: python-six -Version: 1.9.0 -Release: 4%{?dist} +Version: 1.10.0 +Release: 1%{?dist} Summary: Python 2 and 3 compatibility utilities Group: Development/Languages @@ -100,6 +100,9 @@ popd %changelog +* Fri Nov 13 2015 Slavek Kabrda - 1.10.0-1 +- Update to 1.10.0 + * Tue Oct 13 2015 Robert Kuska - 1.9.0-4 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index 949fec9..1b49c44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -476881ef4012262dfc8adc645ee786c4 six-1.9.0.tar.gz +34eed507548117b2ab523ab14b2f8b55 six-1.10.0.tar.gz