1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

4508 commits

Author SHA1 Message Date
Donald Stufft de6e4b5c9e Merge pull request #3416 from dstufft/the-system-is-bad
Stop trying to locate system trust stores
2016-01-21 18:45:48 -05:00
Donald Stufft c77d4ab55e Stop trying to locate system trust stores
We started trying to locate the system trust stores, because
downstream was patching out our bundled copies anyways and it would
provide a smoother experience when people upgraded their pip inside
of their system.

However, if we just use OpenSSL's CAFile then we're broken on systems
like Debian which currently ship a broken CAFile configuration. If
we just use OpenSSL's CAPath then we're broken on systems like CentOS
and Fedora that currently are shipping a broken OpenSSL CAPath.

So basically, none of the major distributions seem to be capable of
shipping an OpenSSL that isn't broken, so we're going back to relying
on our own CA bundle exclusively.
2016-01-21 16:19:34 -05:00
Donald Stufft 7b71ae3b74 Bump for development 2016-01-21 14:44:30 -05:00
Donald Stufft 273309e061 Merge branch 'master' into develop 2016-01-21 14:41:52 -05:00
Donald Stufft 024cfe17e6 Merge branch 'develop' 2016-01-21 14:34:01 -05:00
Donald Stufft 9b13df0ccb Bump versions for release 2016-01-21 14:33:33 -05:00
Donald Stufft 3c50035ff6 Update Authors 2016-01-21 14:32:52 -05:00
Donald Stufft bec39fc938 Update changelog with items 2016-01-21 14:32:31 -05:00
Donald Stufft a2fdaefc97 Merge pull request #3389 from ianw/overwrite-distutils
Restore ability to uninstall distutils packages
2016-01-21 14:25:12 -05:00
Donald Stufft 93c7d14653 Merge pull request #3401 from dstufft/early-noop-virtualenv
Move the test for local items to earlier in uninstall process
2016-01-21 14:20:22 -05:00
Donald Stufft 3f77110899 Fix tests 2016-01-21 12:34:59 -05:00
Donald Stufft ef3a780a4a Fix an unrelated thing that somehow never got tested before! 2016-01-21 10:12:20 -05:00
Donald Stufft e32c9b5b08 Move the test for local items to earlier in uninstall process 2016-01-21 10:12:20 -05:00
Donald Stufft a224c98d9f Merge pull request #3409 from dstufft/pr/3406
Stop erroring on installs of argparse and wsgiref Redux
2016-01-21 10:09:42 -05:00
Donald Stufft 3172b4e7d6 This test doesn't actually work in practice :( 2016-01-21 09:08:36 -05:00
Donald Stufft 4938cb2b52 Deal with cross platform 2016-01-21 08:22:25 -05:00
Xavier Fernandez 89d3edf5a9 Merge pull request #3410 from estyrke/patch-1
Fix typo in pip_install.rst
2016-01-21 09:53:41 +01:00
Emil Styrke a2cea0eb7d Fix typo
It seems the requirement specifier must be `sys_platform` and not `sys.platform`. Tested with pip 8.0.0.
2016-01-21 09:44:50 +01:00
Robert Collins 7b2fbb069a Stop erroring on installs of argparse and wsgiref. 2016-01-21 13:49:49 +13:00
Donald Stufft df7bb2d18f Merge pull request #3399 from dstufft/debug-log
Switch this from a RuntimeWarning to a logger.debug call
2016-01-20 14:06:29 -05:00
Donald Stufft c67e3ba987 Switch this from a RuntimeWarning to a logger.debug call 2016-01-20 10:58:40 -05:00
Donald Stufft dde9702c08 Merge pull request #3397 from interrogator/develop
Fix OSX 10.11 release number splitting error
2016-01-20 10:15:30 -05:00
Donald Stufft ad577befe1 Merge pull request #3398 from xavfernandez/pip_list_pre
pip list: reenable prereleases filter
2016-01-20 10:15:01 -05:00
Donald Stufft 851eae181b Merge branch 'master' into develop 2016-01-20 09:53:23 -05:00
Donald Stufft ce4c3567fb Merge pull request #3396 from dstufft/no-get-pip
Move get-pip.py into it's own repository
2016-01-20 09:52:24 -05:00
Donald Stufft 86b6138a0b Merge pull request #3395 from dstufft/capath
Support CAPaths in addition to CAFiles
2016-01-20 09:18:35 -05:00
Xavier Fernandez 171a107c34 pip list: reenable prereleases filter
according to --pre option

