diff --git a/.gitignore b/.gitignore index 4ed2f3d..94fb3b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ virtualenv-1.9.1.tar.gz /virtualenv-1.10.1.tar.gz /virtualenv-1.11.6.tar.gz +/virtualenv-12.0.7.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 2e547ed..9b734b5 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -5,8 +5,8 @@ %endif Name: python-virtualenv -Version: 1.11.6 -Release: 2%{?dist} +Version: 12.0.7 +Release: 1%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -123,6 +123,9 @@ popd %changelog +* Mon Mar 16 2015 Matej Stuchlik - 12.0.7-1 +- Update to 12.0.7 + * Thu Jan 15 2015 Matthias Runge - 1.11.6-2 - add a python3-package, thanks to Matej Stuchlik (rhbz#1179150) diff --git a/sources b/sources index cf1aa6a..0e70868 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f61cdd983d2c4e6aeabb70b1060d6f49 virtualenv-1.11.6.tar.gz +e08796f79d112f3bfa6653cc10840114 virtualenv-12.0.7.tar.gz