Hello community,

here is the log from the commit of package python-virtualenvwrapper for 
openSUSE:Factory checked in at 2015-04-07 09:30:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-virtualenvwrapper (Old)
 and      /work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-virtualenvwrapper"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
        2014-12-03 22:48:09.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new/python-virtualenvwrapper.changes
   2015-04-07 09:30:30.000000000 +0200
@@ -1,0 +2,12 @@
+Sat Apr  4 14:55:10 UTC 2015 - [email protected]
+
+- update to 4.3.2:
+  * build universal wheels
+  * Merged in das_g/virtualenvwrapper/das_g/
+    removed-gratuitous-preposition-1413208408920 (pull request #19)
+  * removed gratuitous preposition
+  * Fix test invocation for zsh
+  * add -q option to cd for zsh
+  * make run_tests use the SHELL var to run test script
+
+-------------------------------------------------------------------

Old:
----
  virtualenvwrapper-4.3.1.tar.gz

New:
----
  virtualenvwrapper-4.3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-virtualenvwrapper.spec ++++++
--- /var/tmp/diff_new_pack.hS5ZsZ/_old  2015-04-07 09:30:31.000000000 +0200
+++ /var/tmp/diff_new_pack.hS5ZsZ/_new  2015-04-07 09:30:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenvwrapper
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-virtualenvwrapper
-Version:        4.3.1
+Version:        4.3.2
 Release:        0
 Url:            http://www.doughellmann.com/projects/virtualenvwrapper/
 Summary:        Enhancements to virtualenv

++++++ virtualenvwrapper-4.3.1.tar.gz -> virtualenvwrapper-4.3.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/AUTHORS 
new/virtualenvwrapper-4.3.2/AUTHORS
--- old/virtualenvwrapper-4.3.1/AUTHORS 2014-07-20 20:33:13.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/AUTHORS 2015-01-02 18:45:28.000000000 +0100
@@ -31,6 +31,7 @@
 Paul McLanahan <[email protected]>
 Radu Voicilas <[email protected]>
 Ralph Bean <[email protected]>
+Raphael Das Gupta <[email protected]>
 Sander Smits <[email protected]>
 Scott Stevenson <[email protected]>
 Shrikant-Sharat <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/ChangeLog 
new/virtualenvwrapper-4.3.2/ChangeLog
--- old/virtualenvwrapper-4.3.1/ChangeLog       2014-07-20 20:33:13.000000000 
+0200
+++ new/virtualenvwrapper-4.3.2/ChangeLog       2015-01-02 18:45:28.000000000 
+0100
@@ -1,6 +1,16 @@
 CHANGES
 =======
 
+4.3.2
+-----
+
+* build universal wheels
+* Merged in 
das_g/virtualenvwrapper/das_g/removed-gratuitous-preposition-1413208408920 
(pull request #19)
+* removed gratuitous preposition
+* Fix test invocation for zsh
+* add -q option to cd for zsh
+* make run_tests use the SHELL var to run test script
+
 4.3.1
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/PKG-INFO 
new/virtualenvwrapper-4.3.2/PKG-INFO
--- old/virtualenvwrapper-4.3.1/PKG-INFO        2014-07-20 20:33:14.000000000 
+0200
+++ new/virtualenvwrapper-4.3.2/PKG-INFO        2015-01-02 18:45:29.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenvwrapper
-Version: 4.3.1
+Version: 4.3.2
 Summary: Enhancements to virtualenv
 Home-page: http://virtualenvwrapper.readthedocs.org/
 Author: Doug Hellmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/docs/source/projects.rst 
new/virtualenvwrapper-4.3.2/docs/source/projects.rst
--- old/virtualenvwrapper-4.3.1/docs/source/projects.rst        2013-05-11 
14:36:33.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/docs/source/projects.rst        2014-10-13 
15:57:15.000000000 +0200
@@ -23,7 +23,7 @@
 or more :term:`template` plugins. Templates should be specified as
 arguments to :ref:`command-mkproject`. Multiple values can be provided
 to apply more than one template. For example, to check out a Mercurial
-repository from on a project on bitbucket and create a new Django
+repository from a project on bitbucket and create a new Django
 site, combine the :ref:`templates-bitbucket` and
 :ref:`templates-django` templates.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/setup.cfg 
new/virtualenvwrapper-4.3.2/setup.cfg
--- old/virtualenvwrapper-4.3.1/setup.cfg       2014-07-20 20:33:14.000000000 
+0200
+++ new/virtualenvwrapper-4.3.2/setup.cfg       2015-01-02 18:45:29.000000000 
+0100
@@ -76,8 +76,11 @@
 [pbr]
 warnerrors = true
 
+[wheel]
+universal = true
+
 [egg_info]
 tag_svn_revision = 0
-tag_date = 0
 tag_build = 
+tag_date = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/tests/run_tests 
new/virtualenvwrapper-4.3.2/tests/run_tests
--- old/virtualenvwrapper-4.3.1/tests/run_tests 2013-07-20 17:08:13.000000000 
+0200
+++ new/virtualenvwrapper-4.3.2/tests/run_tests 2014-07-27 15:12:31.000000000 
+0200
@@ -49,7 +49,7 @@
 
     echo
     echo 
'********************************************************************************'
-    echo "Running $test_script"
+    echo "Running $SHELL $test_shell_opts $test_script"
     echo "  VIRTUAL_ENV=$VIRTUAL_ENV"
     echo "  VIRTUALENVWRAPPER_PYTHON=$VIRTUALENVWRAPPER_PYTHON"
     echo "    $($VIRTUALENVWRAPPER_PYTHON -V 2>&1)"
@@ -59,12 +59,14 @@
     echo "  ZSH_VERSION=$ZSH_VERSION"
     echo "  KSH_VERSION=$KSH_VERSION"
     echo "  virtualenv=$(which virtualenv)"
+    echo "  test_shell_opts=$test_shell_opts"
     echo "  ZSH=$ZSH_NAME $ZSH_EVAL_CONTEXT"
     echo "  TMPDIR=$TMPDIR"
+
     echo
     SHUNIT_PARENT="$test_script"
     export SHUNIT_PARENT
-    $test_shell_opts $test_script || exit 1
+    $SHELL $test_shell_opts $test_script || exit 1
     echo
 
 done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/tests/test_cd_alias.sh 
new/virtualenvwrapper-4.3.2/tests/test_cd_alias.sh
--- old/virtualenvwrapper-4.3.1/tests/test_cd_alias.sh  2013-08-10 
22:06:18.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/tests/test_cd_alias.sh  2014-07-27 
15:12:31.000000000 +0200
@@ -10,7 +10,6 @@
     source "$test_dir/../virtualenvwrapper.sh"
     mkvirtualenv cd-test >/dev/null 2>&1
     deactivate
-    alias cd='fail "Should not be using override cd function"'
 }
 
 oneTimeTearDown() {
@@ -27,10 +26,27 @@
 }
 
 test_cd() {
+    alias cd='fail "Should not be using override cd function"'
     start_dir="$(pwd)"
     virtualenvwrapper_cd "$VIRTUAL_ENV"
     assertSame "$VIRTUAL_ENV" "$(pwd)"
     virtualenvwrapper_cd "$start_dir"
+    unalias cd
+}
+
+# Define hook function to make cd break
+chpwd () {
+  return 1
+}
+# Run a test that uses cd to ensure the hook is not called
+test_cd_zsh_chpwd_not_called () {
+    if [ -n "$ZSH_VERSION" ]; then
+        start_dir="$(pwd)"
+        virtualenvwrapper_cd "$VIRTUAL_ENV"
+        assertSame "$VIRTUAL_ENV" "$(pwd)"
+        virtualenvwrapper_cd "$start_dir"
+    fi
+    unset -f chpwd >/dev/null 2>&1
 }
 
 . "$test_dir/shunit2"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/tests/test_project_cd.sh 
new/virtualenvwrapper-4.3.2/tests/test_project_cd.sh
--- old/virtualenvwrapper-4.3.1/tests/test_project_cd.sh        2013-07-21 
00:38:00.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/tests/test_project_cd.sh        2014-07-27 
15:12:31.000000000 +0200
@@ -46,7 +46,7 @@
     mkproject "myproject" >/dev/null 2>&1
     cd "$WORKON_HOME"
     cdproject
-    [ "$PROJECT_HOME/myproject" == "$(pwd)" ]
+    test "$PROJECT_HOME/myproject" = "$PWD"
     )
     assertTrue "Did not cd to project directory" $?
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/tox.ini 
new/virtualenvwrapper-4.3.2/tox.ini
--- old/virtualenvwrapper-4.3.1/tox.ini 2014-07-06 14:36:22.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/tox.ini 2014-07-27 15:12:31.000000000 +0200
@@ -44,6 +44,7 @@
 basepython=python2.7
 setenv =
   SHELL = /bin/zsh
