14
0
Commit Graph

24 Commits

Author SHA256 Message Date
Alexandre Rogoski
ccc8431b74 - 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
2012-11-03 02:48:53 +00:00
Alexandre Rogoski
adfc66081b Add stevedore as package Requieres.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=30
2012-08-19 06:20:18 +00:00
Alexandre Rogoski
3db4e0bf77 - 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
2012-08-19 05:59:21 +00:00
Alexandre Rogoski
d42349ea1b - Update to 3.5:
- Rewrite cpvirtualenv to use virtualenv-clone instead of making
    the new environment relocatable. Contributed by Justin Barber
    (barberj). This also resolves a problem with cpvirtualenv not
    honoring the --no-site-packages flag (issue 102).
  - Update docs with link to virtualenvwrapper-win port by David
    Marble.
  - Use command to avoid functions named the same as common
    utilities. (issue 119)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=27
2012-06-11 12:10:48 +00:00
Alexandre Rogoski
74d4a0eabd - Update to 3.4:
- Add install-lazy-loader option.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=25
2012-05-21 02:13:37 +00:00
Alexandre Rogoski
43a3d83a69 - Update to 3.3:
- Clean up file permissions and remove shebangs from scripts not
    intended to be executed on the command line. (contributed by
    ralphbean)
  - Worked on some brittle tests.
  - Received updates to Japanese translation of the documentation 
    from t2y.
  - Fix the test script and runner so the user’s $WORKON_HOME is not
    erased if they do not have some test shells installed. (big thanks
    to agriffis).
  - If the hook loader is told to list plugins but is not given a
    hook name, it prints the list of core hooks.
  - Merge several fixes for path and variable handling for MSYS users
    from bwanamarko. Includes a fix for issue 138.
  - Change mkvirtualenv so it catches both -h and --help.
  - Fix some issues with the way temporary files are used for hook
    scripts. (contributed by agriffis)
  - Allow relative path to requirements file with mkvirtualenv and
    -r option. (barberj)
  - Make whitespace consistent. (agriffis)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=24
2012-05-12 23:32:03 +00:00
Sascha Peilicke
f1030ad8a8 Accepting request 113309 from home:babelworx:ldig:branches:devel:languages:python
license update: HPND
License most akin to SPDX HPND license

OBS-URL: https://build.opensuse.org/request/show/113309
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=21
2012-04-12 09:13:38 +00:00
Sascha Peilicke
ef1aa5680e - Update to version 3.2:
* Make project_dir a local variable so that cdproject does not
    interfere with other variables the user might have set.
  * Fix typo in documentation reported by Nick Martin.
  * Change trove classifier for license "MIT" to reflect the license
    text presented in the documentation. This does not indicate a change
    in the license, just a correction to the expression of that intent.
  * Extend rmvirtualenv to allow removing more than one environment at a time
  * Change the definition of virtualenvwrapper_get_site_packages_dir
    to ask distutils for the site-packages directory instead of trying to
    build the path ourselves in the shell script.
- Use upstream URL
- Macro simplification

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=20
2012-04-10 08:56:34 +00:00
Alexandre Rogoski
b6ef60433e - Update to 3.2:
- Make project_dir a local variable so that
    command-cdproject does not interfere with other variables
    the user might have set. (contributed by slackorama)
  - Fix typo in documentation reported by Nick Martin.
  - Change trove classifier for license "MIT" to reflect the license
    text presented in the documentation. *This does not indicate a
    change in the license, just a correction to the expression of that
    intent. See license (contributed by ralphbean as fix for 134)
  - Extend command-rmvirtualenv to allow removing more than one
    environment at a time. (contributed by ciberglo)
  - Change the definition of
    virtualenvwrapper_get_site_packages_dir to ask distutils
    for the site-packages directory instead of trying to build the
    path ourselves in the shell script. This should resolve
    112 and improve support for Python interpreters other
    than C Python. Thanks to Carl Meyer and Dario Bertini for their
    contributions toward the fix.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=19
2012-04-09 04:02:43 +00:00
Alexandre Rogoski
26f210035c - Update to 3.1:
- Fix a problem with activation hooks when associating a new
    virtualenv with an existing project directory. (issue 122)
  - Fix a problem with command-add2virtualenv and paths containing
    “special” characters such as &. (issue 132)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=18
2012-03-12 00:08:34 +00:00
Alexandre Rogoski
d8ff6239c4 - Update to 3.0.1:
- Fix some packaging issues that made it more difficult to run the
    tests directly from the sdist package. (issue 126)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=17
2012-02-23 14:45:15 +00:00
Alexandre Rogoski
e1aaa293ac - Update to 3.0:
- Add Python 3 support, thanks in large part to the efforts of
    Daniel Kraus. Tested under Python 2.6, 2.7, and
    3.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=16
2012-01-30 16:27:11 +00:00
Alexandre Rogoski
165a48d798 - Update to 2.22.1.:
- Remove the initialization shortcut because it breaks tab completion
    in sub-shell environments like screen and tmux. (issue 121)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=15
2012-01-08 17:56:04 +00:00
Alexandre Rogoski
20cf3bfc09 - Update to 2.11:
- Add -a option to command-mkvirtualenv to associate a
    new virtualenv with an existing project directory. Contributed by
    Mike Fogel.
  - Drops support for Python 2.4 and 2.5. The tools may still work,
    but I no longer have a development environment set up for testing
    them, so I do not officially support them.
  - Shortcut initialization if it has run before.
  - Set hook log file permissions to be group-writable. (issue 62
    reported by hedgeddown)
  - Add VIRTUALENVWRAPPER_PROJECT_FILENAME variable so the
    .project file used to link a virtualenv to a project can be
    renamed to avoid conflicts with other tools. (issue 120
    reported by arthuralvim)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=14
