Commit Graph

7183 Commits

Author SHA1 Message Date
Frost Ming 4d1df958fa fix certifi path 2021-11-09 10:30:48 +08:00
Frost Ming 1daaa0de9a Merge pull request #4843 from pypa/ci/debug-windows 2021-11-09 07:16:01 +08:00
Frost Ming ff32a68771 Remove some usages of vistir.compat 2021-11-08 23:49:40 +08:00
Frost Ming 92e32ca0f8 Merge pull request #4842 from pypa/vendor/pythonfinder
update vendor pythonfinder
2021-11-08 21:45:02 +08:00
Frost Ming 38fb96b744 Merge pull request #4845 from timhourigan/patch-1 2021-11-08 20:10:23 +08:00
Tim Hourigan de796e4274 Fix support drop version notice from 3.6 to 3.5
Based on https://github.com/pypa/pipenv/issues/4261#issuecomment-962948608, 3.5 support is dropped, not 3.6.
2021-11-08 11:18:33 +00:00
Frost Ming 1c60ba2367 add news fragment 2021-11-08 18:49:26 +08:00
Frost Ming 7e4a8b4731 Update pythonfinder to 1.2.9 2021-11-08 18:48:41 +08:00
Frost Ming bb3d24371f Merge pull request #4840 from LKI/fix
fix: set `PIPENV_USE_SYSTEM` when sync with `--system`
2021-11-08 18:18:39 +08:00
Lirian Su 0cf585a5cd Merge branch 'main' into fix 2021-11-08 17:36:43 +08:00
Frost Ming 80260db0cd update changelog 2021-11-08 17:09:13 +08:00
Frost Ming cdaf28f4bb Merge pull request #4839 from pypa/bugfix/run_env
Set env vars in pipenv run
2021-11-08 16:13:09 +08:00
Lirian Su 66ea4614ab fix: set PIPENV_USE_SYSTEM when sync with --system
- related to #4835
2021-11-08 15:51:49 +08:00
Frost Ming 907b99434f fix the popen 2021-11-08 15:20:55 +08:00
Frost Ming fec1ada527 add news fragment 2021-11-08 15:03:32 +08:00
Frost Ming 0f67a112dc Populate the PATH env in pipenv run 2021-11-08 15:02:37 +08:00
Frost Ming 202acd64c0 Release 2021.11.5.post0
Bug Fixes
---------

- Fix a regression that ``pipenv shell`` fails to start a subshell.  `#4828 <https://github.com/pypa/pipenv/issues/4828>`_
- Fix a regression that ``pip_shims`` object isn't imported correctly.  `#4829 <https://github.com/pypa/pipenv/issues/4829>`_
2021-11-05 23:38:47 +08:00
Frost Ming 73791fddcf update metadata 2021-11-05 23:36:16 +08:00
Frost Ming 4ac5efc3fe add news fragment 2021-11-05 23:22:26 +08:00
Frost Ming 4b14b63d00 fix #4829: fix the import of pip_shims 2021-11-05 23:15:22 +08:00
Frost Ming e3682715e6 fix pipenv shell, close #4828 2021-11-05 22:53:12 +08:00
Frost Ming 2da61b03e8 Release v2021.11.5 2021-11-05 18:32:08 +08:00
Frost Ming 5c7435a071 trigger CI on main branch 2021-11-05 18:01:34 +08:00
Frost Ming 34ba0d9850 Merge pull request #4827 from pypa/ci/vendoring
Add CI jobs for packaging and vendoring
2021-11-05 18:00:14 +08:00
Frost Ming 8c00961bfe fix yaml installation 2021-11-05 17:13:42 +08:00
Frost Ming b69e71d3a9 Add CI jobs for packaging and vendoring 2021-11-05 16:42:56 +08:00
Frost Ming 7aad3077d5 fix the bug of reading output in pyenv installer 2021-11-05 16:19:16 +08:00
Frost Ming 7873fd94de Merge pull request #4826 from pypa/ci/py310
Run CI against Python 3.10
2021-11-05 16:13:02 +08:00
Frost Ming 264b47438c fix sys.version_info 2021-11-05 15:33:39 +08:00
Frost Ming 2636992416 Merge pull request #4800 from kobayashi/4790-handle-empty-dot-venv
Fixes #4790: behaving as no .venv if .venv is in project root and empty
2021-11-05 14:46:18 +08:00
Frost Ming 88df069d68 fix tests for 3.9 and 3.10 2021-11-05 14:45:37 +08:00
Frost Ming e06d9e0287 change a package 2021-11-05 12:43:11 +08:00
Frost Ming c228dc4f13 Update dependencies 2021-11-05 12:41:35 +08:00
kobayashi 22781bfa7e Add news fragment 2021-11-05 00:00:57 -04:00
Frost Ming 0f9e0d300b Run CI against Python 3.10 2021-11-05 10:12:42 +08:00
Frost Ming 1c42fe9fe3 Merge pull request #4659 from perlun/patch-1
diagnose.rst: Remove outdated -c docs
2021-11-05 09:23:23 +08:00
Frost Ming 61497d0a50 Merge pull request #4716 from danawaze/patch-1
Fix basic usage docs to reflect lock -r behaviour
2021-11-05 09:22:57 +08:00
Frost Ming 47ae1d03b3 Merge pull request #4801 from kobayashi/4788
Fixes #4788: incorrect returncode
2021-11-04 22:25:53 +08:00
Frost Ming 3ce0973874 Merge pull request #4795 from vipkr/fix/docs
[docs] Add missing link of Pipx's home page
2021-11-04 22:25:15 +08:00
Frost Ming ff6633879b Merge pull request #4792 from DetachHead/patch-1
remove prefixes on install commands for easy copy/pasting
2021-11-04 22:21:11 +08:00
Frost Ming 0fe9530020 Merge pull request #4759 from pypa/vendor/update-patched
Switch the resolver from piptools to pip internal
2021-11-04 22:20:04 +08:00
Frost Ming 99beff2db0 fix vcs test cases 2021-11-04 21:42:37 +08:00
Frost Ming 7c77435bcc fix vcs url 2021-11-04 20:38:15 +08:00
Frost Ming 30e2aac739 Fix test error 2021-11-04 18:33:43 +08:00
Frost Ming 10554c1c7d Fix pip shims import 2021-11-04 17:36:23 +08:00
Frost Ming 0b6de55d5d add platformdirs 2021-11-04 16:32:40 +08:00
Frost Ming c7417949d7 Disable azure-pipelines 2021-11-04 16:07:52 +08:00
Frost Ming a3ad42afa7 Update deps pip-shims and requirementslib 2021-11-04 16:06:59 +08:00
Frost Ming c5cc0af9b8 Remove the reference to pip-tools 2021-11-04 16:06:59 +08:00
Frost Ming 6647954202 fix wrong pin for url requirements 2021-11-04 16:06:59 +08:00