+  test_shell_opts = -o shwordsplit
 commands =  zsh -o shwordsplit ./tests/run_tests {envdir} []
 
 [testenv:ksh]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/PKG-INFO 
new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/PKG-INFO
--- old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/PKG-INFO     
2014-07-20 20:33:13.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/PKG-INFO     
2015-01-02 18:45:28.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenvwrapper
-Version: 4.3.1
+Version: 4.3.2
 Summary: Enhancements to virtualenv
 Home-page: http://virtualenvwrapper.readthedocs.org/
 Author: Doug Hellmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/SOURCES.txt 
new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/SOURCES.txt
--- old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/SOURCES.txt  
2014-07-20 20:33:14.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/SOURCES.txt  
2015-01-02 18:45:29.000000000 +0100
@@ -84,6 +84,7 @@
 virtualenvwrapper.egg-info/dependency_links.txt
 virtualenvwrapper.egg-info/entry_points.txt
 virtualenvwrapper.egg-info/namespace_packages.txt
+virtualenvwrapper.egg-info/pbr.json
 virtualenvwrapper.egg-info/requires.txt
 virtualenvwrapper.egg-info/top_level.txt
 virtualenvwrapper.egg-info/zip-safe
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/entry_points.txt 
new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/entry_points.txt
--- old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/entry_points.txt     
2014-07-20 20:33:13.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/entry_points.txt     
2015-01-02 18:45:28.000000000 +0100
@@ -1,47 +1,47 @@
-[virtualenvwrapper.pre_activate]
-user_scripts = virtualenvwrapper.user_scripts:pre_activate
+[virtualenvwrapper.post_mkvirtualenv_source]
+user_scripts = virtualenvwrapper.user_scripts:post_mkvirtualenv_source
+
+[virtualenvwrapper.initialize_source]
+user_scripts = virtualenvwrapper.user_scripts:initialize_source
 
 [virtualenvwrapper.get_env_details]
 user_scripts = virtualenvwrapper.user_scripts:get_env_details
 
