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

8979 commits

Author SHA1 Message Date
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
Pradyun Gedam 7b2f0aa00d
Upgrade pkg_resources (via setuptools) to 44.0.0 2020-01-21 13:51:30 +05:30
Pradyun Gedam 11765917fb
Add the required NEWS fragments 2020-01-21 13:42:35 +05:30
Pradyun Gedam 947fceb0f9
Upgrade six to 1.14.0 2020-01-21 13:42:05 +05:30
Pradyun Gedam 501e00cec4
Upgrade urllib3 to 1.25.7 2020-01-21 13:37:47 +05:30
Pradyun Gedam 022f0e265b
Upgrade certifi to 2019.11.28 2020-01-21 13:37:42 +05:30
Pradyun Gedam 7770dc204e
Upgrade pyparsing to 2.4.6 2020-01-21 13:16:34 +05:30
Pradyun Gedam 9bce54e54a
Upgrade ipaddress to 1.0.23 2020-01-21 13:13:27 +05:30
Pradyun Gedam dd07badf20
Upgrade distlib to 0.3.0 2020-01-21 13:11:38 +05:30
Pradyun Gedam 744d0ebbd4
Upgrade colorama to 0.4.3 2020-01-21 13:10:01 +05:30
Pradyun Gedam ac42c232ce
Update CacheControl to 0.12.6 2020-01-21 12:48:59 +05:30
Stéphane Bidoul (ACSONE) 0e1e0ef566 _should_cache does not depend on check_binary_allowed
_should_cache is only called by _get_cache_dir.

In pip install mode, _get_cache_dir is never called when
check_binary_allowed returns False because in that case
should_build_for_install_command has returned False before
and the build was skipped.

In pip wheel mode, check_binary_allowed always returns True
(because it is not passed to the build function).

So _should_cache can use _always_true for check_binary_allowed.

*Alternative*

Alternatively, we could have passed check_binary_allowed
to build in pip wheel mode. The only difference is that wheels built
locally from *legacy* packages would then not be cached,
when pip wheel is used with --no-binary.
2020-01-20 10:41:48 +01:00
Tzu-ping Chung 35377c995c Add test for tempdir registry lazy eval 2020-01-19 18:22:14 +07:00
Tzu-ping Chung c55eee4188 Explicitly set newline when rewriting for release (#7600) 2020-01-19 00:15:20 +05:30
Pradyun Gedam f1cf84e2f8
Merge pull request #7542 from sbidoul/normalize-cache-dir-sbi
Eagerly normalize cache directory
2020-01-18 22:38:59 +05:30