Commit Graph

7218 Commits

Author SHA1 Message Date
Frost Ming 29af360d34 Support index name in --index 2021-11-18 14:32:57 +08:00
Frost Ming 9c0c554064 add news entry 2021-11-18 12:49:41 +08:00
Frost Ming 317a39762c Fix a bug that index url is not correctly saved in Pipfile 2021-11-18 12:48:24 +08:00
Frost Ming 3dec34cae9 Merge pull request #4870 from pypa/vendor/charset-normalizer
[vendor] Update charset-normalizer
2021-11-17 16:01:57 +08:00
Frost Ming 4a244d2671 lock on windows python36 2021-11-17 14:41:00 +08:00
Frost Ming b90c469590 Update dependencies 2021-11-17 12:07:20 +08:00
Frost Ming 21b6a0839f Include py3.6 testing in CI matrix 2021-11-17 11:10:34 +08:00
Frost Ming ff4529a15e add news entry 2021-11-17 11:09:19 +08:00
Frost Ming eb39b8c81a Upgrade charset-normalizer to 2.0.7 2021-11-17 11:07:57 +08:00
Frost Ming eafcfb2c1e Fix a bug of deleting a virtualenv that is not managed by Pipenv
Close #4867
2021-11-17 00:06:13 +08:00
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