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

7662 commits

Author SHA1 Message Date
Pradyun Gedam c23c52da4f
Merge pull request #6325 from hugovk/pip-wheel-metadata-in-tempdir
Use a temp dir for pip-wheel-metadata
2019-09-05 13:28:46 +05:30
Pradyun Gedam 9899fe39b0
Combine conditionals in InstallRequirement.egg_info_path (#6981) 2019-09-05 13:04:44 +05:30
Pradyun Gedam a217f550e1
Remove duplicate line in comment. (#6965) 2019-09-05 13:03:24 +05:30
Pradyun Gedam ebedce48c3
Remove dependence on PackageFinder in WheelBuilder.build
Merge pull request #6977 from chrahunt/refactor/wheel-build-progress
2019-09-05 12:46:29 +05:30
Pradyun Gedam 2c56a48f76
Reword a NEWS entry (#6979) 2019-09-05 12:37:15 +05:30
Pradyun Gedam 57fb9d5798
Move distributions/{source.py -> source/__init__.py}
Merge pull request #6830 from pradyunsg/move-source-distribution-to-sub-package
2019-09-05 11:48:51 +05:30
Pradyun Gedam 33b404dfdc
Reword a NEWS entry 2019-09-05 09:15:51 +05:30
Chris Hunt 7ce0eafe53 Combine separate editable conditions into one. 2019-09-04 21:26:45 -04:00
Chris Hunt b63ea9cd08 Remove now-unused finder and format_control from WheelBuilder. 2019-09-04 21:10:34 -04:00
Chris Hunt a4102d179a Don't check allowed format in wheel.py, pass function to do check. 2019-09-04 21:06:52 -04:00
Chris Hunt ec4f59c8aa Change 'bdist_wheel' to 'wheel build'. 2019-09-04 20:13:42 -04:00
Albert Tugushev 7e9f81244c Remove contradictory debug log 2019-09-04 10:27:15 +02:00
Paul Moore bc78bcd674
Merge pull request #6957 from ofrinevo/bugfix/show_requierd_by_not_canonized
Fix pip show displaying the incorrect result for "Required-by"
2019-09-04 08:44:34 +01:00
Christopher Hunt 0a246b98a9
Update src/pip/_internal/operations/prepare.py
Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
2019-09-04 02:54:23 -04:00
Pradyun Gedam bffca72d4a
Merge pull request #6968 from chrahunt/refactor/fix-indentation
Fix minor indentation issue in `pip._internal.operations.prepare`
2019-09-04 09:20:07 +05:30
Pradyun Gedam 365fee27ec
Merge pull request #6963 from chrahunt/refactor/clean-egg-info-path-1
Clean up venv check in `InstallRequirement.egg_info_path`.
2019-09-04 07:46:18 +05:30
Pradyun Gedam fed119d233
Merge pull request #6962 from chrahunt/refactor/remove-unused-return-value
Remove unused return value from `InstallRequirement.ensure_source_dir`
2019-09-04 07:44:43 +05:30
ofrinevo 1c4881157e Remove useless python packages from required_cap
Rename stub package required_by_mixed_cap to requires_requires_cap
Move the canonicalize_name calculation outside of a loop
2019-09-03 20:46:28 +03:00
Chris Hunt efd43fd0fe Minor comment typo. 2019-09-02 19:37:33 -04:00
Chris Hunt b719cc0033 Fix indentation: fix indentation 2019-09-02 19:36:57 -04:00
Chris Hunt b1978bc608 Fix indentation: move expanduser to constructor 2019-09-02 19:36:00 -04:00
Chris Hunt d45a544b47 Remove duplicate line in comment. 2019-09-02 15:52:26 -04:00
Chris Hunt 9dd7e0d58a Clean up venv check in InstallRequirement.egg_info_path. 2019-09-02 15:17:35 -04:00
ofrinevo 6da50d089d Move required_by calculations from print_results to search_packages_info 2019-09-02 22:14:22 +03:00
Chris Hunt bdd3781858 Remove unused return value from InstallRequirement.ensure_source_dir 2019-09-02 14:36:14 -04:00
ofrinevo bc65d55d8b Fix all failing tests 2019-09-02 19:41:51 +03:00
ofrinevo 35c2161785 Improve the documentation of the added tests 2019-09-01 21:32:00 +03:00
ofrinevo a05de613fc Add a test that checks for mixed upper and lower case letters
in pip show
Remove useless import in stubs for named tests
2019-09-01 21:28:31 +03:00
Pradyun Gedam d764181da3
Merge pull request #6933 from pradyunsg/misc/warning-cleanup
Move docstring to appropriately placed comment
2019-09-01 21:55:03 +05:30
Pradyun Gedam 5f8a33261e
Merge pull request #6936 from pradyunsg/inline-tables-in-pyproject
Switch to inline tables in pyproject.toml
2019-09-01 21:45:28 +05:30
Pradyun Gedam 8601ddeb45
Merge pull request #6935 from pradyunsg/ignore-only-in-root
Ignore build and dist directory appropriately
2019-09-01 21:39:01 +05:30
Pradyun Gedam 22e12d28af
Merge pull request #6932 from pradyunsg/misc/nicer-set-use-pep517
Improve flow of setting InstallRequirement.use_pep517
2019-09-01 21:37:43 +05:30
ofrinevo 9b6c0ea8ff Extract the canonical_name from name itself instead of using dist.get
twice
2019-09-01 07:53:26 +03:00
ofrinevo b951dd954e Remove a print command left by mistake in the test 2019-08-31 22:38:04 +03:00
ofrinevo ce17cf9c32 Fix test_show_required_by_packages_capitalized documentation being too long 2019-08-31 22:09:41 +03:00
ofrinevo fa4fc6a6d4 Add news file 2019-08-31 21:52:04 +03:00
ofrinevo c674fabe95 Fix package name not being canonicalize in commands/show
Add test to check if a capitalized name is being shown properly
Add new stub package to support the test
2019-08-31 21:44:41 +03:00
Albert Tugushev a9d23fadbb Use pytest.param to skip certain parametrizations (#6944) 2019-08-31 17:13:44 +02:00
Pradyun Gedam 3b2d138400
Rename tox lint-py3 to tox lint
Merge pull request #6934 from pradyunsg/lint-python3-default
2019-08-27 17:09:01 +05:30
Pradyun Gedam b731b012e0
Update import statement 2019-08-27 15:14:54 +05:30
Pradyun Gedam 026fd7bbe8
Switch to inline tables in pyproject.toml 2019-08-27 14:54:08 +05:30
Pradyun Gedam e9d8e1d326
Move distributions/{source.py -> source/legacy.py}
This would simplify for splitting up the build logic, in follow up
commits.
2019-08-27 14:09:15 +05:30
Pradyun Gedam 6e3eae5e2a
Ignore 'build' directory in linting tools 2019-08-27 14:06:17 +05:30
Pradyun Gedam ea1bbd64e0
Only ignore 'build' and 'dist' in root directory 2019-08-27 14:05:51 +05:30
Pradyun Gedam 7d84255929
Switch order of lint and lint-py2 2019-08-27 13:56:13 +05:30
Pradyun Gedam 506a08bc38
Rename tox lint-py3 to tox lint
Also update references to it, in Travis CI config and in documentation.
2019-08-27 13:55:20 +05:30
Pradyun Gedam 0fc90d5d1f
Improve flow of setting InstallRequirement.use_pep517 2019-08-27 13:37:51 +05:30
Pradyun Gedam 987b45af9e
Move docstring to appropriately placed comment 2019-08-27 13:35:55 +05:30
Albert Tugushev 3c9770d9b2 Redact single-part login credentials from URLs (#6921) 2019-08-26 15:50:07 -07:00
Frost Ming 8ac22141c2 Support including port part in trusted-host (#6909) 2019-08-25 16:26:01 -07:00