Commit Graph

6915 Commits

Author SHA1 Message Date
Yoshihisa Mochihara 6fcecbcc1b handle python major and minor version correctly in create_pipfile
fix #4379
previous code cannot handle 3.XX
2020-09-01 14:09:30 +08:00
frostming 0394f4de8b remove virtualenv<20 constraint 2020-08-31 09:58:17 +08:00
Frost Ming 7a7100e335 Merge pull request #4444 from pypa/doc/brew
Discourage homebrew installation in doc
2020-08-28 20:59:17 +08:00
Frost Ming fd53d72d60 Merge branch 'master' into doc/brew 2020-08-28 20:58:55 +08:00
Frost Ming 691e1e7719 Merge pull request #4443 from pypa/bugfix/4386
Fix a bug that non-wheel file requirements can be resolved successfully
2020-08-28 19:48:48 +08:00
frostming 9fd8e39e6b don't check against old lock entry 2020-08-28 17:25:39 +08:00
frostming fd98b38410 fix validation logic 2020-08-28 16:53:57 +08:00
frostming edeaffba94 add news fragment 2020-08-28 16:48:52 +08:00
frostming 5a5d238f87 Discourage homebrew installation in doc 2020-08-28 16:45:56 +08:00
frostming eac3a28579 add news 2020-08-28 15:38:38 +08:00
Frost Ming 4f452e26b1 Merge branch 'master' into bugfix/4386 2020-08-28 15:35:11 +08:00
Frost Ming 006e161a34 Merge pull request #4441 from Morgan-iv/add-system-option-sync
Add --system option to sync command
2020-08-28 15:34:41 +08:00
frostming 63d2360ee1 clean implementation 2020-08-28 15:31:26 +08:00
frostming f49a1dd873 Fix constraint validation 2020-08-28 14:21:52 +08:00
Frost Ming 0f0885ed42 Merge branch 'master' into add-system-option-sync 2020-08-28 08:59:22 +08:00
Frost Ming 627fc4addc Merge pull request #4439 from pypa/vendor/tomlkit
Update dependency tomlkit
2020-08-28 08:58:49 +08:00
Alexey Ivushkin cd27fa4080 Add --system option to sync command 2020-08-27 22:21:16 +03:00
Frost Ming 61f58b2cac fix vendor.txt 2020-08-27 21:33:41 +08:00
Frost Ming 8a215dd198 remove typing imports 2020-08-27 21:30:14 +08:00
Frost Ming 284bd24204 Tweak the test case to reflect correct behavior 2020-08-27 21:15:46 +08:00
Frost Ming 45d9332cc0 Update dependency tomlkit 2020-08-27 20:35:25 +08:00
Frost Ming 5a759ba238 Merge pull request #4437 from pypa/bugfix/4330
Fix path handling on Windows
2020-08-27 17:52:38 +08:00
frostming 35485b4488 Fix path handling on Windows 2020-08-27 16:10:41 +08:00
Frost Ming 5f0779954e Merge pull request #4425 from pypa/bugfix/4424
Rewrite the imports of pexept to vendor.pexpect
2020-08-17 08:57:59 +08:00
frostming 7acce5d6ad add news 2020-08-14 14:36:06 +08:00
frostming 82ef517e60 Rewrite imports to vendor.* 2020-08-14 14:34:46 +08:00
github-actions[bot] 2708dbb46a Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-08-13 13:31:26 +00:00
Frost Ming 9299ae1f73 Release v2020.8.13 v2020.8.13 2020-08-13 21:23:50 +08:00
frostming 0616e07835 fix news 2020-08-13 21:23:31 +08:00
Frost Ming 9de011807d Merge pull request #4421 from pypa/bugfix/4403
Do not copy project tree
2020-08-13 08:35:21 +08:00
Frost Ming 593a56625c skip specific case on py27 2020-08-12 21:10:07 +08:00
frostming 1db6113c47 fix requirementslib issue 2020-08-12 18:31:40 +08:00
frostming 71a9332562 Add news fragments 2020-08-12 15:52:30 +08:00
frostming f58a97329e update vendors 2020-08-12 15:24:07 +08:00
Frost Ming 3dd65c50f2 Merge pull request #4409 from yuzhujiutian/master
bugfix 4388 to pipenv graph on windows
2020-08-05 18:29:53 +08:00
Frost Ming 21052a5494 Merge branch 'master' into master 2020-08-05 17:03:15 +08:00
helloc a159b7220b add a news fragment of bugfix 4388 2020-08-05 16:48:27 +08:00
Frost Ming 98164977ca Merge pull request #4399 from epicfaace/patch-1
Clarify that python_version can be in the format "X"
2020-08-05 16:09:53 +08:00
Frost Ming 5cfa195ad7 Merge branch 'master' into patch-1 2020-08-05 15:49:37 +08:00
Frost Ming fec326b5ed Merge pull request #4417 from pypa/bugfix/4412
only show courtesy notice when venv is activated
2020-08-05 13:53:02 +08:00
Frost Ming 350c58ea59 Merge branch 'master' into bugfix/4412 2020-08-05 12:55:31 +08:00
Frost Ming 6e1b6cc907 Merge pull request #4405 from hugovk/update-coc
The PyPA has adopted the PSF code of conduct
2020-08-05 12:24:35 +08:00
frostming e97e28434f only show courtesy notice when venv is activated 2020-08-05 11:49:45 +08:00
yuzhujiutian ce6771c3d4 bugfix 4388 2020-08-02 10:26:50 +08:00
Hugo 7f93237d0f The PyPA has adopted the PSF code of conduct
For details, see:

* https://discuss.python.org/t/implementing-pep-609-pypa-governance/4745
2020-07-29 22:19:13 +03:00
Ashwin Ramaswami 71f4b3010e Clarify that python_version can be in the format "X"
For example, it can be equal to "3".
2020-07-25 10:31:55 -04:00
Frost Ming b29a4884e2 Merge pull request #4385 from pypa/vendor/update
Update requirementslib to 1.5.12
2020-07-10 18:12:57 +08:00
Frost Ming ce2611eaa1 Merge branch 'master' into vendor/update 2020-07-10 16:17:51 +08:00
frostming 67a20395f5 add news entry 2020-07-10 16:16:48 +08:00
Frost Ming 6aa08f895c Merge pull request #4381 from dragon788/patch-3
Remove outdated link that points to placeholder site
2020-07-10 16:09:15 +08:00