2011-12-29 03:05:54 +00:00
Alexandre Rogoski
83ce711312 - Update to 2.10.1:
- Changed arguments to command-mktmpenv so it always creates
    an environment name for you.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=13
2011-10-04 14:33:45 +00:00
Alexandre Rogoski
bb8b2c3b6e - Update to 2.10:
- Incorporated patch to add -d option to command-add2virtualenv,
    contributed by miracle2k.
  - Add -i option to mkvirtualenv.
  - Add mktmpenv command for creating temporary environments that
    are automatically removed when they are deactivated.
  - Fixed a problem with hook_loader that prevented it from working
    under Python 2.5 and 2.4.
  - Fix a problem with the way template names were processed under
    zsh. (issue 111)2.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=12
2011-09-19 18:51:30 +00:00
Alexandre Rogoski
998c3c51a9 - Update to 2.9:
- Change the shell function shell definition syntax so that ksh
    will treat typeset-declared variables as local. No kidding.
  - Merge the “project directory” features of the
    virtualenvwrapper.project plugin into the main project, adding
    mkproject, cdproject, and command-setvirtualenvproject commands.
  - Add -r option to mkvirtualenv to install dependencies using a
    pip requirements file.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=11
2011-09-05 22:53:00 +00:00
Alexandre Rogoski
928d4a7068 - Update to 2.8:
- Use VIRTUALENVWRAPPER_VIRTUALENV in cpvirtualenv (issue 104).
  - Add support for MSYS environment under Windows. Contributed by
    Axel H. (noirbizarre).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=10
2011-08-14 15:56:11 +00:00
Alexandre Rogoski
d92789d041 - Update to 2.7.1:
- When testing for WORKON_HOME during startup, dereference any
    symlink to make sure it is a directory.
  - Set VIRTUALENVWRAPPER_HOOK_DIR and VIRTUALENV_WRAPPER_LOG DIR
    in virtualenvwrapper_initialize after WORKON_HOME is set
    (issue 94).
  - Update the Basic Installation instructions to be more explicit
    about needing to install virtualenvwrapper globally (or at
    least outside of a virtualenv).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=9
2011-04-18 23:50:46 +00:00
Alexandre Rogoski
ff759604f9 - Update to 2.7:
- Fix problem with space in WORKON_HOME path (issue 79).
  - Fix problem with argument processing in lsvirtualenv under zsh
    (issue 86). Thanks to Nat Williams (natw) for the bug report
    and patch.
  - If WORKON_HOME does not exist, create it. Patch from Carl
    Karsten (CarlFK). Test updates based on patches from Matt
    Austin (maafy6) and Hugo Lopes Tavares (hltbra).
  - Merge in contributions from Paul McLanahan (pmclanahan) to fix
    the test harness to ensure that the test scripts are actually
    running under the expected shell.
  - Merge in new shell command toggleglobalsitepackages from Paul
    McLanahan (pmclanahan). The new command changes the
    configuration of the active virtualenv to enable or disable
    the global site-packages directory.
  - Fixed some tests that were failing under ksh on Ubuntu 10.10.
  - Document the VIRTUALENVWRAPPER_VIRTUALENV variable.
  - Implement suggestion by Van Lindberg to have
    VIRTUALENVWRAPPER_HOOK_DIR and VIRTUALENVWRAPPER_LOG_DIR
    variables to control the locations of hooks and logs.
  - Enabled tab completion for showvirtualenv (issue 78).
  - Fixed a problem with running command-rmvirtualenv from within
    the environment being removed (issue 83).
  - Removed use of -e option in calls to grep for better portability
    (issue 85).
- Regenerate spec file with py2pack;
- Add README.txt file as documentation.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=8
2011-04-13 17:54:38 +00:00
Alexandre Rogoski
a676c06870 - Update to 2.6.3:
- Hard-code the version information in the setup.py and conf.py
    scripts. This still doesn’t work for http://readthedocs.org,
    since the doc build needs the sphinxcontrib.bitbucket
    extension, but will make it easier to transition the docs to
    another site later.
- Aditional changes from 2.6.2:
  - Attempted to make the doc build work with
    http://readthedocs.org.
  - Merged in Japanese translation of the documentation from
    Tetsuya Morimoto.
  - Incorporate a suggestion from Ales Zoulek to let the user
    specify the virtualenv binary through an environment variable
    (VIRTUALENVWRAPPER_VIRTUALENV).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=7
2011-02-27 15:55:13 +00:00
Alexandre Rogoski
a889533f2f - Update to 2.6:
- Fixed a problem with hook script line endings under Cygwin
    (#68).
  - Updated documentation to include a list of the compatible
    shells and Python versions (#70).
  - Fixed installation dependency on virtualenv (#60).
  - Fixed the method for determining the Python version so it
    works under Python 2.4 (#61).
  - Converted the test infrastructure to use tox instead of
    home-grown scripts in the Makefile.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=6
2010-12-27 18:34:07 +00:00
c7b8efe0b6 Accepting request 56753 from home:aledr:branches
OBS-URL: https://build.opensuse.org/request/show/56753
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=5
2010-12-27 14:23:00 +00:00
Alexandre Rogoski
63bd0ab2cc - Initial package (2.5.3) for openSUSE.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=4
2010-11-09 15:29:34 +00:00