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

4908 commits

Author SHA1 Message Date
Lipis d86d171364 OS X -> macOS (#4074) 2016-11-06 12:24:43 -05:00
Xavier Fernandez b5f56efde5 check: check and use all available distributions
Not only the local ones.
Fix #4083
2016-11-04 17:40:48 +01:00
Marc Abramowitz 55b55232e9 .travis.yml: travis_retry .travis/install.sh
so we will retry if an install fails because of a networking blip, like
for instance this one with setuptools:

https://travis-ci.org/pypa/pip/jobs/58362989
2016-11-04 11:53:51 +01:00
Viktor Szépe 7023acb4bd Typo in pip list docs (#4060)
`pip2 list -o --columns` fails
2016-11-03 18:39:12 -04:00
Simon Pichugin 41dd638803 Add all currently supported git clone forms to docs (#4072) 2016-11-03 18:39:01 -04:00
Xavier Fernandez 47c3dd5d0f Add warning for forward compatibility breakage (#4079)
in the cache for chunked responses (cf issue #4078)
2016-11-03 18:37:16 -04:00
Donald Stufft 7f1c180e70 Correct the setting name in pip list format deprecation (#4069) 2016-11-03 18:36:56 -04:00
Zearin a4e54b7918 Tweak 9.0.0 markup for CHANGES.txt 2016-11-03 17:12:13 +01:00
Donald Stufft f1d0939d63 Revert "Normalize file URLs" (#4071) 2016-11-03 11:24:34 -04:00
Donald Stufft 921a1b4cb3 Fix an incorrect replacement for imports in html5lib (#4068) 2016-11-03 08:39:28 -04:00
Donald Stufft 8c8293ec9b Upgrade distro to 1.0.1 (#4067) 2016-11-03 08:31:11 -04:00
Tom V 382a7e111b incompatible_requirements not used (#4065) 2016-11-03 06:58:53 -04:00
Donald Stufft c9b257d2d5 Bump for development 2016-11-02 14:22:02 -04:00
Donald Stufft 1ee0501791 Bump for 9.0.0 Release 2016-11-02 14:20:34 -04:00
Donald Stufft 81a5bcf7cd Misc updates (#4056)
* Update AUTHORS.txt

* Remove --columns which has been superseded by --format=columns
2016-11-02 14:08:37 -04:00
Donald Stufft d6a41466c8 Upgrade pkg_resources to setuptools 27.3.0 (#4054) 2016-11-02 12:40:37 -04:00
Xavier Fernandez cc3e98c650 Deprecate --default-vcs option (#4053)
Close issue #4052
2016-11-02 11:04:47 -04:00
Xavier Fernandez 8f171cd212 Fix environment markers evaluation - issue #3829 (#4051) 2016-11-02 08:28:17 -04:00
Cody dd7df7f303 add how to install extras from direct repo 2016-10-31 15:55:15 +01:00
Donald Stufft c3dc757816 Have our next release be 9.0 instead of 8.2 (#4047) 2016-10-30 18:09:54 -04:00
Donald Stufft 2fb6e6bae5 Ignore comments in pip freeze -r requirements.txt (#4046) 2016-10-30 18:09:38 -04:00
Donald Stufft 765d52e6bd Let the search service handle search order (#4044) 2016-10-30 15:17:10 -04:00
Donald Stufft f21cd1190f Use the pip._vendor.ordereddict instead of pip.compat (#4045) 2016-10-30 13:42:13 -04:00
Donald Stufft 3f29ad305a Don't raise a warning if PySocks isn't installed (#4043) 2016-10-30 12:18:07 -04:00
Donald Stufft 2743edcc77 Use the canonicalize_name function for finding .dist-info (#3794) 2016-10-30 11:42:14 -04:00
Donald Stufft c8e8a99b7a Upgrade Dependencies (#4038)
* Upgrade distlib to 0.2.4

* Upgrade distro to 1.0.0

* Upgrade html5lib to 1.0b10

* Upgrade requests to 2.11.1

* Upgrade CacheControl to 0.11.7

* Upgrade ipaddress to 1.0.17

* Upgrade pyparsing to 2.1.10

* Upgrade packaging to 16.8

* Add webencodings 0.5

* Add ordereddict 1.1
2016-10-30 01:35:28 -04:00
Donald Stufft 22f2e01be5 Python 3.6 is working on Travis so require it (#4039) 2016-10-29 15:38:12 -04:00
Xavier Fernandez c96f850b17 Merge pull request #3904 from minrk/egg-link-priority
don't assume egg-link corresponds to dist to uninstall
2016-10-29 14:39:50 +02:00
Xavier Fernandez e53e2247d9 Canonicalize extras before matching them - Fix issue #3810 (#4037)
Canonicalize InstallRequirement.extras

since dist.extras are already canonicalized, pip needs to canonicalize
extras before matching them with dist.extras

Fixes #3810
2016-10-29 14:25:05 +02:00
Xavier Fernandez 78af5b1a75 Update changelog 2016-10-28 22:25:14 +02:00
Donald Stufft cab01774ea Do not optionally load C dependencies in requests (#4035) 2016-10-28 11:27:39 -04:00
Xavier Fernandez b1720f303b Fix test_pip_wheel_builds_when_no_binary_set for Python 3.6
setuptools 0.9.8 was not compatible with Python 3.6
Let's use our simple-3.0.tar.gz file instead.
2016-10-28 17:22:21 +02:00
Xavier Fernandez 68dc9c0495 call_subprocess: drop useless command_level arg
always called with debug
2016-10-28 14:36:59 +02:00
Xavier Fernandez f9429b0a98 Remove unused remove_tracebacks
The only subprocess whose output pip uses are vcs calls, without any
traceback
2016-10-28 14:36:59 +02:00
Xavier Fernandez aa9d78063a Merge pull request #3742 from ryneeverett/VcsDocClarification
Clarify VCS installation behavior. Resolve #2837.
2016-10-28 10:39:33 +02:00
Xavier Fernandez 1aa5e6a165 Merge pull request #3723 from wm75/mimodd_master
Report successfully installed versions of requirements
even if existing installations have been ignored
2016-10-27 23:22:52 +02:00
Xavier Fernandez 8df742e56d Merge pull request #3846 from xavfernandez/check_python_requires
Abort install if Requires-Python do not match the running version
2016-10-27 19:24:24 +02:00
Xavier Fernandez b43fb54856 Update UnsupportedPythonVersion docstring 2016-10-27 18:43:59 +02:00
Xavier Fernandez e13c48b637 Bump invalid specifier log to warning level 2016-10-27 18:43:59 +02:00
Xavier Fernandez 05c2d21f26 Add tests for python_requires
and cleanup when install is aborted
2016-10-27 18:43:59 +02:00
Xavier Fernandez 2df0ea9a26 Add --ignore-requires-python escape hatch 2016-10-27 18:43:59 +02:00
Xavier Fernandez 11cc37932c Abort install if Requires-Python do not match the running version 2016-10-27 18:43:59 +02:00
Michael Aquilina 5f48bdd47f Add shorthand -i for index flag in search subcommand 2016-10-27 18:10:08 +02:00
Xavier Fernandez d7c9a64a6a Merge pull request #4028 from GadgetSteve/master
Changed show not to break on first empty line processing metadata for classifiers
2016-10-27 15:52:03 +02:00
Steve (Gadget) Barnes d4b77a0875 Removed if line:, etc. for shorter cleaner code
As per @xavfernandez suggested edit this is cleaner.
2016-10-27 11:36:46 +01:00
Steve Barnes 9db1be996e Changed show not to break on first empty line processing metadata for classifiers. Adresses #4027 2016-10-24 04:04:02 +01:00
Paul Moore 8804426337 Merge pull request #4020 from techtonik/patch-3
README.rst add link to AppVeyor build status
2016-10-19 13:06:46 +01:00
anatoly techtonik d04f978490 README.rst add link to AppVeyor build status 2016-10-19 13:32:56 +03:00
Xavier Fernandez 69436e9292 Merge pull request #3940 from sschaetz/add-abort-to-exists-action
Add abort option if existing files are found
2016-10-18 10:26:17 +02:00
Sebastian Schaetz 099e849ea5 Update documentation of exists-action 2016-10-18 00:46:45 -04:00