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

931 commits

Author SHA1 Message Date
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
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
Stéphane Bidoul (ACSONE) cf071dee55
Deprecate git+git@ form of VCS url 2020-01-02 19:20:29 +01:00
Stéphane Bidoul (ACSONE) 8d1d20de8c
Do not attempt setup.py clean for failed pep517 builds
Fixes #6642
2020-01-02 12:14:03 +01:00
Tzu-ping Chung 192e895c3f News 2020-01-02 19:00:46 +08:00
Tzu-ping Chung ed40706534 Use sys.executable to format upgrade message 2020-01-01 22:12:12 +08:00
Pradyun Gedam 2721712c2b
Getting Started: Remove a duplicate word (#7521) 2019-12-29 09:58:27 +00:00
Christopher Hunt 711cf4deaf
Merge pull request #7517 from sbidoul/wheel-builder-disentangle-6-sbi
Move final wheel builder copy operation to wheel command
2019-12-29 13:46:02 +08:00
Eitan Adler 98543b2caa getting_started: remove a a duplicate word 2019-12-28 15:08:39 -08:00
Stéphane Bidoul (ACSONE) 1f39950f3a
Add news file explaining the new pip wheel behavior 2019-12-28 16:18:10 +01:00
Stéphane Bidoul (ACSONE) 1ee270a8d4
Check that the cache is writable in _main()
This avoid code duplication (for the wheel and http
cache) and repeated warnings.
2019-12-28 13:04:54 +01:00
Christopher Hunt 0292938f89
Merge pull request #7501 from uranusjr/appdirs-patch 2019-12-24 23:30:55 +08:00
Christopher Hunt 92da786643
Merge pull request #7494 from chrahunt/refactor/wheel-metadata-retrieval
Only allow one top-level .dist-info directory in wheels
2019-12-23 05:41:30 +08:00
Christopher Hunt 3f4bb75fa4
Merge pull request #7499 from chrahunt/feature/add-old-entrypoints
Add old pip entrypoints
2019-12-23 05:40:10 +08:00
Chris Hunt 649a4f3fb0 Add news 2019-12-21 21:27:51 -05:00