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

9043 commits

Author SHA1 Message Date
Chris Hunt
667dc392e5 Remove unused futurewheel fixture 2020-01-31 19:33:51 -05:00
Chris Hunt
e83e134f5f Use wheel_builder for future wheel functional test 2020-01-31 19:33:48 -05:00
Chris Hunt
6d8a58f7e1 Add wheel builder test helper
As we introduce stricter metadata parsing, we will need to ensure that
the wheel files used in our tests are compliant (except in the specific
way that we're testing against).

Currently we have a large number of test cases relying on undocumented or
under-documented wheel files that have various inconsistencies
(incorrect name, missing fields) that are unrelated to the features
actually under test.

With a new wheel builder helper function, we will be able to replace all
of our instances of pre-built wheel test fixtures with dynamically-generated
files in code that are correct by default.
2020-01-31 19:30:19 -05:00
Pradyun Gedam
39186d0857
Stop suggesting use of the /request-review bot 2020-01-31 20:25:34 +05:30
Pradyun Gedam
cc7e34b22c
Merge pull request #7662 from aguiarcandre/capitalize-url-user-guide
Capitalize "URL" in user guide
2020-01-31 15:09:00 +05:30
Sviatoslav Sydorenko
fb2598a645 Suggest a way of cleaning dist if non-empty 2020-01-30 20:54:36 -05:00
Andre Aguiar
96ce5236f1 Capitalize "URL" in user guide 2020-01-30 20:52:49 -05:00
Deepak Sharma
61e1721b80 msg formatting updated 2020-01-30 21:57:31 +05:30
Deepak Sharma
d31cf696e8 string_formatting 2020-01-30 20:33:00 +05:30
Christopher Hunt
87f4bff36a
Merge pull request #7652 from chrahunt/refactor/configure-tempdir-registry-in-command
Configure tempdir registry in BaseCommand
2020-01-30 13:25:08 +08:00
Chris Hunt
f2af7df453 Use tempdir_registry to control auto-deleted files globally
Next we can actually transition some files to be globally-managed that
are only deleted conditionally.
2020-01-29 23:04:26 -05:00
Chris Hunt
45991bcc1e Use explicit default value for TempDirectory delete flag
Now we can opt-in to globally-managed + globally-configured file
deletion for pre-existing directories by passing an explicit `None`.
2020-01-29 23:04:14 -05:00
Christopher Hunt
ace7d093b2
Merge pull request #7672 from chrahunt/maint/mitigate-failing-tests
Mitigate Windows test failures due to PAX-format wheel release
2020-01-30 06:43:19 +08:00
Chris Hunt
dd8753cdee Mitigate Windows test failures due to PAX-format wheel release 2020-01-29 08:53:23 -05:00
Christopher Hunt
b6ecc3917e
Merge pull request #7653 from chrahunt/refactor/remove-unnecessary-marker-file
Remove unnecessary write_delete_marker_file
2020-01-29 08:59:23 +08:00
Pradyun Gedam
e9f4612410
Merge pull request #7630 from webknjaz/misc/gh-repo-config-issue-templates
Add a config for the issue template chooser
2020-01-27 11:05:30 +05:30
Sviatoslav Sydorenko
ea17da2b58
Reorder IRC and discourse links 2020-01-26 03:53:51 +01:00
Sviatoslav Sydorenko
4e821c23c0
Extend the description of the discourse ref 2020-01-26 03:52:49 +01:00
Sviatoslav Sydorenko
31b837ecd3
Drop trailing dots for consistency 2020-01-26 03:51:58 +01:00
Sviatoslav Sydorenko
00cb368436
Take out security policy from the issue chooser 2020-01-26 03:50:18 +01:00
Sviatoslav Sydorenko
964fb0d8e9
Add a config for the issue template chooser 2020-01-26 03:49:54 +01:00
Chris Hunt
d028af98e3 Remove unnecessary write_delete_marker_file
InstallRequirement only checks for a delete marker file in source_dir.
Since the result of ensure_build_location is set to source_dir (in
ensure_has_source_dir), and ensure_build_location returns a subdirectory
of the build_directory to which we write the delete marker file, then
this delete marker file is never used.
2020-01-25 18:09:24 -05:00
Christopher Hunt
153e22ae34
Merge pull request #7614 from deepak1725/string-formatting
Updated string formatting
2020-01-26 02:40:40 +08:00
Pradyun Gedam
87fa5ce642
Merge pull request #7646 from hugovk/update-azure-pipelines
Azure Pipielines: Replace soon-unsupported macOS 10.13 with 10.14
2020-01-25 11:36:10 +05:30
Hugo
eae8621076 Replace soon-unsupported macOS 10.13 with 10.14 2020-01-24 19:03:53 +02:00
Pradyun Gedam
a4fac3f882
Bump for development 2020-01-24 20:17:38 +05:30
Pradyun Gedam
931749f871
Bump for release 2020-01-24 20:17:34 +05:30
Pradyun Gedam
2f6cd83c63
Merge pull request #7643 from pradyunsg/vendoring/update-packaging
Upgrade vendored packaging to 20.1
2020-01-24 18:28:24 +05:30
Pradyun Gedam
1cf779c1ea
Add a NEWS fragment for release notes 2020-01-24 16:37:53 +05:30
Pradyun Gedam
78a77229b4
Upgrade packaging to 20.1 2020-01-24 16:37:38 +05:30
Paul Moore
1d17df6920
Merge pull request #7641 from pfmoore/gitattributes_fix
Modify gitattributes to match changed location of vendoring patches
2020-01-23 13:51:24 +00:00
Deepak Sharma
b242c3979a String formatting updated 2020-01-23 18:09:59 +05:30
Paul Moore
848472ea4e Modify gitattributes to match changed location of vendoring patches 2020-01-23 10:53:33 +00:00
Pradyun Gedam
54f9f83a67
Merge pull request #7639 from pypa/revert-7600-release-rewrite-lineendings
Revert "Explicitly set newline when rewriting for release"
2020-01-23 15:53:34 +05:30
Pradyun Gedam
389443117c Revert "Explicitly set newline when rewriting for release (#7600)"
This reverts commit c55eee4188.
2020-01-23 13:15:36 +05:30
Christopher Hunt
f1cd4cb48e
Merge pull request #7608 from uranusjr/global-cleanup
Delay TempDirectory.delete resolution to cleanup
2020-01-22 18:25:05 +08:00
Pradyun Gedam
ea7def858d
Merge pull request #7624 from pradyunsg/automation/release-process-improvements
Improve our release process automation
2020-01-21 19:23:41 +05:30
Pradyun Gedam
5787cfc8fc
Merge pull request #7623 from pradyunsg/update-news
Release 20.0.1
2020-01-21 18:51:23 +05:30
Pradyun Gedam
b9555fb9d4
Empty build directory before building distributions
Mainly to avoid pypa/wheel#147
2020-01-21 18:43:36 +05:30
Pradyun Gedam
bda17b73e6
Add dist/ prefix to expected filenames 2020-01-21 18:43:36 +05:30
Pradyun Gedam
b6fb081e4b
Bump for development 2020-01-21 18:12:54 +05:30
Pradyun Gedam
0b397b42c5
Bump for release 2020-01-21 18:12:53 +05:30
Pradyun Gedam
e103345cb3
Add a bugfix for our hot fix release 2020-01-21 18:12:47 +05:30
Pradyun Gedam
b47903e5bb
Merge pull request #7621 from pradyunsg/hotfix/importerrors-in-distributions
Rename pip._internal.distributions.{source -> sdist}
2020-01-21 18:09:30 +05:30
Pradyun Gedam
8f3687cfd9
Rename pip._internal.distributions.{source -> sdist}
Certain environments seem to be leaving behind empty folders in this
directory -- There was an older pip release that included a source/
folder here which isn't getting deleted for some reason. I have not
figured out the root cause why this happens yet. This is resulting in
ImportErrors since Python imports have a higher precedence for packages
compared to modules.

This commit changes the name we're trying to import from, which should
help prevent this mode of failure.
2020-01-21 17:53:24 +05:30
Pradyun Gedam
bae9227e3d
Merge pull request #7619 from pradyunsg/release/20.0 2020-01-21 17:08:03 +05:30
Pradyun Gedam
d9a315eaf6
Bump for development 2020-01-21 16:15:22 +05:30
Pradyun Gedam
8ad871a6bb
Bump for release 2020-01-21 16:15:21 +05:30
Pradyun Gedam
6a41ea3962
Update AUTHORS.txt 2020-01-21 16:15:21 +05:30
Pradyun Gedam
bd02564af2
Vendoring Updates for Jan 2020 (#7618) 2020-01-21 15:15:29 +05:30