From 3db4e0bf778e7c10eed19b62a925e0a6ebc5c5b0ec9116d84e540db0f59eb250 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 19 Aug 2012 05:59:21 +0000 Subject: [PATCH 1/3] - Update to 3.6: - Switch to stevedore for plugin management - mkvirtualenv_help should use $VIRTUALENVWRAPPER_PYTHON instead of calling virtualenv directly (issue 148). - Fix issue with lazy-loader code under zsh (issue 144). - Fix issue with noclobber option under zsh (issue 137). Fix based on patch from rob_b. - Fix documentation for add2virtualenv to show the correct name for the file containing the new path entry. (contributed by rvoicilas) - Fix problem with virtualenvwrapper_show_workon_options under zsh with chpwd functions that produce output. (issue 153) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=29 --- python-virtualenvwrapper.changes | 15 +++++++++++++++ python-virtualenvwrapper.spec | 2 +- virtualenvwrapper-3.5.tar.bz2 | 3 --- virtualenvwrapper-3.6.tar.bz2 | 3 +++ 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 virtualenvwrapper-3.5.tar.bz2 create mode 100644 virtualenvwrapper-3.6.tar.bz2 diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index 6ac50fa..b1ab51a 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Aug 19 05:51:56 UTC 2012 - alexandre@exatati.com.br + +- Update to 3.6: + - Switch to stevedore for plugin management + - mkvirtualenv_help should use $VIRTUALENVWRAPPER_PYTHON instead + of calling virtualenv directly (issue 148). + - Fix issue with lazy-loader code under zsh (issue 144). + - Fix issue with noclobber option under zsh (issue 137). Fix based + on patch from rob_b. + - Fix documentation for add2virtualenv to show the correct name for + the file containing the new path entry. (contributed by rvoicilas) + - Fix problem with virtualenvwrapper_show_workon_options under zsh + with chpwd functions that produce output. (issue 153) + ------------------------------------------------------------------- Mon Jun 11 11:55:21 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 62bdb57..558e9a1 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -17,7 +17,7 @@ Name: python-virtualenvwrapper -Version: 3.5 +Version: 3.6 Release: 0 Url: http://www.doughellmann.com/projects/virtualenvwrapper/ Summary: Enhancements to virtualenv diff --git a/virtualenvwrapper-3.5.tar.bz2 b/virtualenvwrapper-3.5.tar.bz2 deleted file mode 100644 index 85e9787..0000000 --- a/virtualenvwrapper-3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05817203f8ac3a0f01e81c1a3a663e2b5d8834c5ce8a77d2d2560e92df9da751 -size 288217 diff --git a/virtualenvwrapper-3.6.tar.bz2 b/virtualenvwrapper-3.6.tar.bz2 new file mode 100644 index 0000000..c8ddc10 --- /dev/null +++ b/virtualenvwrapper-3.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:528a4dbf4de2ea3afc916983377b7e68c00812b3c5f1dfcabb674aaa385e0a09 +size 127528 From adfc66081bf5380865a56c22b1f75be8217fdf0e9e81b9cfed0241ce4effa566 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sun, 19 Aug 2012 06:20:18 +0000 Subject: [PATCH 2/3] Add stevedore as package Requieres. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=30 --- python-virtualenvwrapper.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index 558e9a1..b73418f 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -27,6 +27,7 @@ Source: virtualenvwrapper-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +Requires: python-stevedore Requires: python-virtualenv %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} From ccc8431b744281b8109818716cf5c3e33638419929a8fec107746cc43e0a4753 Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Sat, 3 Nov 2012 02:48:53 +0000 Subject: [PATCH 3/3] - Fix bnc#787875, added python-virtualenv-clone as Requires in spec file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=31 --- python-virtualenvwrapper.changes | 6 ++++++ python-virtualenvwrapper.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index b1ab51a..b745980 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 3 02:42:59 UTC 2012 - alexandre@exatati.com.br + +- Fix bnc#787875, added python-virtualenv-clone as Requires in spec + file. + ------------------------------------------------------------------- Sun Aug 19 05:51:56 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index b73418f..33a1bbf 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -29,6 +29,7 @@ BuildRequires: python-devel BuildRequires: python-distribute Requires: python-stevedore Requires: python-virtualenv +Requires: python-virtualenv-clone %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %else