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

3280 commits

Author SHA1 Message Date
Donald Stufft 9c99becbd9 Ensure that we preserve executable file permission bits 2014-12-22 16:53:16 -05:00
Donald Stufft 77cb18a3bf Bump development version to 6.0.1.dev0 2014-12-22 16:53:16 -05:00
Donald Stufft 071decf82b Bump verison and changelog for release 2014-12-22 11:09:39 -05:00
Donald Stufft 1182b689bc Update the AUTHORS.txt file 2014-12-22 11:09:25 -05:00
Donald Stufft 89b8bb2a50 Merge pull request #2238 from dstufft/document-bundle-alternative
Document an alternative to pip bundle
2014-12-20 19:27:57 -05:00
Donald Stufft 5f5ebe8259 Document an alternative to pip bundle 2014-12-20 19:08:33 -05:00
Donald Stufft 3203d1db9f Merge pull request #2237 from dstufft/consolidate-security
Treat HTTP and invalid HTTPS the same
2014-12-20 18:45:18 -05:00
Donald Stufft 8d3de97d34 Adjust tests to compensate for --trusted-hosts 2014-12-20 18:03:38 -05:00
Donald Stufft a5f88d1815 Adjust the --trusted-host help option 2014-12-20 17:36:16 -05:00
Donald Stufft e7834f9226 Adjust changelog to switch from --no-check-certificate to --trusted-host 2014-12-20 17:31:20 -05:00
Donald Stufft a285747d3a Revert "Add option --no-check-certificate to skip ssl cert verification"
This reverts commit 9a9d7acefe.

Conflicts:
	pip/cmdoptions.py
2014-12-20 17:29:19 -05:00
Donald Stufft d851bcf7d6 Use the --trusted-host argument to disable TLS verification as well 2014-12-20 17:27:11 -05:00
Donald Stufft 5bab65d14d Split up Secure vs Insecure for the requests HTTPAdapters 2014-12-20 17:16:04 -05:00
Donald Stufft 962ffa876e Merge pull request #2236 from dstufft/fix-pip-list-invalid-version
Fix ``pip list`` when there is an invalid PEP 440 version installed
2014-12-20 16:10:40 -05:00
Donald Stufft f0106a2a13 Update changelog 2014-12-20 15:53:39 -05:00
Donald Stufft 517dbb94c9 Merge pull request #2153 from xavfernandez/xfernandez/extras_fix
Fix extras_require and environment markers in sdist
2014-12-20 15:52:13 -05:00
Donald Stufft 6cab71f422 Fix `pip list` when there is an invalid PEP 440 version installed 2014-12-20 15:50:25 -05:00
Xavier Fernandez 1921ad1611 switch extra requirements log to debug 2014-12-19 19:13:04 +01:00
Xavier Fernandez de7e9c5266 drop egg_info_lines
and use pkg_resources.Distribution instead
2014-12-19 19:12:20 +01:00
Xavier Fernandez 06da6c07ec Fix environment extras installation for sdist
use pkg_resources.Distribution.requires instead of
Requirements.requirements to have environment markers parsing for free
It also unifies a little the process for wheel and non-wheel installs

closes #2174
2014-12-19 19:12:20 +01:00
Xavier Fernandez 4ea7937264 parse_editable: clarify output
extras and editable_options are two different things
2014-12-19 19:11:14 +01:00
Donald Stufft 5addd1b7bf Merge pull request #2230 from xavfernandez/delete_marker_filename
remove InstallRequirement.delete_marker_filename
2014-12-19 11:28:30 -05:00
Xavier Fernandez 65c004dcb1 remove InstallRequirement.delete_marker_filename 2014-12-19 15:34:21 +01:00
Donald Stufft 54dd5d428e Merge pull request #2228 from dstufft/upgrade-setuptools
Upgrade setuptools to 8.2.1
2014-12-19 08:43:03 -05:00
Donald Stufft bca8f91289 Merge pull request #2221 from msabramo/display_installed_versions_2
Displays info about [un]installed versions
2014-12-19 08:29:39 -05:00
Donald Stufft 6328455f3b Upgrade setuptools to 8.2.1 2014-12-19 08:26:44 -05:00
Donald Stufft 4d7cdd7332 Merge pull request #2220 from msabramo/dev-requirements.txt
Move dev reqs from tox.ini to dev-requirements.txt
2014-12-19 08:21:06 -05:00
Donald Stufft b1c3afe1b5 Merge pull request #2184 from dstufft/support-import-wheels
Add Wheels to sys.path If They Exist In The Vendor Directory
2014-12-18 20:51:06 -05:00
Donald Stufft 2a1261c279 Merge pull request #2227 from dstufft/ensure-unquoted
Ensure that Link().filename returns an unquoted filename
2014-12-18 20:50:48 -05:00
Donald Stufft e40734743e Ensure that Link().filename returns an unquoted filename 2014-12-18 20:27:43 -05:00
Marc Abramowitz 8e2d441dab Displays info about [un]installed versions
Displays version when installing and uninstalling -- e.g.:

    Successfully installed pyrepl-0.8.4 pytest-2.6.4

and:

    Uninstalling pyrepl-0.8.4:
      Successfully uninstalled pyrepl-0.8.4
    Uninstalling pytest-2.6.4:
      Successfully uninstalled pytest-2.6.4
2014-12-18 17:18:46 -08:00
Donald Stufft 46a2757d7b Merge pull request #2225 from dstufft/fast-py32
Enable parallelization of the Python 3.2 integration tests
2014-12-18 13:08:55 -05:00
Donald Stufft 941c2d5eb8 Enable parallelization of the Python 3.2 integration tests 2014-12-18 12:43:00 -05:00
Paul Moore c285a5e5f2 Typo fix 2014-12-18 16:52:26 +00:00
Paul Moore ea342bc811 Merge pull request #1834 from davidovich/fix_unc_path_windows
Add support for Windows UNC paths specified as --find-links
2014-12-18 16:49:58 +00:00
Davidovich 186be8c084 Only check for UNC path if url is not the Inf singleton. 2014-12-18 10:51:58 -05:00
Davidovich 1689291381 Refactored PR to use url2pathname and pathname2url. 2014-12-18 10:51:57 -05:00
Marc Abramowitz ce3ceb7bd1 Move dev reqs from tox.ini to dev-requirements.txt
Then folks who don't use tox can do `pip install -r
dev-requirements.txt`

Since this is pip, which created the idea of requirements files, it
seems nice for the project to have one to showcase the idea.

Also cleaned up the tox.ini and made it more compact (fits now on my
laptop screen) and consistent.
2014-12-17 23:36:29 -08:00
Donald Stufft 82948cd49f Merge pull request #2205 from dstufft/fix-pep440-versions
Expand our regex to support the new PEP 440 version characters
2014-12-18 00:57:04 -05:00
Donald Stufft e4d12f96af Merge pull request #2217 from dstufft/upgrade-cachecontrol
Upgrade CacheControl to 0.10.7
2014-12-17 23:37:09 -05:00
Donald Stufft d60c1f4e13 Merge pull request #2173 from msabramo/extract_freeze_operation
Separate pip freeze command from operation
2014-12-17 23:07:47 -05:00
Donald Stufft 268a497865 Use __all__ instead of # noqa 2014-12-17 22:49:10 -05:00
Donald Stufft 17da621a2d Update changelog to include note about PR#2183 2014-12-17 22:48:31 -05:00
Donald Stufft 0393ea8262 Merge pull request #2183 from msabramo/display_url_downloading_from
Display URL downloading from
2014-12-17 22:47:09 -05:00
Donald Stufft 5e717e809a Merge pull request #2206 from msabramo/make_installed_version_work_with_wheel
Make installed_version work for wheel
2014-12-17 22:35:20 -05:00
Donald Stufft 562c46e2d4 Merge pull request #2216 from dstufft/upgrade-packaging
Upgrade packaging to 14.5
2014-12-17 22:32:36 -05:00
Donald Stufft c5edfde9ce Upgrade CacheControl to 0.10.7 2014-12-17 22:31:25 -05:00
Donald Stufft 6d7e386462 Merge pull request #2218 from dstufft/upgrade-lockfile
Upgrade lockfile to 0.10.2
2014-12-17 22:23:25 -05:00
Donald Stufft de69977816 Upgrade packaging to 14.5 2014-12-17 22:05:00 -05:00
Donald Stufft 341004e219 Upgrade lockfile to 0.10.2 2014-12-17 21:50:09 -05:00