780d056a54
- Update to version 1.5: * **BACKWARD INCOMPATIBLE** pip no longer supports the --use-mirrors, -M, and --mirrors flags. The mirroring support has been removed. In order to use a mirror specify it as the primary index with -i or --index-url, or as an additional index with --extra-index-url. (Pull #1098, CVE-2013-5123) * **BACKWARD INCOMPATIBLE** pip no longer will scrape insecure external urls by default nor will it install externally hosted files by default. Users may opt into installing externally hosted or insecure files or urls using --allow-external PROJECT and --allow-unverified PROJECT. (Pull #1055) * **BACKWARD INCOMPATIBLE** pip no longer respects dependency links by default. Users may opt into respecting them again using --process-dependency-links. * **DEPRECATION** pip install --no-install and pip install --no-download are now formally deprecated. See Issue #906 for discussion on possible alternatives, or lack thereof, in future releases. * **DEPRECATION** pip zip and pip unzip are now formally deprecated. * pip will now install Mac OSX platform wheels from PyPI. (Pull #1278) * pip now generates the appropriate platform-specific console scripts when installing wheels. (Pull #1251) * Pip now confirms a wheel is supported when installing directly from a path or url. (Pull #1315) * Fixed#1097, --ignore-installed now behaves again as designed, after it was unintentionally broke in v0.8.3 when fixing Issue #14 (Pull #1352). * Fixed a bug where global scripts were being removed when uninstalling --user installed packages (Pull #1353). * Fixed#1163, --user wasn't being respected when installing scripts from wheels (Pull #1176). * Fixed#1150, we now assume '_' means '-' in versions from wheel filenames (Pull #1158). * Fixed#219, error when using --log with a failed install (Pull #1205). * Fixed#1131, logging was buffered and choppy in Python 3. * Fixed#70, --timeout was being ignored (Pull #1202). * Fixed#772, error when setting PIP_EXISTS_ACTION (Pull #1201).
Sascha Peilicke
2014-01-07 14:26:40 +00:00
757e27e63a
- Update to version 1.5: * **BACKWARD INCOMPATIBLE** pip no longer supports the --use-mirrors, -M, and --mirrors flags. The mirroring support has been removed. In order to use a mirror specify it as the primary index with -i or --index-url, or as an additional index with --extra-index-url. (Pull #1098, CVE-2013-5123) * **BACKWARD INCOMPATIBLE** pip no longer will scrape insecure external urls by default nor will it install externally hosted files by default. Users may opt into installing externally hosted or insecure files or urls using --allow-external PROJECT and --allow-unverified PROJECT. (Pull #1055) * **BACKWARD INCOMPATIBLE** pip no longer respects dependency links by default. Users may opt into respecting them again using --process-dependency-links. * **DEPRECATION** pip install --no-install and pip install --no-download are now formally deprecated. See Issue #906 for discussion on possible alternatives, or lack thereof, in future releases. * **DEPRECATION** pip zip and pip unzip are now formally deprecated. * pip will now install Mac OSX platform wheels from PyPI. (Pull #1278) * pip now generates the appropriate platform-specific console scripts when installing wheels. (Pull #1251) * Pip now confirms a wheel is supported when installing directly from a path or url. (Pull #1315) * Fixed#1097, --ignore-installed now behaves again as designed, after it was unintentionally broke in v0.8.3 when fixing Issue #14 (Pull #1352). * Fixed a bug where global scripts were being removed when uninstalling --user installed packages (Pull #1353). * Fixed#1163, --user wasn't being respected when installing scripts from wheels (Pull #1176). * Fixed#1150, we now assume '_' means '-' in versions from wheel filenames (Pull #1158). * Fixed#219, error when using --log with a failed install (Pull #1205). * Fixed#1131, logging was buffered and choppy in Python 3. * Fixed#70, --timeout was being ignored (Pull #1202). * Fixed#772, error when setting PIP_EXISTS_ACTION (Pull #1201).
Sascha Peilicke
2014-01-07 14:26:40 +00:00
421f0df4b3
Accepting request 207963 from devel:languages:python
Stephan Kulow
2013-12-03 15:12:06 +00:00
ca29098c32
Accepting request 207963 from devel:languages:python
Stephan Kulow
2013-12-03 15:12:06 +00:00
9aa5604b0f
- Fix alternative link in buildroot
Sascha Peilicke
2013-11-22 13:11:14 +00:00
8d4422ffdf
- Fix alternative link in buildroot
Sascha Peilicke
2013-11-22 13:11:14 +00:00
6549c2464a
Accepting request 200711 from devel:languages:python
Stephan Kulow
2013-09-26 17:55:09 +00:00
1c22547bb2
Accepting request 200711 from devel:languages:python
Stephan Kulow
2013-09-26 17:55:09 +00:00
adb4a58947
Accepting request 200710 from home:rhafer:branches:devel:languages:python
Todd R
2013-09-26 11:51:36 +00:00
72325aecae
Accepting request 200710 from home:rhafer:branches:devel:languages:python
Todd R
2013-09-26 11:51:36 +00:00
1630e752c7
Accepting request 186538 from devel:languages:python
Tomáš Chvátal
2013-08-13 11:22:06 +00:00
07656fc264
Accepting request 186538 from devel:languages:python
Tomáš Chvátal
2013-08-13 11:22:06 +00:00
72584bc59d
Accepting request 184861 from devel:languages:python
Stephan Kulow
2013-07-29 19:11:00 +00:00
2a6054c1dc
Accepting request 184861 from devel:languages:python
Stephan Kulow
2013-07-29 19:11:00 +00:00
77499bad92
- Update to version 1.4: * **BACKWARD INCOMPATIBLE** pip now only installs stable versions by default, and offers a new --pre option to also find pre-release and development versions. (Pull #834) * **BACKWARD INCOMPATIBLE** Dropped support for Python 2.5. The minimum supported Python version for pip 1.4 is Python 2.6. * Added support for installing and building wheel archives. Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia (Pull #845) * Applied security patch to pip's ssl support related to certificate DNS wildcard matching (http://bugs.python.org/issue17980). * To satisfy pip's setuptools requirement, pip now recommends setuptools>=0.8, not distribute. setuptools and distribute are now merged into one project called 'setuptools'. (Pull #1003) * pip will now warn when installing a file that is either hosted externally to the index or cannot be verified with a hash. In the future pip will default to not installing them and will require the flags --allow-external NAME, and --allow-insecure NAME respectively. (Pull #985) * If an already-downloaded or cached file has a bad hash, re-download it rather than erroring out. (Issue #963). * pip bundle and support for installing from pybundle files is now considered deprecated and will be removed in pip v1.5. * Fixed a number of issues (#413, #709, #634, #602, and #939) related to cleaning up and not reusing build directories. (Pull #865, #948) * Added a User Agent so that pip is identifiable in logs. (Pull #901) * Added ssl and --user support to get-pip.py. Thanks Gabriel de Perthuis. (Pull #895) * Fixed the proxy support, which was broken in pip 1.3.x (Pull #840) * Fixed issue #32 - pip fails when server does not send content-type header. Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872).
Sascha Peilicke
2013-07-29 14:47:58 +00:00
0c3f4bf6d6
- Update to version 1.4: * **BACKWARD INCOMPATIBLE** pip now only installs stable versions by default, and offers a new --pre option to also find pre-release and development versions. (Pull #834) * **BACKWARD INCOMPATIBLE** Dropped support for Python 2.5. The minimum supported Python version for pip 1.4 is Python 2.6. * Added support for installing and building wheel archives. Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia (Pull #845) * Applied security patch to pip's ssl support related to certificate DNS wildcard matching (http://bugs.python.org/issue17980). * To satisfy pip's setuptools requirement, pip now recommends setuptools>=0.8, not distribute. setuptools and distribute are now merged into one project called 'setuptools'. (Pull #1003) * pip will now warn when installing a file that is either hosted externally to the index or cannot be verified with a hash. In the future pip will default to not installing them and will require the flags --allow-external NAME, and --allow-insecure NAME respectively. (Pull #985) * If an already-downloaded or cached file has a bad hash, re-download it rather than erroring out. (Issue #963). * pip bundle and support for installing from pybundle files is now considered deprecated and will be removed in pip v1.5. * Fixed a number of issues (#413, #709, #634, #602, and #939) related to cleaning up and not reusing build directories. (Pull #865, #948) * Added a User Agent so that pip is identifiable in logs. (Pull #901) * Added ssl and --user support to get-pip.py. Thanks Gabriel de Perthuis. (Pull #895) * Fixed the proxy support, which was broken in pip 1.3.x (Pull #840) * Fixed issue #32 - pip fails when server does not send content-type header. Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872).
Sascha Peilicke
2013-07-29 14:47:58 +00:00
45a055ddc2
Accepting request 179929 from devel:languages:python
Stephan Kulow
2013-06-19 14:43:10 +00:00
794eefbf28
Accepting request 179929 from devel:languages:python
Stephan Kulow
2013-06-19 14:43:10 +00:00
e7e7bfc1bc
Python3 moved to devel:languages:python3
Sascha Peilicke
2013-06-17 12:52:33 +00:00