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

1395 commits

Author SHA1 Message Date
Tzu-ping Chung
69a95cf391 Tie-break requirements with package name
This makes the ordering deterministic to improve debugging and user
experience.
2020-11-04 21:23:40 +08:00
Tzu-ping Chung
d08b4d99e2 Use packaging.version to check version equality 2020-11-03 16:04:35 +08:00
Pradyun Gedam
4a4b79afb4
Bump for release 2020-10-31 23:33:50 +05:30
Pradyun Gedam
a0e34e9cf7
Merge pull request #9073 from xavfernandez/freeze_list_exclude
Add --exclude option to pip freeze and pip list commands
2020-10-31 15:25:53 +05:30
Xavier Fernandez
4ba4e21419 Explicitly state that pip/_vendor/vendor.txt should be available 2020-10-30 22:33:40 +01:00
Xavier Fernandez
9725229888 Add --exclude option to pip freeze and pip list commands 2020-10-30 21:50:59 +01:00
Pradyun Gedam
cdc5422ed5
Merge pull request #9019 from pradyunsg/flip-the-switch-on-new-resolver 2020-10-31 00:36:32 +05:30
Pradyun Gedam
47c8d38bd9
📰 2020-10-30 23:08:51 +05:30
Pradyun Gedam
9a62dd87d8
Merge pull request #9070 from xavfernandez/deprecate_find_links 2020-10-30 23:05:21 +05:30
Xavier Fernandez
c33cf49381 freeze: deprecate option --find-links 2020-10-30 13:41:27 +01:00
Paul Moore
58d8c2dcc7
Merge pull request #9015 from McSinyx/travis39
Test against Python 3.9 on Travis CI
2020-10-30 09:51:49 +00:00
Sumana Harihareswara
5393032025 Improve docs on resolver, constraints, and hash-checking
Related to #9020.
2020-10-29 13:49:08 -04:00
Sumana Harihareswara
3a20399d93 Update user guide to change resolver default
In pip 20.3, the new resolver will be the default.
Therefore, this commit updates user docs to change
instructions for testing, migration, etc.

Towards #8937.
2020-10-28 23:22:17 -04:00
60ae3e8759 Test against Python 3.9 on Travis CI 2020-10-28 21:05:58 +07:00
Pradyun Gedam
00e531a16e
Merge pull request #9017 from pradyunsg/backtracking-messaging 2020-10-28 18:25:29 +05:30
Daniel Katz
1037227034 Rename news-file to use new *.rst convention. 2020-10-27 19:00:22 -04:00
Daniel Katz
abf987bde3 Use 'append'-style CLI arguments, rather than ','-separated values. 2020-10-27 19:00:22 -04:00
Daniel Katz
cea9f32dae Support multiple abi and platform values for pip download. 2020-10-27 19:00:22 -04:00
Pradyun Gedam
a0ec4be98b
Merge pull request #8666 from uranusjr/rmtree-unicode-use-file-system-encoding
Only do the ensure_text() dance on Windows
2020-10-27 23:14:39 +05:30
Paul Moore
97e2c7a345 Add news entry 2020-10-27 15:24:36 +00:00
Pradyun Gedam
b39aeeb6df
Merge pull request #9050 from sbidoul/fix-freeze-direct_url-editable-sbi 2020-10-27 19:34:10 +05:30
Pradyun Gedam
9a1f790951
📰 2020-10-27 19:32:36 +05:30
Tzu-ping Chung
94fbb6cf78 Only do the ensure_text() dance on Windows
POSIX is problematic when the environment is not configured properly.
2020-10-27 21:40:39 +08:00
Stéphane Bidoul
89b765db96
Update news/8996.bugfix.rst
Co-authored-by: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com>
2020-10-26 12:16:37 +01:00
Stéphane Bidoul
d5a2007e8f
Avoid AssertionError in pip freeze with editable direct URLs 2020-10-25 15:18:02 +01:00
279e735969 Update docs for less common news extension
Namely trivial, vendor and process.  These were missed
during the trasition to *.rst news fragment.
2020-10-19 22:37:10 +07:00
Pradyun Gedam
4e26bf22f5
Merge pull request #8971 from McSinyx/ci39 2020-10-19 19:23:49 +05:30
Pradyun Gedam
47bea8aa27
Delete news fragments from pip 20.2.4 2020-10-16 18:25:19 +05:30
Tzu-ping Chung
270e183718 News 2020-10-13 16:12:11 +08:00
da7569a440 Document and start testing Python 3.9 support
At first use it for GitHub Action for linting.
2020-10-12 17:37:23 +07:00
Noah Gorny
7e02958a1e Add news fragment for 8963 2020-10-10 02:23:08 +03:00
b28e2c4928 New resolver: Avoid polluting dest dir
Previously, during dependency resolution for `pip download -d <dir>`
or `pip wheel -w <dir>`, distributions downloaded are always saved
to <dir>, even for those are only used in backtracking and are not
part of the returned requirement set.
2020-10-07 13:42:21 +07:00
234bcf6c11 Enforce news/*.rst 2020-10-06 21:36:19 +07:00
Pradyun Gedam
a0f2f2cd5f
Merge pull request #8942 from brainwane/docs-8661
docs: Add how to default to new resolver
2020-10-06 18:56:56 +05:30
Pradyun Gedam
717f54a931
Change the symlink to be a proper file instead. 2020-10-04 23:15:30 +05:30
Pradyun Gedam
8e8b6a6c7d
Rename the NEWS fragments 2020-10-03 16:48:56 +05:30
Pradyun Gedam
8aab76c63f
Merge pull request #8910 from hugovk/pip-cache-http
Include http subdirectory in 'pip cache info' and 'pip cache purge'
2020-10-02 13:26:00 +05:30
Pradyun Gedam
d0f80a44c9
Merge pull request #8804 from McSinyx/fast-deps-check-dl-dir 2020-10-02 03:41:43 +05:30
Sumana Harihareswara
3b44d70b5e docs: Add how to default to new resolver
Fixes #8661.
2020-09-30 07:12:10 -04:00
Pradyun Gedam
fe2075b686
Merge pull request #8848 from webknjaz/features/8783--sphinx-ext-admonitions 2020-09-30 11:00:43 +05:30
Pradyun Gedam
a4d34417c1
Merge pull request #8933 from brainwane/put-key-links-on-front-page 2020-09-29 15:05:23 +05:30
Sumana Harihareswara
6138184e2c Update docs index page about resolver and UX work 2020-09-28 15:23:55 -04:00
Tzu-ping Chung
df6d3c701a News fragment 2020-09-28 22:23:10 +08:00
Pradyun Gedam
b98cf9c6c8
Merge pull request #8927 from hugovk/document-python-support-policy
Document Python support policy
2020-09-28 14:47:48 +05:30
Tzu-ping Chung
806c112ed0 Don't crash on 'check' when METADATA is missing 2020-09-28 14:28:53 +08:00
Hugo van Kemenade
d4686b5793 Document Python support policy 2020-09-27 21:11:35 +03:00
Tzu-ping Chung
dedecf0735
Remove the .rst suffix from news fragment 2020-09-26 19:55:00 +08:00
Tzu-ping Chung
22eeff4770 News 2020-09-26 15:26:05 +08:00
Sviatoslav Sydorenko
67bff6199f
Add a change fragment about issue #8783 / PR #8848 2020-09-25 21:14:26 +02:00
Pradyun Gedam
75befb5a44
Merge pull request #8589 from shireenrao/upd-pip-docs 2020-09-24 21:43:38 +05:30