Hello community,
here is the log from the commit of package python3-virtualenv for
openSUSE:Factory checked in at 2014-07-04 09:34:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-virtualenv (Old)
and /work/SRC/openSUSE:Factory/.python3-virtualenv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-virtualenv"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-virtualenv/python3-virtualenv.changes
2014-03-31 20:44:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-virtualenv.new/python3-virtualenv.changes
2014-07-04 09:34:55.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Jul 3 08:25:32 UTC 2014 - [email protected]
+
+- Update to version 1.11.6:
+ + Updated setuptools to 3.5
+ + Updated pip to 1.5.6
+- Changes from version 1.11.5:
+ + Updated setuptools to 3.4.4
+ + Updated documentation to use https://virtualenv.pypa.io/
+ + Updated pip to 1.5.5
+
+-------------------------------------------------------------------
Old:
----
virtualenv-1.11.4.tar.gz
New:
----
virtualenv-1.11.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-virtualenv.spec ++++++
--- /var/tmp/diff_new_pack.8bl7Re/_old 2014-07-04 09:34:57.000000000 +0200
+++ /var/tmp/diff_new_pack.8bl7Re/_new 2014-07-04 09:34:57.000000000 +0200
@@ -17,7 +17,7 @@
Name: python3-virtualenv
-Version: 1.11.4
+Version: 1.11.6
Release: 0
Url: http://www.virtualenv.org/
Summary: Virtual Python Environment builder
++++++ virtualenv-1.11.4.tar.gz -> virtualenv-1.11.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/PKG-INFO
new/virtualenv-1.11.6/PKG-INFO
--- old/virtualenv-1.11.4/PKG-INFO 2014-02-21 13:19:49.000000000 +0100
+++ new/virtualenv-1.11.6/PKG-INFO 2014-05-17 04:41:39.000000000 +0200
@@ -1,8 +1,8 @@
Metadata-Version: 1.1
Name: virtualenv
-Version: 1.11.4
+Version: 1.11.6
Summary: Virtual Python Environment builder
-Home-page: http://www.virtualenv.org
+Home-page: https://virtualenv.pypa.io/
Author: Jannis Leidel, Carl Meyer and Brian Rosner
Author-email: [email protected]
License: MIT
@@ -31,6 +31,19 @@
with the upgraded Python.
+ 1.11.6 (2014-05-16)
+ ~~~~~~~~~~~~~~~~~~~
+
+ * Updated setuptools to 3.6
+ * Updated pip to 1.5.6
+
+ 1.11.5 (2014-05-03)
+ ~~~~~~~~~~~~~~~~~~~
+
+ * Updated setuptools to 3.4.4
+ * Updated documentation to use https://virtualenv.pypa.io/
+ * Updated pip to 1.5.5
+
1.11.4 (2014-02-21)
~~~~~~~~~~~~~~~~~~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/README.rst
new/virtualenv-1.11.6/README.rst
--- old/virtualenv-1.11.4/README.rst 2013-11-22 06:40:23.000000000 +0100
+++ new/virtualenv-1.11.6/README.rst 2014-05-03 08:28:42.000000000 +0200
@@ -7,4 +7,4 @@
.. image:: https://secure.travis-ci.org/pypa/virtualenv.png?branch=develop
:target: http://travis-ci.org/pypa/virtualenv
-For documentation, see http://www.virtualenv.org/
+For documentation, see https://virtualenv.pypa.io/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/docs/index.rst
new/virtualenv-1.11.6/docs/index.rst
--- old/virtualenv-1.11.4/docs/index.rst 2013-11-22 06:40:23.000000000
+0100
+++ new/virtualenv-1.11.6/docs/index.rst 2014-05-17 04:40:47.000000000
+0200
@@ -7,7 +7,8 @@
`Issues <https://github.com/pypa/virtualenv/issues>`_ |
`Github <https://github.com/pypa/virtualenv>`_ |
`PyPI <https://pypi.python.org/pypi/virtualenv/>`_ |
-IRC: #pip
+User IRC: #pypa
+Dev IRC: #pypa-dev
.. comment: split here
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/docs/news.rst
new/virtualenv-1.11.6/docs/news.rst
--- old/virtualenv-1.11.4/docs/news.rst 2014-02-21 13:15:05.000000000 +0100
+++ new/virtualenv-1.11.6/docs/news.rst 2014-05-17 04:40:47.000000000 +0200
@@ -15,6 +15,19 @@
with the upgraded Python.
+1.11.6 (2014-05-16)
+~~~~~~~~~~~~~~~~~~~
+
+* Updated setuptools to 3.6
+* Updated pip to 1.5.6
+
+1.11.5 (2014-05-03)
+~~~~~~~~~~~~~~~~~~~
+
+* Updated setuptools to 3.4.4
+* Updated documentation to use https://virtualenv.pypa.io/
+* Updated pip to 1.5.5
+
1.11.4 (2014-02-21)
~~~~~~~~~~~~~~~~~~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/setup.py
new/virtualenv-1.11.6/setup.py
--- old/virtualenv-1.11.4/setup.py 2014-02-21 03:41:18.000000000 +0100
+++ new/virtualenv-1.11.6/setup.py 2014-05-17 04:40:35.000000000 +0200
@@ -81,7 +81,7 @@
author_email='[email protected]',
maintainer='Jannis Leidel, Carl Meyer and Brian Rosner',
maintainer_email='[email protected]',
- url='http://www.virtualenv.org',
+ url='https://virtualenv.pypa.io/',
license='MIT',
py_modules=['virtualenv'],
packages=['virtualenv_support'],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/virtualenv.egg-info/PKG-INFO
new/virtualenv-1.11.6/virtualenv.egg-info/PKG-INFO
--- old/virtualenv-1.11.4/virtualenv.egg-info/PKG-INFO 2014-02-21
13:19:49.000000000 +0100
+++ new/virtualenv-1.11.6/virtualenv.egg-info/PKG-INFO 2014-05-17
04:41:38.000000000 +0200
@@ -1,8 +1,8 @@
Metadata-Version: 1.1
Name: virtualenv
-Version: 1.11.4
+Version: 1.11.6
Summary: Virtual Python Environment builder
-Home-page: http://www.virtualenv.org
+Home-page: https://virtualenv.pypa.io/
Author: Jannis Leidel, Carl Meyer and Brian Rosner
Author-email: [email protected]
License: MIT
@@ -31,6 +31,19 @@
with the upgraded Python.
+ 1.11.6 (2014-05-16)
+ ~~~~~~~~~~~~~~~~~~~
+
+ * Updated setuptools to 3.6
+ * Updated pip to 1.5.6
+
+ 1.11.5 (2014-05-03)
+ ~~~~~~~~~~~~~~~~~~~
+
+ * Updated setuptools to 3.4.4
+ * Updated documentation to use https://virtualenv.pypa.io/
+ * Updated pip to 1.5.5
+
1.11.4 (2014-02-21)
~~~~~~~~~~~~~~~~~~~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/virtualenv-1.11.4/virtualenv.egg-info/SOURCES.txt
new/virtualenv-1.11.6/virtualenv.egg-info/SOURCES.txt
--- old/virtualenv-1.11.4/virtualenv.egg-info/SOURCES.txt 2014-02-21
13:19:49.000000000 +0100
+++ new/virtualenv-1.11.6/virtualenv.egg-info/SOURCES.txt 2014-05-17
04:41:39.000000000 +0200
@@ -30,5 +30,5 @@
virtualenv_embedded/distutils.cfg
virtualenv_embedded/site.py
virtualenv_support/__init__.py
-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
+virtualenv_support/pip-1.5.6-py2.py3-none-any.whl
+virtualenv_support/setuptools-3.6-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.4/virtualenv.py
new/virtualenv-1.11.6/virtualenv.py
--- old/virtualenv-1.11.4/virtualenv.py 2014-02-21 13:15:05.000000000 +0100
+++ new/virtualenv-1.11.6/virtualenv.py 2014-05-17 04:40:35.000000000 +0200
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-__version__ = "1.11.4"
+__version__ = "1.11.6"
virtualenv_version = __version__ # legacy
import base64
Files old/virtualenv-1.11.4/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
and new/virtualenv-1.11.6/virtualenv_support/pip-1.5.4-py2.py3-none-any.whl
differ
Files old/virtualenv-1.11.4/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl
and new/virtualenv-1.11.6/virtualenv_support/pip-1.5.6-py2.py3-none-any.whl
differ
Files
old/virtualenv-1.11.4/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl
and
new/virtualenv-1.11.6/virtualenv_support/setuptools-2.2-py2.py3-none-any.whl
differ
Files
old/virtualenv-1.11.4/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl
and
new/virtualenv-1.11.6/virtualenv_support/setuptools-3.6-py2.py3-none-any.whl
differ
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]