commit python-virtualenv for openSUSE:Factory
Hello community, here is the log from the commit of package python-virtualenv for openSUSE:Factory checked in at 2014-03-31 20:44:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-virtualenv (Old) and /work/SRC/openSUSE:Factory/.python-virtualenv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-virtualenv" Changes: -------- --- /work/SRC/openSUSE:Factory/python-virtualenv/python-virtualenv.changes 2014-02-13 15:04:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-virtualenv.new/python-virtualenv.changes 2014-03-31 20:44:22.000000000 +0200 @@ -1,0 +2,9 @@ +Sun Mar 30 09:13:20 UTC 2014 - toddrme2178@gmail.com + +- update to 1.11.4 + * Updated pip to 1.5.4 +- update to 1.11.3 + * Updated setuptools to 2.2 + * Updated pip to 1.5.3 + +------------------------------------------------------------------- Old: ---- virtualenv-1.11.2.tar.gz New: ---- virtualenv-1.11.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-virtualenv.spec ++++++ --- /var/tmp/diff_new_pack.fcQfgp/_old 2014-03-31 20:44:27.000000000 +0200 +++ /var/tmp/diff_new_pack.fcQfgp/_new 2014-03-31 20:44:27.000000000 +0200 @@ -17,7 +17,7 @@ Name: python-virtualenv -Version: 1.11.2 +Version: 1.11.4 Release: 0 Url: http://www.virtualenv.org/ Summary: Virtual Python Environment builder ++++++ virtualenv-1.11.2.tar.gz -> virtualenv-1.11.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtualenv-1.11.2/PKG-INFO new/virtualenv-1.11.4/PKG-INFO --- old/virtualenv-1.11.2/PKG-INFO 2014-01-26 06:10:41.000000000 +0100 +++ new/virtualenv-1.11.4/PKG-INFO 2014-02-21 13:19:49.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: virtualenv -Version: 1.11.2 +Version: 1.11.4 Summary: Virtual Python Environment builder Home-page: http://www.virtualenv.org Author: Jannis Leidel, Carl Meyer and Brian Rosner @@ -31,6 +31,19 @@ with the upgraded Python. + 1.11.4 (2014-02-21) + ~~~~~~~~~~~~~~~~~~~ + + * Updated pip to 1.5.4 + + + 1.11.3 (2014-02-20) + ~~~~~~~~~~~~~~~~~~~ + + * Updated setuptools to 2.2 + * Updated pip to 1.5.3 + + 1.11.2 (2014-01-26) ~~~~~~~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtualenv-1.11.2/docs/news.rst new/virtualenv-1.11.4/docs/news.rst --- old/virtualenv-1.11.2/docs/news.rst 2014-01-26 06:08:18.000000000 +0100 +++ new/virtualenv-1.11.4/docs/news.rst 2014-02-21 13:15:05.000000000 +0100 @@ -15,6 +15,19 @@ with the upgraded Python. +1.11.4 (2014-02-21) +~~~~~~~~~~~~~~~~~~~ + +* Updated pip to 1.5.4 + + +1.11.3 (2014-02-20) +~~~~~~~~~~~~~~~~~~~ + +* Updated setuptools to 2.2 +* Updated pip to 1.5.3 + + 1.11.2 (2014-01-26) ~~~~~~~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtualenv-1.11.2/virtualenv.egg-info/PKG-INFO new/virtualenv-1.11.4/virtualenv.egg-info/PKG-INFO --- old/virtualenv-1.11.2/virtualenv.egg-info/PKG-INFO 2014-01-26 06:10:41.000000000 +0100 +++ new/virtualenv-1.11.4/virtualenv.egg-info/PKG-INFO 2014-02-21 13:19:49.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: virtualenv -Version: 1.11.2 +Version: 1.11.4 Summary: Virtual Python Environment builder Home-page: http://www.virtualenv.org Author: Jannis Leidel, Carl Meyer and Brian Rosner @@ -31,6 +31,19 @@ with the upgraded Python. + 1.11.4 (2014-02-21) + ~~~~~~~~~~~~~~~~~~~ + + * Updated pip to 1.5.4 + + + 1.11.3 (2014-02-20) + ~~~~~~~~~~~~~~~~~~~ + + * Updated setuptools to 2.2 + * Updated pip to 1.5.3 + + 1.11.2 (2014-01-26) ~~~~~~~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtualenv-1.11.2/virtualenv.egg-info/SOURCES.txt new/virtualenv-1.11.4/virtualenv.egg-info/SOURCES.txt --- old/virtualenv-1.11.2/virtualenv.egg-info/SOURCES.txt 2014-01-26 06:10:41.000000000 +0100 +++ new/virtualenv-1.11.4/virtualenv.egg-info/SOURCES.txt 2014-02-21 13:19:49.000000000 +0100 @@ -30,5 +30,5 @@ virtualenv_embedded/distutils.cfg virtualenv_embedded/site.py virtualenv_support/__init__.py -virtualenv_support/pip-1.5.2-py2.py3-none-any.whl -virtualenv_support/setuptools-2.1-py2.py3-none-any.whl \ No newline at end of file +virtualenv_support/pip-1.5.4-py2.py3-none-any.whl +virtualenv_support/setuptools-2.2-py2.py3-none-any.whl \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/virtualenv-1.11.2/virtualenv.py new/virtualenv-1.11.4/virtualenv.py --- old/virtualenv-1.11.2/virtualenv.py 2014-01-26 06:08:18.000000000 +0100 +++ new/virtualenv-1.11.4/virtualenv.py 2014-02-21 13:15:05.000000000 +0100 @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "1.11.2" +__version__ = "1.11.4" virtualenv_version = __version__ # legacy import base64 Files old/virtualenv-1.11.2/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl and new/virtualenv-1.11.4/virtualenv_support/pip-1.5.2-py2.py3-none-any.whl differ Files old/virtualenv-1.11.2/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl and new/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl differ Files old/virtualenv-1.11.2/virtualenv_support/setuptools-2.1-py2.py3-none-any.whl and new/virtualenv-1.11.4/virtualenv_support/setuptools-2.1-py2.py3-none-any.whl differ Files old/virtualenv-1.11.2/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl and new/virtualenv-1.11.4/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl differ -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de