broken in 7fcf75bb61

closes #3385
2016-01-20 15:12:00 +01:00
daniel 36edd8d13a fix uninstall error 2016-01-20 15:02:25 +01:00
Donald Stufft 3c753c5a86 Move get-pip.py to its own repository 2016-01-20 08:53:45 -05:00
Donald Stufft 85fc78b558 Support CAPaths in addition to CAFiles 2016-01-20 07:32:19 -05:00
Donald Stufft 06f13ff977 Merge pull request #3394 from dstufft/only-if-needed
Only if needed installation of setuptools/wheel
2016-01-20 06:24:44 -05:00
Donald Stufft 2dcb0a3610 Return to only installing setuptools/wheel if actually needed 2016-01-20 05:58:58 -05:00
Xavier Fernandez 078083140b Merge pull request #2704 from rutsky/patch-2
fix typo: "maby"
2016-01-20 11:11:35 +01:00
Xavier Fernandez 227ac330f7 Merge pull request #3393 from michael-k/patch-1
Fixed typo
2016-01-20 11:10:30 +01:00
Michael 39cca5b157 Fixed typo 2016-01-20 11:08:10 +01:00
Ian Wienand 35a3e8b7f5 Restore ability to uninstall distutils packages
This is a partial revert of 6afc718307
to restore the ability to overwrite distutils installed packages.

It is not elegant, but some projects (such as OpenStack's devstack)
rely on overwriting packages installed via the system package manager.
These packages can't be removed because they are dependencies for
parts of the base system, but many of the things devstack needs to run
requires later dependencies.  For historical reasons it's not easy to
fix this into a virtualenv, etc, all at once.

If distributions move to setuptools based packages, this problem might
fix itself.
2016-01-20 16:57:04 +11:00
Donald Stufft 4beeee636c Merge branch 'master' into develop 2016-01-19 23:54:57 -05:00
Donald Stufft 2769ed4cdd Merge pull request #3387 from dstufft/get-pip
Allow specifying a particular version of items to install for get-pip.py
2016-01-19 23:51:12 -05:00
Donald Stufft c02d9171fd Allow specifying a particular version of items to install for get-pip.py 2016-01-19 23:12:17 -05:00
Donald Stufft 1d189beea8 Bump version for development 2016-01-19 19:52:22 -05:00
Donald Stufft 3799bc290a Merge branch 'master' into develop 2016-01-19 19:50:18 -05:00
Donald Stufft 495c773662 Update get-pip.py 2016-01-19 19:50:02 -05:00
Donald Stufft 02f71e427a Merge branch 'master' into develop 2016-01-19 19:48:45 -05:00
Donald Stufft c825d51d8d Merge branch 'develop' 2016-01-19 19:36:52 -05:00
Donald Stufft 6622f3cc52 Bump version to 8.0.0 for release 2016-01-19 19:36:29 -05:00
Donald Stufft 0bd55fa419 Update AUTHORS.txt 2016-01-19 19:35:31 -05:00
Donald Stufft 136b15f33e Merge pull request #3287 from sigmavirus24/bug/3282
Alias imports for vendored requests deps
2016-01-19 19:19:51 -05:00
Donald Stufft 8943ce44cb Merge pull request #3382 from dstufft/upgrade
Upgrade CacheControl to 0.11.6
2016-01-19 17:53:17 -05:00
Xavier Fernandez b78ea273ff Merge pull request #3381 from xavfernandez/wheel_dir
pip.wheel: change --wheel-dir default value
2016-01-19 23:47:11 +01:00
Donald Stufft 0337e3399d Upgrade CacheControl to 0.11.6 2016-01-19 17:16:25 -05:00