33e019dfea
- Update to 16.7.5: * fix powershell activation when sourced (#1398) * fix regression - sh activation script not working under sh (only bash) (#1396) * activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules (#1371) * Allow creating virtual environments for 3.xy. (#1385) * Report error when running activate scripts directly * Extend the LICENSE search paths list by lib64/pythonX.Y to support Linux vendors who install their Python to /usr/lib64/pythonX.Y * Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts) * Drop Jython support * Add tests covering prompt manipulation during activation/deactivation, and harmonize behavior of all supported shells
Tomáš Chvátal
2019-09-16 10:44:26 +00:00
91c7d55a13
- Update to 16.7.5: * fix powershell activation when sourced (#1398) * fix regression - sh activation script not working under sh (only bash) (#1396) * activate.ps1 syntax and style updated to follow PSStyleAnalyzer rules (#1371) * Allow creating virtual environments for 3.xy. (#1385) * Report error when running activate scripts directly * Extend the LICENSE search paths list by lib64/pythonX.Y to support Linux vendors who install their Python to /usr/lib64/pythonX.Y * Raise an error if the target path contains the operating systems path separator (using this would break our activation scripts) * Drop Jython support * Add tests covering prompt manipulation during activation/deactivation, and harmonize behavior of all supported shells
Tomáš Chvátal
2019-09-16 10:44:26 +00:00
196b4bfa19
- Version bump to 16.1.0: * Fixed documentation to use pypi.org and correct curl options; :issue:1042 * bug fix: ensure prefix is absolute when creating a new virtual environment :issue:1208 * upgrade setuptools from `39.1.0 to 40.5.0 * upgrade wheel from 0.31.1 to 0.32.2 * upgrade pip from 10.0.1 to 18.1 * activate.csh does not use basename and handles newlines :issue:1200 * fix failure to copy on platforms that use lib64 :issue:1189 * enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__ on Python 3 :issue:967 * suppress warning of usage of the deprecated imp module :issue:1238` * Drop support for Python 2.6. * Upgrade pip to 10.0.1. * Upgrade setuptools to 39.1.0. * Upgrade wheel to 0.31.1.
Thomas Bechtold2019-03-01 15:30:04 +00:00
08fb8f8cb6
- Version bump to 16.1.0: * Fixed documentation to use pypi.org and correct curl options; :issue:1042 * bug fix: ensure prefix is absolute when creating a new virtual environment :issue:1208 * upgrade setuptools from `39.1.0 to 40.5.0 * upgrade wheel from 0.31.1 to 0.32.2 * upgrade pip from 10.0.1 to 18.1 * activate.csh does not use basename and handles newlines :issue:1200 * fix failure to copy on platforms that use lib64 :issue:1189 * enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__ on Python 3 :issue:967 * suppress warning of usage of the deprecated imp module :issue:1238` * Drop support for Python 2.6. * Upgrade pip to 10.0.1. * Upgrade setuptools to 39.1.0. * Upgrade wheel to 0.31.1.
Thomas Bechtold2019-03-01 15:30:04 +00:00
5a20497330
- do not generate HTML documentation for packages that are indirect dependencies of Sphinx (see docs at https://virtualenv.readthedocs.org/ ) - move uninstall_alternatives to %postun
Jan Matejek
2017-03-27 14:14:31 +00:00
8fc3703329
- do not generate HTML documentation for packages that are indirect dependencies of Sphinx (see docs at https://virtualenv.readthedocs.org/ ) - move uninstall_alternatives to %postun
Jan Matejek
2017-03-27 14:14:31 +00:00
4883e778af
Accepting request 480672 from home:tbechtold:branches:devel:languages:python
Jan Matejek
2017-03-20 14:42:07 +00:00
2b2ff4bde3
Accepting request 480672 from home:tbechtold:branches:devel:languages:python
Jan Matejek
2017-03-20 14:42:07 +00:00
08aeeac6c8
Accepting request 213140 from devel:languages:python
Stephan Kulow
2014-01-09 14:54:04 +00:00
7acb0dfb02
Accepting request 213140 from devel:languages:python
Stephan Kulow
2014-01-09 14:54:04 +00:00
408583fd71
+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools. - Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
Sascha Peilicke
2014-01-08 12:27:28 +00:00
7c22e6a011
+ BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools. - Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
Sascha Peilicke
2014-01-08 12:27:28 +00:00
e5cc247c07
- Drop requires on python-pip and python-setuptools, virtualenv ships it's own copies
Sascha Peilicke
2014-01-07 14:04:00 +00:00
7839341d9c
- Drop requires on python-pip and python-setuptools, virtualenv ships it's own copies
Sascha Peilicke
2014-01-07 14:04:00 +00:00
b6b8c37c4f
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
Sascha Peilicke
2014-01-07 13:54:08 +00:00
208fb9d9d1
- Symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
Sascha Peilicke
2014-01-07 13:54:08 +00:00
613d38b9ba
- Update to version 1.11: + BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels. + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools. + Upgraded pip to v1.5 + Upgraded setuptools to v1.4 - Fix non-executable script warning, symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
Sascha Peilicke
2014-01-07 13:50:50 +00:00
8ddb87dc50
- Update to version 1.11: + BACKWARDS INCOMPATIBLE Switched to using wheels for the bundled copies of setuptools and pip. Using sdists is no longer supported - users supplying their own versions of pip/setuptools will need to provide wheels. + BACKWARDS INCOMPATIBLE Modified the handling of --extra-search-dirs. This option now works like pip’s --find-links option, in that it adds extra directories to search for compatible wheels for pip and setuptools. The actual wheel selected is chosen based on version and compatibility, using the same algorithm as pip install setuptools. + Upgraded pip to v1.5 + Upgraded setuptools to v1.4 - Fix non-executable script warning, symlink /usr/bin/virtualenv in buildroot (u-a warning) and ghost alternatives link on 12.3 or newer
Sascha Peilicke
2014-01-07 13:50:50 +00:00
0563ac177a
Accepting request 202945 from devel:languages:python
Tomáš Chvátal
2013-10-11 11:49:26 +00:00
37601bb318
Accepting request 202945 from devel:languages:python
Tomáš Chvátal
2013-10-11 11:49:26 +00:00
f726a712ab
- Update to version 1.10.1: + **New Signing Key** Release 1.10.1 is using a different key than normal with fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA + Upgraded pip to v1.4.1 + Upgraded setuptools to v0.9.8
Sascha Peilicke
2013-10-11 08:51:51 +00:00
e49e919292
- Update to version 1.10.1: + **New Signing Key** Release 1.10.1 is using a different key than normal with fingerprint: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA + Upgraded pip to v1.4.1 + Upgraded setuptools to v0.9.8
Sascha Peilicke
2013-10-11 08:51:51 +00:00
a9e2e17dd3
Accepting request 184868 from devel:languages:python
Stephan Kulow
2013-07-29 19:11:59 +00:00
0b1d1b8b75
Accepting request 184868 from devel:languages:python
Stephan Kulow
2013-07-29 19:11:59 +00:00
d364ce80d9
- Don't drop shipped setuptools / pip, they've been fetched from the interwebs previously. It doesn't make sense to use the (currently matching) system equivalents, it's meant to be self-contained
Sascha Peilicke
2013-07-29 15:25:13 +00:00
b8cba941c3
- Don't drop shipped setuptools / pip, they've been fetched from the interwebs previously. It doesn't make sense to use the (currently matching) system equivalents, it's meant to be self-contained
Sascha Peilicke
2013-07-29 15:25:13 +00:00
a2802a2992
- Use update-alternatives for parallel-installability with Python3 version
Sascha Peilicke
2013-07-29 14:37:28 +00:00
6966bfd69f
- Use update-alternatives for parallel-installability with Python3 version
Sascha Peilicke
2013-07-29 14:37:28 +00:00
bda8666a2b
- Update to version 1.10: + BACKWARDS INCOMPATIBLE Dropped support for Python 2.5. The minimum supported Python version is now Python 2.6. + BACKWARDS INCOMPATIBLE Using virtualenv.py as an isolated script (i.e. without an associated virtualenv_support directory) is no longer supported for security reasons and will fail with an error. + Along with this, --never-download is now always pinned to True, and is only being maintained in the short term for backward compatibility (Pull #412). + IMPORTANT Switched to the new setuptools (v0.9.7) which has been merged with Distribute again and works for Python 2 and 3 with one codebase. The --distribute and --setuptools options are now no-op. + Updated to pip 1.4. + Added support for PyPy3k + Added the option to use a version number with the -p option to get the system copy of that Python version (Windows only) + Removed embedded ez_setup.py, distribute_setup.py and distribute_from_egg.py files as part of switching to merged setuptools. + Fixed --relocatable to work better on Windows. + Fixed issue with readline on Windows. - Spec clean: + Depend on setuptools instead of distribute again + Package README.rst + Build HTML documentation and install it (instead of sources)
Sascha Peilicke
2013-07-29 14:34:37 +00:00
ca32e556bb
- Update to version 1.10: + BACKWARDS INCOMPATIBLE Dropped support for Python 2.5. The minimum supported Python version is now Python 2.6. + BACKWARDS INCOMPATIBLE Using virtualenv.py as an isolated script (i.e. without an associated virtualenv_support directory) is no longer supported for security reasons and will fail with an error. + Along with this, --never-download is now always pinned to True, and is only being maintained in the short term for backward compatibility (Pull #412). + IMPORTANT Switched to the new setuptools (v0.9.7) which has been merged with Distribute again and works for Python 2 and 3 with one codebase. The --distribute and --setuptools options are now no-op. + Updated to pip 1.4. + Added support for PyPy3k + Added the option to use a version number with the -p option to get the system copy of that Python version (Windows only) + Removed embedded ez_setup.py, distribute_setup.py and distribute_from_egg.py files as part of switching to merged setuptools. + Fixed --relocatable to work better on Windows. + Fixed issue with readline on Windows. - Spec clean: + Depend on setuptools instead of distribute again + Package README.rst + Build HTML documentation and install it (instead of sources)
Sascha Peilicke
2013-07-29 14:34:37 +00:00
0635407e31
Accepting request 159592 from devel:languages:python
Stephan Kulow
2013-03-17 09:07:49 +00:00
18f9fd2da7
Accepting request 159592 from devel:languages:python
Stephan Kulow
2013-03-17 09:07:49 +00:00
1603fca704
- Update to 1.9.1: * Updated to pip 1.3.1 that fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in pip 1.3. - Aditional changes from 1.9 * Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364) * Upgraded distribute to 0.6.34. * Added --no-setuptools and --no-pip options (Pull #336). * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382). * Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379). * Fixed issue with readline module path on pypy and OSX (Pull #374). * Made 64bit detection compatible with Python 2.5 (Pull #393).
Alexandre Rogoski
2013-03-08 13:12:18 +00:00
11ebe6dbcd
- Update to 1.9.1: * Updated to pip 1.3.1 that fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in pip 1.3. - Aditional changes from 1.9 * Unset VIRTUAL_ENV environment variable in deactivate.bat (Pull #364) * Upgraded distribute to 0.6.34. * Added --no-setuptools and --no-pip options (Pull #336). * Fixed Issue #373. virtualenv-1.8.4 was failing in cygwin (Pull #382). * Fixed Issue #378. virtualenv is now "multiarch" aware on debian/ubuntu (Pull #379). * Fixed issue with readline module path on pypy and OSX (Pull #374). * Made 64bit detection compatible with Python 2.5 (Pull #393).
Alexandre Rogoski
2013-03-08 13:12:18 +00:00
c7a7fe9ca2
- Update to 1.8.4: - Updated distribute to 0.6.31. This fixes#359 (numpy install regression) on UTF-8 platforms, and provides a workaround on other platforms: PYTHONIOENCODING=utf8 pip install numpy. - When installing virtualenv via curl, don't forget to filter out arguments the distribute setup script won't understand. Fixes#358. - Added some more integration tests.
Alexandre Rogoski
2012-11-27 07:56:42 +00:00
ecbdb94e11
- Update to 1.8.4: - Updated distribute to 0.6.31. This fixes#359 (numpy install regression) on UTF-8 platforms, and provides a workaround on other platforms: PYTHONIOENCODING=utf8 pip install numpy. - When installing virtualenv via curl, don't forget to filter out arguments the distribute setup script won't understand. Fixes#358. - Added some more integration tests.
Alexandre Rogoski
2012-11-27 07:56:42 +00:00