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

944 commits

Author SHA1 Message Date
Paul Moore
9b10b93503 Implement the resolvelib Requirement class 2020-03-11 11:37:56 +00:00
Jason R. Coombs
816efa1805 Update changelog 2020-03-06 12:43:10 -05:00
KOLANICH
958f4ec432 Added __repr__ for Configuration. 2020-03-03 13:36:50 +03:00
sinscary
7e2bab41b9 update newsfile 2020-02-27 14:12:01 +05:30
sinscary
716c9202ee Raise error if --user and --target arguments are used together 2020-02-27 12:22:56 +05:30
sinscary
268a2dd818 Revert "Raise error if --user and --target arguments are used together"
This reverts commit b6d775d98837a5eaf2cba73a719821c89a71fc8f.
2020-02-27 12:22:56 +05:30
sinscary
8380b2b09a Raise error if --user and --target arguments are used together 2020-02-27 12:22:56 +05:30
Anudit Nagar
e6ed38dbce
Add info log when wheel building is skipped (#7768) 2020-02-23 22:56:36 +01:00
Christopher Hunt
40523794d8
Merge pull request #7747 from pfmoore/parsed_requirement
Refactor parse_requirements to be independent of InstallRequirement
2020-02-24 00:21:28 +08:00
Anudit Nagar
082c0f01d2
Update old-style formatting to new-style formatting (#7762) 2020-02-21 21:48:14 +05:30
Nitesh Sharma
ce1e0f470a
Move UI helpers to cli subpackage (#6727) 2020-02-21 14:01:13 +05:30
Pradyun Gedam
82b4566a7f
Merge pull request #7611 from webknjaz/testing/gh-actions-ci-cd-linters
Adjust GitHub Actions CI/CD linters
2020-02-19 20:03:46 +05:30
Paul Moore
f085bb0e0e Merge branch 'master' into parsed_requirement 2020-02-14 20:34:44 +00:00
Paul Moore
29a06ef947 Add a trivial news marker 2020-02-14 12:25:01 +00:00
Pradyun Gedam
cdae7277ef
Merge pull request #7596 from uranusjr/6446-link-url-quoting
Fix incorrect quoting Link.url
2020-02-14 16:00:43 +05:30
Tzu-ping Chung
6104060580 Swap venv and virtualenv checks
Environments created by pypa/virtualenv >=20 can pass both real_prefix
and base_prefix checks, but are only able to use the pyvenv.cfg values,
not the legacy `no-global-site-packages.txt`. So we need to check for
venv (PEP 405) first.
2020-02-11 17:56:40 +08:00
Pradyun Gedam
313740f6ee
Merge pull request #7593 from uranusjr/hg-under-git
Detect all registered VCS and choose inner-most
2020-02-08 17:34:31 +05:30
Tzu-ping Chung
c7184ec503
Fix typo in news fragment
Co-Authored-By: Pradyun Gedam <pradyunsg@gmail.com>
2020-02-07 15:23:57 +08:00
Tzu-ping Chung
4d4511fa76 Better news content 2020-02-06 14:09:35 +08:00
Pradyun Gedam
0bf5fc85d8
Add a .vendor NEWS fragment 2020-02-04 18:50:38 +05:30
Pradyun Gedam
51ecf4de35
Drop NEWS entry for a debundling change 2020-02-04 16:08:40 +05:30
Pradyun Gedam
d41741fb6c
Merge pull request #7690 from lazka/vendored-debundled-appdirs-alias
Fix debundled support by add a missing entry for appdirs
2020-02-04 15:59:30 +05:30
Christoph Reiter
9be7454fd6 fix un-vendored support; add missing entry for appdirs
pip has started to use the vendored appdirs directly since #7501
but didn't add an alias for the unbundled case.

This adds the missing alias.
2020-02-04 10:49:40 +01:00
Sviatoslav Sydorenko
e8cc348816
Add a change fragment 2020-02-03 12:25:55 +01:00
Bhavam Vidyarthi
7534dccd6c
Removed tests/scripts folder with its contents (#7680) 2020-02-03 05:17:02 +08:00
@Switch01
e6a29690d4 Update sphinx version to 2.3.1 2020-02-02 22:16:25 +01:00
Deepak Sharma
d31cf696e8 string_formatting 2020-01-30 20:33:00 +05:30
Deepak Sharma
b242c3979a String formatting updated 2020-01-23 18:09:59 +05:30
Pradyun Gedam
8ad871a6bb
Bump for release 2020-01-21 16:15:21 +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
f1cf84e2f8
Merge pull request #7542 from sbidoul/normalize-cache-dir-sbi
Eagerly normalize cache directory
2020-01-18 22:38:59 +05:30
Paul Moore
fed360a64e
Merge pull request #7602 from pfmoore/toxfix
Add HTTP proxy variables to tox environment passthrough
2020-01-15 17:48:55 +00:00
Paul Moore
f404eaa6ef Add HTTP proxy variables to tox environment passthrough 2020-01-15 15:32:39 +00:00
Tzu-ping Chung
ef6542240e News 2020-01-14 18:06:10 +08:00
Tzu-ping Chung
cdd7821d92 Fix incorrect quoting Link.url
Cherry-picked manually from atugushev:fix-issue-6446.

Co-Authored-By: Albert Tugushev <albert@tugushev.ru>
2020-01-14 16:12:11 +08:00
Tzu-ping Chung
2d3f2cdba5 Delete a file to let --force-reinstall fix it 2020-01-13 18:04:52 +08:00
Christopher Hunt
7e65a5a40f
Merge pull request #7578 from uranusjr/test-uppercase-console-scripts
Add test for uppercase script name
2020-01-13 09:42:38 +08:00
Tzu-ping Chung
8e72502118 Add test for uppercase script name 2020-01-12 17:16:52 +08:00
Tzu-ping Chung
602b0de040 News 2020-01-12 17:14:24 +08:00
Tzu-ping Chung
ff4ee68470 News 2020-01-09 13:15:35 +05:30
Xavier Fernandez
fe3e892a93
Merge pull request #7354 from chrahunt/maint/use-packaging-tags
Use packaging.tags for doing compatible wheel tag calculation
2020-01-08 22:41:35 +01:00
Stéphane Bidoul (ACSONE)
4d79037527
Eagerly normalize the cache directory
Fixes #7541
2020-01-08 08:01:09 +01:00
Christopher Hunt
eeeecbe856
Merge pull request #7543 from sbidoul/deprecate-gitgitarobase-sbi
Deprecate git+git@ form of VCS requirements
2020-01-08 11:04:12 +08:00
Chris Hunt
d7fda717ac Add news 2020-01-07 19:01:19 -05:00
Pradyun Gedam
52309f98d1
Merge pull request #7532 from uranusjr/pip-upgrade-prompt-message
Use sys.executable to format upgrade message
2020-01-07 12:34:54 +00:00
Pradyun Gedam
ea27521359
Custom optparse.Option type that calls expanduser (#7534) 2020-01-07 12:26:38 +00:00
Tzu-ping Chung
9bf6a3b3fb List URL/path options in news 2020-01-07 10:57:34 +05:30
Chris Hunt
44b664fd7c Add news 2020-01-06 14:05:08 -05:00
Stéphane Bidoul (ACSONE)
68179ea0de
Add .trivial newsfile 2020-01-05 23:52:41 +01:00