Commit Graph

8063 Commits

Author SHA1 Message Date
Pradyun Gedam f6d690406b
nox: Log details when reusing existing common-wheels 2019-10-07 15:42:24 +05:30
Pradyun Gedam 4048daeddf
nox: Better handle execution with protected pip 2019-10-07 15:41:42 +05:30
Pradyun Gedam a6b06059c9
Fix backticks in a NEWS fragment (#7143) 2019-10-06 22:39:41 +05:30
Pradyun Gedam 1b542bd6c9
Fix backticks in a NEWS fragment 2019-10-06 22:34:42 +05:30
Christopher Hunt 5a997b7509
Merge pull request #7065 from chrahunt/pr-5955
Explicit support for hg+file
2019-10-06 09:39:42 -04:00
Pradyun Gedam 845824a2e4
Merge pull request #7140 from atugushev/fix-typo-in-docstring
Fix a typo in InstallCommand.__doc__
2019-10-06 11:41:46 +05:30
Pradyun Gedam 2b7ccc455f
Merge pull request #7142 from chrahunt/maint/add-contextlib2-vendor
Add NEWS file for new contextlib2 dependency
2019-10-06 10:28:07 +05:30
Pradyun Gedam 31481d29fd
Merge pull request #7134 from pypa/good-first-issue-template
Add a good-first-issue template
2019-10-06 10:26:26 +05:30
Chris Hunt 0548d207b6 Add NEWS file for new contextlib2 dependency 2019-10-05 22:16:22 -04:00
Pradyun Gedam 79d7f54f52
Add requested labels key 2019-10-06 02:03:14 +05:30
Albert Tugushev 10b9421193 Fix a typo 2019-10-06 01:10:59 +07:00
Pradyun Gedam a661d7b53e
Merge pull request #7131 from pypa/pradyunsg-bump-sphinx
Bump to latest sphinx
2019-10-05 15:46:42 +05:30
Pradyun Gedam 9f2c5657ba
Merge pull request #7139 from pypa/revert-7136-remove-github-actions
Revert "Remove GitHub Actions CI"
2019-10-05 09:05:24 +05:30
Pradyun Gedam 618583fc6b
Revert "Remove GitHub Actions CI" 2019-10-05 07:49:22 +05:30
Pradyun Gedam 3e86297c70
Bump to latest sphinx 2019-10-04 16:09:35 +05:30
Pradyun Gedam 5c8f299f7c
Add a good-first-issue template
This is based on Warehouse's template, adapted to use language we
already use in our existing good-first-issues and with clearer
instructions for what's needed in these kinds of issues.
2019-10-04 16:08:47 +05:30
Pradyun Gedam 6f8d5bc334
Remove GitHub Actions CI (#7136) 2019-10-04 16:07:11 +05:30
Pradyun Gedam b38ce5d0e0
Remove GitHub Actions CI
Why: This seems to be causing 500 errors for @pradyunsg on PRs.

https://twitter.com/AndersKaseorg/status/1179851971433385984
2019-10-04 15:46:18 +05:30
Pradyun Gedam 1bdb702b7e
Merge pull request #7115 from pradyunsg/refactor/move-find_egg_info
Move find_egg_info to operations.generate_metadata
2019-10-04 10:21:32 +05:30
Pradyun Gedam e6f69fadd8
Fix crash when `sys.stdin` is `None` (#7118) 2019-10-02 13:47:46 +05:30
Emil Burzo 5089b84c56 rewrite tests using `pytest.mark.parametrize` 2019-10-02 08:51:32 +03:00
Emil Burzo c7e239c47c fix linter 2019-10-02 08:51:14 +03:00
Emil Burzo 004103c0f5 fix code quality issues 2019-10-02 08:33:41 +03:00
Emil Burzo 6f7c304167 add tests 2019-10-02 08:25:56 +03:00
Pradyun Gedam 2ac112d046
Allow error reporting for YAML tests (#7125)
Allow error reporting for YAML tests
2019-10-02 10:39:09 +05:30
Emil Burzo 60d2ade74c remove no longer used import 2019-10-01 19:00:03 +03:00
Emil Burzo 7e50674393 extract function to misc 2019-10-01 18:55:13 +03:00
Paul Moore e3f9a72a0f
Merge pull request #7124 from gpiks/document_wheel_no_binary
Clarify `--no-binary` when enumerating packages and add an example
2019-10-01 09:12:29 +01:00
Emil Burzo be084e0fde add news entries 2019-10-01 09:28:58 +03:00
Pradyun Gedam 64262aacee
Use the `repr` of version strings in wheels. 2019-10-01 11:45:07 +05:30
Pradyun Gedam b20fd061c4
Allow errors in YAML test outputs 2019-10-01 11:24:21 +05:30
Pradyun Gedam 617c94e57b
Show output in YAML test failures 2019-10-01 11:21:21 +05:30
gpiks f006a7b262 Clarify `--no-binary` when enumerating packages and add an example
Minor tweak to `--no-binary` documentation to specify that when
enumerating packages, the colons are not needed. Additionally,
add an example to demonstrate building a wheel from source.
2019-09-30 22:22:35 -04:00
Emil Burzo 05a48404ca
fix crash when sys.stdin is None 2019-09-30 16:25:25 +03:00
Pradyun Gedam 7dc7b81675
Merge pull request #7117 from pradyunsg/misc/remove-useless-import
Drop a useless import in favor of explicitness
2019-09-30 18:21:10 +05:30
Pradyun Gedam b21f4c95eb
Add a documentation string 2019-09-30 16:13:42 +05:30
Pradyun Gedam 3f46081c54
Add an underscore, find_egg_info is an internal 2019-09-30 16:13:42 +05:30
Pradyun Gedam 6d2ce844f5
find_egg_info no longer needs InstallRequirement 2019-09-30 16:13:42 +05:30
Pradyun Gedam 5307ed0c10
Don't use install_req.source_dir directly
Why: This enables a simplification in a follow up and AFAICT, they'll be
the same here.
2019-09-30 16:13:41 +05:30
Pradyun Gedam 628dfd9fab
Add type annotations in find_egg_info 2019-09-30 16:13:41 +05:30
Pradyun Gedam e600aebe7d
Move find_egg_info to operations.generate_metadata 2019-09-30 16:13:29 +05:30
Pradyun Gedam 7d523f3219
Use pep517's new subprocess_runner API (#7111) 2019-09-30 16:09:08 +05:30
Christopher Hunt b0ea6059fe
Merge pull request #7112 from JohnPaton/rename-outdated-check
Move _internal.utils.outdated to _internal.self_outdated_check
2019-09-30 06:25:49 -04:00
Pradyun Gedam eeba3cbe4e
Merge pull request #7104 from pradyunsg/refactor/subprocess-utility
Add pip._internal.utils.subprocess
2019-09-30 15:37:33 +05:30
John Paton ea4ac30674 rename test file 2019-09-30 11:35:57 +02:00
John Paton 648f377351 Remove repeated word 2019-09-30 09:56:44 +02:00
John Paton 616a9b4b4e Add news snippet 2019-09-30 09:56:44 +02:00
John Paton d6128bebe5 change filename in docs 2019-09-30 09:56:44 +02:00
John Paton 6b57c1f5df Move outdated outside utils and rename (pypa/pip#6532) 2019-09-30 09:56:44 +02:00
Pradyun Gedam 1ad0495fdd
Rename {run -> runner}_with_spinner_message 2019-09-30 12:17:07 +05:30