Commit Graph

7208 Commits

Author SHA1 Message Date
Frost Ming b0ceaed5bc Release v2021.11.15 2021-11-15 09:36:53 +08:00
Frost Ming 9889634d4c remove duplicate headings 2021-11-15 00:05:06 +08:00
Frost Ming b61fafe0c0 Update README with completion instruction 2021-11-15 00:02:23 +08:00
Frost Ming b503e8b3aa Update README with GH action badge 2021-11-12 16:31:53 +08:00
Frost Ming 47a73bb0a5 Merge pull request #4862 from pypa/vendor/update-click
Update vendored click to 8.0.3
2021-11-12 14:28:21 +08:00
Frost Ming 95f473631a drop chardet 2021-11-12 12:04:04 +08:00
Frost Ming 8bdb310ca3 Update vendored click to 8.0.3 2021-11-12 11:57:33 +08:00
Frost Ming 2482e2d3a4 Merge pull request #4861 from pypa/fix/vendoring 2021-11-12 11:45:22 +08:00
Frost Ming 6e3fadc5a7 Fix imports in pip_shims 2021-11-12 10:31:19 +08:00
Frost Ming 66e9fbed5f Fix the vendoring imports 2021-11-12 09:34:05 +08:00
Frost Ming 2d2a0fa15c rewrite imports 2021-11-11 23:33:10 +08:00
Frost Ming 11229406ba Remove jinja2 from vendor directory
Close #4858
2021-11-11 21:55:38 +08:00
Frost Ming 1524315baf make the doc more accurate
close #4856
2021-11-11 17:23:13 +08:00
Frost Ming 76d6fcc5c5 Merge pull request #4853 from pypa:bugfix/virtualenv_python
Don't use sys.executable when inside a venv
2021-11-09 22:58:30 +08:00
Frost Ming 6d207c1354 Add news entry 2021-11-09 22:07:18 +08:00
Frost Ming dfa7107b2e Don't use sys.executable when inside virtualenv 2021-11-09 22:06:23 +08:00
Frost Ming 2dfdf2a2bd Return an empty dict when PIPENV_DONT_LOAD_ENV is set.
Close #4851
2021-11-09 21:48:56 +08:00
Frost Ming 9cafc59188 update README 2021-11-09 14:28:27 +08:00
Frost Ming ea388f6e5b Update readme with python requires 2021-11-09 14:27:03 +08:00
Frost Ming 706a4ed300 Release 2021.11.9 2021-11-09 12:49:03 +08:00
Frost Ming 717d5837bc Release v2021.11.9.post0 2021-11-09 12:45:35 +08:00
Frost Ming 267ba191a5 Merge pull request #4849 from pypa/feature/completion
Replace click-completion with click's own completion code
2021-11-09 11:51:31 +08:00
Frost Ming 57d6ce2646 Replace click-completion with click's own completion code 2021-11-09 11:14:42 +08:00
Frost Ming 868af0fba7 add news fragments 2021-11-09 10:55:06 +08:00
Frost Ming 3481e09aae do not react to --clear flag 2021-11-09 10:51:59 +08:00
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