diff --git a/.gitignore b/.gitignore index fa55dc3..1b340b3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /tox-1.7.1.tar.gz /tox-1.8.1.tar.gz /tox-2.1.1.tar.gz +/tox-2.3.1.tar.gz diff --git a/python-tox.spec b/python-tox.spec index 1e2ea44..a15cba6 100644 --- a/python-tox.spec +++ b/python-tox.spec @@ -11,8 +11,8 @@ %global pypiname tox Name: python-tox -Version: 2.1.1 -Release: 4%{?dist} +Version: 2.3.1 +Release: 1%{?dist} Summary: Virtualenv-based automation of test activities # file toxbootstrap.py is licensed under MIT License @@ -136,6 +136,9 @@ TOXENV=py27 %{__python} setup.py test %endif %changelog +* Mon Feb 29 2016 Matthias Runge - 2.3.1-1 +- update to 2.3.1 + * Thu Feb 04 2016 Fedora Release Engineering - 2.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 3db0df4..39d8ce4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc5b38cce701ced90a89b9da24af1769 tox-2.1.1.tar.gz +9371b3d3e25c03751a0372e19602dfb9 tox-2.3.1.tar.gz