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

7817 commits

Author SHA1 Message Date
Sviatoslav Sydorenko
7d095a2b06
Don't skip missing interpreters 2019-09-02 16:15:12 +02:00
Sviatoslav Sydorenko
8d83afb27e
Disable tox spinner 2019-09-02 16:10:58 +02:00
Chris Hunt
b0a7d2b503 Refactor wheel.move_wheel_files to use updated distlib. 2019-09-01 22:36:13 -04:00
Sviatoslav Sydorenko
9f2ef615be
Add a news fragment 2019-09-01 21:17:09 +02: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
Sviatoslav Sydorenko
24bd7418b2
Add initial GH actions linter workflow 2019-08-31 11:05:27 +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
Albert Tugushev
bb68ebaa84 Address review comments
Simplify code
2019-08-26 17:22:47 +03:00
Albert Tugushev
d8b6296227 Fix pip.exe upgrade pip fails on Windows
It fails if it already satisfies the requirement, when
pip has been modifying via `pip.exe install ...` command.
2019-08-26 16:05:48 +03:00
Frost Ming
8ac22141c2 Support including port part in trusted-host (#6909) 2019-08-25 16:26:01 -07:00
Pradyun Gedam
d2b7082932
Fix bypassed pip upgrade warning on Windows
Merge pull request #6864 from atugushev/fix-issue-6841
2019-08-25 19:08:28 +05:30
Pradyun Gedam
ea947c1eef
Release 19.2.3
Merge pull request #6920 from pradyunsg/release/19.2.3
2019-08-25 11:13:59 +05:30
Pradyun Gedam
4b99a2f161
Bump for development 2019-08-25 10:00:06 +05:30
Pradyun Gedam
a5b1a57d67
Generate NEWS 2019-08-25 09:57:36 +05:30
Pradyun Gedam
51c8ec02bb
Bump version for release 2019-08-25 09:57:36 +05:30
Chris Jerdonek
2282e97a02
Merge pull request #6889 from cjerdonek/simplify-get-abi-tag-conditionals
Simplify get_flag() conditionals in get_abi_tag() [pep425tags]
2019-08-25 09:57:36 +05:30
Paul Moore
f07d7618fb
Merge pull request #6874 from rdb/patch-1
Don't append "m" ABI flag in Python 3.8
2019-08-25 09:57:36 +05:30
Stéphane Bidoul (ACSONE)
75a12ff423 Add failing test for StashedUninstallPathSet symlink 2019-08-24 23:39:05 +02:00
Stéphane Bidoul (ACSONE)
885fdc3754 Correctly uninstall symlinks 2019-08-24 23:04:47 +02:00
Chris Jerdonek
2985efe4b2
Merge pull request #6913 from cjerdonek/link-collector-1
Move some PackageFinder methods (preparation for PR #6910)
2019-08-23 19:42:00 -07:00
Stéphane Bidoul (ACSONE)
f8d58256b7 Add failing test for symlink uninstall 2019-08-24 00:36:40 +02:00
Chris Jerdonek
5e80b8286d Move four PackageFinder methods.
This moves the methods to before the method where they are called.
2019-08-23 08:22:38 -07:00
Chris Jerdonek
aa14d3aecf Add a make_no_network_finder() test helper. 2019-08-23 07:55:01 -07:00
Chris Jerdonek
d20e02e728 Change PackageFinder._sort_locations() to a group_locations() function. 2019-08-23 07:53:52 -07:00
Pradyun Gedam
9b9d7b7d5d
Rename 6637.feature to 6637.doc (#6907) 2019-08-23 08:33:44 +05:30
A_Rog
70027b2f50 Address #6876: Make command output go through a single function (#6881) 2019-08-22 17:29:22 -07:00
Pradyun Gedam
2b572d5e85
Rename 6637.feature to 6637.doc 2019-08-22 23:02:13 +05:30
Pradyun Gedam
d23ecf0be2
Add WIP architecture overview
Merge pull request #6637 from brainwane/architecture
2019-08-22 23:01:00 +05:30
Sumana Harihareswara
289af52b59 Add WIP note 2019-08-22 12:42:35 -04:00