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
421f0df4b3Accepting 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
6549c2464aAccepting request 200711 from devel:languages:python
Stephan Kulow
2013-09-26 17:55:09 +00:00
adb4a58947Accepting request 200710 from home:rhafer:branches:devel:languages:python
Todd R
2013-09-26 11:51:36 +00:00
1630e752c7Accepting request 186538 from devel:languages:python
Tomáš Chvátal
2013-08-13 11:22:06 +00:00
fe08b6136aAccepting request 186463 from home:dirkmueller:branches:devel:languages:python
Sascha Peilicke
2013-08-09 08:24:31 +00:00
72584bc59dAccepting 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
45a055ddc2Accepting request 179929 from devel:languages:python
Stephan Kulow
2013-06-19 14:43:10 +00:00
e7e7bfc1bcPython3 moved to devel:languages:python3
Sascha Peilicke
2013-06-17 12:52:33 +00:00
31d106e406Accepting request 172884 from devel:languages:python
Stephan Kulow
2013-04-23 09:38:43 +00:00
70ca7b99f0Accepting request 172883 from devel:languages:python3
Todd R
2013-04-22 16:27:54 +00:00
915febfd52Accepting request 159591 from devel:languages:python
Stephan Kulow
2013-03-17 09:07:44 +00:00
ef60d3c2f9- Update to 1.3.1: * Fixed a major backward incompatible change of parsing URLs to externally hosted packages that got accidentily included in 1.3. - Aditional changes from 1.3: * SSL Cert Verification; Make https the default for PyPI access. Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many others (Pull #789). * Added "pip list" for listing installed packages and the latest version available. Thanks Rafael Caricio, Miguel Araujo, Dmitry Gladkov (Pull #752) * Fixed security issues with pip's use of temp build directories. Thanks David (d1b) and Thomas Guttler. (Pull #780) * Improvements to sphinx docs and cli help. (Pull #773) * Fixed issue #707, dealing with OS X temp dir handling, which was causing global NumPy installs to fail. (Pull #768) * Split help output into general vs command-specific option groups. Thanks Georgi Valkov. (Pull #744; Pull #721 contains preceding refactor) * Fixed dependency resolution when installing from archives with uppercase project names. (Pull #724) * Fixed problem where re-installs always occurred when using file:// find-links. (Pulls #683/#702) * "pip install -v" now shows the full download url, not just the archive name. Thanks Marc Abramowitz (Pull #687) * Fix to prevent unnecessary PyPI redirects. Thanks Alex Gronholm (Pull #695) * Fixed issue #670 - install failure under Python 3 when the same version of a package is found under 2 different URLs. Thanks Paul Moore (Pull #671) * Fix git submodule recursive updates. Thanks Roey Berman.
Alexandre Rogoski
2013-03-08 13:18:16 +00:00
3ac59951b9Accepting request 142814 from devel:languages:python
Stephan Kulow
2012-11-26 18:55:01 +00:00
28537a18deAccepting request 142808 from devel:languages:python3
Todd R
2012-11-25 11:22:09 +00:00
67befae263Accepting request 133453 from devel:languages:python
Stephan Kulow
2012-09-11 07:17:33 +00:00
8b9fd993e9Accepting request 133376 from home:poorboywilly:branches:devel:languages:python
Ismail Dönmez
2012-09-10 10:50:27 +00:00
589a5dfe93Accepting request 116070 from devel:languages:python
Stephan Kulow
2012-05-07 20:50:23 +00:00
dd09f955efAccepting request 116069 from devel:languages:python3
Todd R
2012-04-30 14:29:18 +00:00
be871f951aAccepting request 115839 from home:TheBlackCat:branches:devel:languages:python
Todd R
2012-04-27 11:40:36 +00:00
16b82de117Accepting request 106458 from devel:languages:python
Stephan Kulow
2012-02-22 14:54:28 +00:00
bf61875125Remove old tarball
Sascha Peilicke
2012-02-22 13:30:35 +00:00
33ec7ad37cAccepting request 106441 from home:saschpe:branches:devel:languages:python
Sascha Peilicke
2012-02-22 12:15:04 +00:00
4c7626b3ffAccepting request 102233 from devel:languages:python
Stephan Kulow
2012-02-01 08:59:58 +00:00
eaf11dd8ba- Run testsuite
Sascha Peilicke
2012-01-31 14:11:32 +00:00
ec2c5be977- Only SLES-11 needs %python_sitelib and not noarch
Sascha Peilicke
2011-12-05 12:32:19 +00:00
a39ee2a28dAccepting request 84386 from devel:languages:python
Sascha Peilicke
2011-09-26 08:17:04 +00:00