-[virtualenvwrapper.initialize]
-user_scripts = virtualenvwrapper.user_scripts:initialize
-project = virtualenvwrapper.project:initialize
-
-[virtualenvwrapper.post_mkvirtualenv_source]
-user_scripts = virtualenvwrapper.user_scripts:post_mkvirtualenv_source
-
-[virtualenvwrapper.pre_rmvirtualenv]
-user_scripts = virtualenvwrapper.user_scripts:pre_rmvirtualenv
+[virtualenvwrapper.post_cpvirtualenv_source]
+user_scripts = virtualenvwrapper.user_scripts:post_cpvirtualenv_source
 
-[virtualenvwrapper.post_activate_source]
-user_scripts = virtualenvwrapper.user_scripts:post_activate_source
-project = virtualenvwrapper.project:post_activate_source
+[virtualenvwrapper.pre_mkvirtualenv]
+user_scripts = virtualenvwrapper.user_scripts:pre_mkvirtualenv
 
 [virtualenvwrapper.post_deactivate_source]
 user_scripts = virtualenvwrapper.user_scripts:post_deactivate_source
 
+[virtualenvwrapper.project.post_mkproject_source]
+project = virtualenvwrapper.project:post_mkproject_source
+
 [virtualenvwrapper.pre_deactivate_source]
 user_scripts = virtualenvwrapper.user_scripts:pre_deactivate_source
 
