forked from pool/python-virtualenv
Accepting request 424646 from home:apersaud:branches:devel:languages:python
update to latest version, fix update-alternatives to be the same as for dlp3 OBS-URL: https://build.opensuse.org/request/show/424646 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenv?expand=0&rev=52
This commit is contained in:
@@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 03:45:37 UTC 2016 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright
|
||||
* fix update-alternatives
|
||||
|
||||
- update to version 15.0.0:
|
||||
* Remove the virtualenv-N.N script from the package; this can no
|
||||
longer be correctly created from a wheel installation. Resolves
|
||||
#851, #692
|
||||
* Remove accidental runtime dependency on pip by extracting
|
||||
certificate in the subprocess.
|
||||
* Upgrade setuptools 20.2.2.
|
||||
* Upgrade pip to 8.1.0.
|
||||
|
||||
- changes from version 14.0.6:
|
||||
* Upgrade setuptools to 20.0
|
||||
* Upgrade wheel to 0.29.0
|
||||
* Fix an error where virtualenv didn’t pass in a working ssl
|
||||
certificate for pip, causing “weird” errors related to ssl.
|
||||
|
||||
- changes from version 14.0.5:
|
||||
* Homogenize drive letter casing for both prefixes and
|
||||
filenames. #858
|
||||
|
||||
- changes from version 14.0.4:
|
||||
* Upgrade setuptools to 19.6.2
|
||||
* Revert ac4ea65; only correct drive letter case. Fixes #856, #815
|
||||
|
||||
- changes from version 14.0.3:
|
||||
* Upgrade setuptools to 19.6.1
|
||||
|
||||
- changes from version 14.0.2:
|
||||
* Upgrade setuptools to 19.6
|
||||
* Supress any errors from unset on different shells (PR #843)
|
||||
* Normalize letter case for prefix path checking. Fixes #837
|
||||
|
||||
- changes from version 14.0.1:
|
||||
* Upgrade from pip 8.0.0 to 8.0.2.
|
||||
* Fix the default of --(no-)download to default to downloading.
|
||||
|
||||
- changes from version 14.0.0:
|
||||
* BACKWARDS INCOMPATIBLE Drop support for Python 3.2.
|
||||
* Upgrade setuptools to 19.4
|
||||
* Upgrade wheel to 0.26.0
|
||||
* Upgrade pip to 8.0.0
|
||||
* Upgrade argparse to 1.4.0
|
||||
* Added support for python-config script (PR #798)
|
||||
* Updated activate.fish (PR #589) (PR #799)
|
||||
* Account for a site.pyo correctly in some python implementations
|
||||
(PR #759)
|
||||
* Properly restore an empty PS1 (#407)
|
||||
* Properly remove pydoc when deactivating
|
||||
* Remove workaround for very old Mageia / Mandriva linuxes (PR #472)
|
||||
* Added a space after virtualenv name in the prompt: (env) $PS1
|
||||
* Make sure not to run a –user install when creating the virtualenv
|
||||
(PR #803)
|
||||
* Remove virtualenv.py’s path from sys.path when executing with a
|
||||
new python. Fixes issue #779, #763 (PR #805)
|
||||
* Remove use of () in .bat files so Program Files (x86) works #35
|
||||
* Download new releases of the preinstalled software from PyPI when
|
||||
there are new releases available. This behavior can be disabled
|
||||
using --no-download.
|
||||
* Make --no-setuptools, --no-pip, and --no-wheel independent of each
|
||||
other.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 16 15:50:53 UTC 2015 - rhafer@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user