1
0
python-virtualenv/python-virtualenv.changes
Alexandre Rogoski 0423888ede - Update to 1.8.2:
* Updated the included pip version to 1.2.1 to fix regressions
    introduced there in 1.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=18
2012-09-06 11:55:57 +00:00

238 lines
9.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
Thu Sep 6 11:52:11 UTC 2012 - alexandre@exatati.com.br
- Update to 1.8.2:
* Updated the included pip version to 1.2.1 to fix regressions
introduced there in 1.2.
-------------------------------------------------------------------
Mon Sep 3 12:55:40 UTC 2012 - alexandre@exatati.com.br
- Update to 1.8.1:
* Fixed distribute version used with --never-download. Thanks
michr for report and patch.
* Fix creating Python 3.3 based virtualenvs by unsetting the
__PYVENV_LAUNCHER__ environment variable in subprocesses.
-------------------------------------------------------------------
Sat Sep 1 23:23:40 UTC 2012 - alexandre@exatati.com.br
- Update to 1.8:
- Dropped support for Python 2.4 The minimum supported Python
version is now Python 2.5.
- Fix --relocatable on systems that use lib64. Fixes #78. Thanks
Branden Rolston.
- Symlink some additional modules under Python 3. Fixes #194.
Thanks Vinay Sajip, Ian Clelland, and Stefan Holek for the report.
- Fix --relocatable when a script uses __future__ imports. Thanks
Branden Rolston.
- Fix a bug in the config option parser that prevented setting
negative options with environemnt variables. Thanks Ralf Schmitt.
- Allow setting --no-site-packages from the config file.
- Use /usr/bin/multiarch-platform if available to figure out the
include directory. Thanks for the patch, Mika Laitio.
- Fix install_name_tool replacement to work on Python 3.X.
- Handle paths of users' site-packages on Mac OS X correctly
when changing the prefix.
- Updated the embedded version of distribute to 0.6.28 and pip
to 1.2.
-------------------------------------------------------------------
Fri Jun 22 22:33:28 UTC 2012 - alexandre@exatati.com.br
- Update to 1.7.2:
- Updated to distribute 0.6.27.
- Fix activate.fish on OS X. Fixes #8. Thanks David Schoonover.
- Create a virtualenv-x.x script with the Python version when
installing, so virtualenv for multiple Python versions can be
installed to the same script location. Thanks Miki Tebeka.
- Restored ability to create a virtualenv with a path longer than
78 characters, without breaking creation of virtualenvs with
non-ASCII paths. Thanks, Bradley Ayers.
- Added ability to create virtualenvs without having installed
Apple's developers tools (using an own implementation of
install_name_tool). Thanks Mike Hommey.
- Fixed PyPy and Jython support on Windows. Thanks Konstantin
Zemlyak.
- Added pydoc script to ease use. Thanks Marc Abramowitz. Fixes
#149.
- Fixed creating a bootstrap script on Python 3. Thanks Raul
Leal. Fixes #280.
- Fixed inconsistency when having set the PYTHONDONTWRITEBYTECODE
env var with the --distribute option or the
VIRTUALENV_USE_DISTRIBUTE env var. VIRTUALENV_USE_DISTRIBUTE
is now considered again as a legacy alias.
-------------------------------------------------------------------
Fri Feb 17 11:55:11 UTC 2012 - alexandre@exatati.com.br
- Update to 1.7.1.2:
* Fixed minor issue in --relocatable. Thanks, Cap Petschulat.
- Aditional changes from 1.7.1.1:
* Bumped the version string in virtualenv.py up, too.
* Fixed rST rendering bug of long description.
-------------------------------------------------------------------
Wed Nov 30 13:55:03 UTC 2011 - alexandre@exatati.com.br
- Update to 1.7:
- Updated embedded Distribute release to 0.6.24. Thanks Alex
Grönholm.
- Made --no-site-packages behavior the default behavior. The
--no-site-packages flag is still permitted, but displays a
warning when used. Thanks Chris McDonough.
- New flag: --system-site-packages; this flag should be passed
to get the previous default global-site-package-including
behavior back.
- Added ability to set command options as environment variables
and options in a virtualenv.ini file.
- Fixed various encoding related issues with paths. Thanks
Gunnlaugur Thor Briem.
- Made virtualenv.py script executable.
-------------------------------------------------------------------
Thu Jul 21 19:00:42 UTC 2011 - alexandre@exatati.com.br
- Update to 1.6.4:
* Restored ability to run on Python 2.4, too.
-------------------------------------------------------------------
Tue Jul 19 13:23:02 UTC 2011 - saschpe@suse.de
- Spec file cleanup:
* Remove she-bang line from non-executable script (rpmlint warning)
* Remove in-tree libraries (setuptools, pip & distribute)
* Don't package PKG-INFO but AUTHORS.txt and LICENSE.txt
-------------------------------------------------------------------
Sun Jul 17 00:12:42 UTC 2011 - alexandre@exatati.com.br
- Update to 1.6.3:
* Restored ability to run on Python < 2.7.
- Aditional changes from 1.6.2:
* Updated embedded distribute release to 0.6.19.
* Updated embedded pip release to 1.0.2.
* Fixed #141 - Be smarter about finding pkg_resources when using the
non-default Python intepreter (by using the -p option).
* Fixed #112 - Fixed path in docs.
* Fixed #109 - Corrected doctests of a Logger method.
* Fixed #118 - Fixed creating virtualenvs on platforms that use the
"posix_local" install scheme, such as Ubuntu with Python 2.7.
* Add missing library to Python 3 virtualenvs (_dummy_thread).
-------------------------------------------------------------------
Mon May 2 23:03:32 UTC 2011 - alexandre@exatati.com.br
- Update to 1.6.1:
* Start to use git-flow.
* Added support for PyPy 1.5
* Fixed #121 -- added sanity-checking of the -p argument. Thanks Paul Nasrat.
* Added progress meter for pip installation as well as setuptools. Thanks Ethan
Jucovy.
* Added --never-download and --search-dir options. Thanks Ethan Jucovy.
-------------------------------------------------------------------
Wed Apr 13 18:25:47 UTC 2011 - alexandre@exatati.com.br
- Update to 1.6:
* Added Python 3 support! Huge thanks to Vinay Sajip and Vitaly Babiy.
* Fixed creation of virtualenvs on Mac OS X when standard library modules
(readline) are installed outside the standard library.
* Updated bundled pip to 1.0.
- Regenerate spec file with py2pack.
-------------------------------------------------------------------
Sun Sep 19 23:39:18 UTC 2010 - alexandre@exatati.com.br
- Update to 1.5.1:
- Added ``_weakrefset`` requirement for Python 2.7.1.
- Fixed Windows regression in 1.5.
-------------------------------------------------------------------
Wed Sep 15 02:36:21 UTC 2010 - alexandre@exatati.com.br
- Update to 1.5:
- Include pip 0.8.1.
- Add support for PyPy.
- Uses a proper temporary dir when installing environment requirements.
- Add --prompt option to be able to override the default prompt prefix.
- Fix an issue with --relocatable on Windows.
- Fix issue with installing the wrong version of distribute.
- Add fish and csh activate scripts.
-------------------------------------------------------------------
Fri May 28 01:50:35 UTC 2010 - alexandre@exatati.com.br
- Update to 1.4.9:
* Include pip 0.7.2.
-------------------------------------------------------------------
Fri Apr 23 13:01:48 UTC 2010 - alexandre@exatati.com.br
- Update to 1.4.8:
* Fix for Mac OS X Framework builds that use
``--universal-archs=intel``
* Fix ``activate_this.py`` on Windows.
* Allow ``$PYTHONHOME`` to be set, so long as you use ``source
bin/activate`` it will get unset; if you leave it set and do not
activate the environment it will still break the environment.
* Include pip 0.7.1.
-------------------------------------------------------------------
Mon Apr 19 02:00:28 UTC 2010 - alexandre@exatati.com.br
- Update to 1.4.7:
* Include pip 0.7.
-------------------------------------------------------------------
Wed Mar 31 22:56:52 UTC 2010 - alexandre@exatati.com.br
- Update to 1.4.6
* Allow ``activate.sh`` to skip updating the prompt (by setting
``$VIRTUAL_ENV_DISABLE_PROMPT``).
- Spec file cleaned with spec-cleaner.
-------------------------------------------------------------------
Mon Mar 15 01:24:36 UTC 2010 - alexandre@exatati.com.br
- Added python-setuptools as Requires;
- Generated changes file from spec file;
- Removed old tarballs;
- Update to 1.4.5
- Include pip 0.6.3
- Aditional changes from 1.4.4:
- Include pip 0.6.2 and Distribute 0.6.10
- Create the virtualenv script even when Setuptools isnt installed
- Fix problem with virtualenv --relocate when bin/ has subdirectories
(e.g., bin/.svn/); from Alan Franzoni.
- If you set $VIRTUALENV_USE_DISTRIBUTE then virtualenv will use
Distribute by default (so you dont have to remember to use --distribute).
-------------------------------------------------------------------
Sat Nov 21 00:00:00 UTC 2009 - cfarrell1980@gmail.com
- 1.4.3
* Include pip 0.6.1
-------------------------------------------------------------------
Mon Nov 9 00:00:00 UTC 2009 - cfarrell1980@gmail.com
- Update to 1.4
* Updated setuptools to 0.6c11
* Added the --distribute option
* Fixed packaging problem of support-files
-------------------------------------------------------------------
Thu Mar 3 00:00:00 UTC 2009 - cfarrell1980@gmail.com
- Update to 1.3.2
- Remove the [install] prefix = ... setting from virtualenv distutils.cfg as has been causing problems for a lot of people, in rather obscure ways.
- If you use a boot script it will attempt to import virtualenv and find a pre-downloaded Setuptools egg using that.
- Added platform-specific paths, like /usr/lib/pythonX.Y/plat-linux2
-------------------------------------------------------------------
Wed Nov 5 00:00:00 UTC 2008 - cfarrell1980@gmail.com
- Initial import and build - 1.3