-[virtualenvwrapper.pre_mkvirtualenv]
-user_scripts = virtualenvwrapper.user_scripts:pre_mkvirtualenv
+[virtualenvwrapper.post_rmvirtualenv]
+user_scripts = virtualenvwrapper.user_scripts:post_rmvirtualenv
 
-[virtualenvwrapper.initialize_source]
-user_scripts = virtualenvwrapper.user_scripts:initialize_source
+[virtualenvwrapper.project.pre_mkproject]
+project = virtualenvwrapper.project:pre_mkproject
 
-[virtualenvwrapper.post_cpvirtualenv_source]
-user_scripts = virtualenvwrapper.user_scripts:post_cpvirtualenv_source
+[virtualenvwrapper.pre_activate]
+user_scripts = virtualenvwrapper.user_scripts:pre_activate
 
-[virtualenvwrapper.pre_cpvirtualenv]
-user_scripts = virtualenvwrapper.user_scripts:pre_cpvirtualenv
+[virtualenvwrapper.post_activate_source]
+user_scripts = virtualenvwrapper.user_scripts:post_activate_source
+project = virtualenvwrapper.project:post_activate_source
 
-[virtualenvwrapper.project.pre_mkproject]
-project = virtualenvwrapper.project:pre_mkproject
+[virtualenvwrapper.initialize]
+user_scripts = virtualenvwrapper.user_scripts:initialize
+project = virtualenvwrapper.project:initialize
 
-[virtualenvwrapper.post_rmvirtualenv]
-user_scripts = virtualenvwrapper.user_scripts:post_rmvirtualenv
+[virtualenvwrapper.pre_cpvirtualenv]
+user_scripts = virtualenvwrapper.user_scripts:pre_cpvirtualenv
 
-[virtualenvwrapper.project.post_mkproject_source]
-project = virtualenvwrapper.project:post_mkproject_source
+[virtualenvwrapper.pre_rmvirtualenv]
+user_scripts = virtualenvwrapper.user_scripts:pre_rmvirtualenv
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/pbr.json 
new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/pbr.json
--- old/virtualenvwrapper-4.3.1/virtualenvwrapper.egg-info/pbr.json     
1970-01-01 01:00:00.000000000 +0100
+++ new/virtualenvwrapper-4.3.2/virtualenvwrapper.egg-info/pbr.json     
2015-01-02 18:41:26.000000000 +0100
@@ -0,0 +1 @@
+{"is_release": true, "git_version": "fef957c"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/virtualenvwrapper.sh 
new/virtualenvwrapper-4.3.2/virtualenvwrapper.sh
--- old/virtualenvwrapper-4.3.1/virtualenvwrapper.sh    2014-07-06 
14:36:22.000000000 +0200
+++ new/virtualenvwrapper-4.3.2/virtualenvwrapper.sh    2014-10-13 
15:57:06.000000000 +0200
@@ -109,7 +109,7 @@
         builtin \cd "$@"
     elif [ -n "$ZSH_VERSION" ]
     then
-        builtin \cd "$@"
+        builtin \cd -q "$@"
     else
         command \cd "$@"
     fi


Reply via email to