Commit Graph

7168 Commits

Author SHA1 Message Date
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 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
Frost Ming e78ead7484 Don't include self for resolution for editable deps 2021-11-04 16:06:59 +08:00
Frost Ming 9dbf157f8b delete useless tests 2021-11-04 16:06:59 +08:00
Frost Ming 750cf98d28 Fix vendored pip issue 2021-11-04 16:06:56 +08:00
Frost Ming edf936887c Fix attribution error 2021-11-04 16:06:17 +08:00
Frost Ming 849fdc2bf2 Add missing files 2021-11-04 16:06:17 +08:00
Frost Ming 08d5c97b81 Let's see why it can't found 2021-11-04 16:06:17 +08:00
Frost Ming 76a80fb073 Postpone the import of pip_shims 2021-11-04 16:06:17 +08:00
Frost Ming c04faf2c7c change the context manager syntax 2021-11-04 16:06:17 +08:00
Frost Ming 0165738ae7 Fix subprocess encoding 2021-11-04 16:06:17 +08:00
Frost Ming 859776e263 Switch the resolver to pip internal 2021-11-04 16:06:17 +08:00
Frost Ming 5ef5a59d41 Switch resolver from piptools to pip internal 2021-11-04 16:06:13 +08:00
Frost Ming 866a56d2e3 Apply patches for notpip 2021-11-04 16:05:26 +08:00
Frost Ming a1444dc808 revendor patched deps 2021-11-04 16:05:26 +08:00
Frost Ming 49cb6281db update patched dependencies 2021-11-04 16:05:26 +08:00
Tzu-ping Chung d0fa43ad97 Merge pull request #4813 from DiddiLeija/delete-old-template 2021-10-28 15:54:05 +08:00