Commit Graph

6979 Commits

Author SHA1 Message Date
Frost Ming 4bdf40cdf4 Use \n instead of os.linesep 2020-11-06 11:23:57 +08:00
Frost Ming bd92eb372f Apply suggestions from code review
Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
2020-11-06 11:22:12 +08:00
Frost Ming a0628e07fb Color the command in pipenv --help 2020-11-06 10:16:32 +08:00
Frost Ming 34cda06c35 Fix utf characters 2020-11-06 10:06:30 +08:00
Frost Ming fd8169c81f Fix the output of `pipenv scripts` under Windows platform 2020-11-06 10:00:46 +08:00
Frost Ming bf077ec60c Merge pull request #4521 from pypa/bugfix/4387
Bugfix/4387 VCS dependencies always satisfy even if the ref has changed
2020-11-05 11:41:47 +08:00
Frost Ming b2fc7ba526 Merge branch 'master' into bugfix/4387 2020-11-05 10:37:42 +08:00
Frost Ming d1c884f8b3 Merge pull request #4519 from pypa/bugfix/4517
Restrict the acceptable hash type to SHA256 only
2020-11-05 10:28:44 +08:00
Frost Ming 2b86470d90 Consider VCS or file dependency as not satisfied 2020-11-05 10:28:23 +08:00
Frost Ming a94afd2afd Restrict the acceptable hash type to SHA256 only 2020-11-05 09:17:25 +08:00
github-actions[bot] 72f1a85faf Bumped version.
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-11-04 12:41:35 +00:00
Frost Ming 642f084903 Release v2020.11.4 v2020.11.4 2020-11-04 20:29:42 +08:00
Frost Ming 98d8e335b8 Consistent order of hashes
Fix #4513
2020-11-04 18:17:54 +08:00
Frost Ming 8e64873a01 Merge pull request #4514 from pypa/bugfix/4089
Bugfix: don't unquote file URL
2020-11-04 17:20:20 +08:00
Frost Ming bd3b13b2ac Bugfix: don't unquote file URL 2020-11-04 15:44:39 +08:00
Frost Ming d0a6bea0d9 Merge pull request #4512 from pypa/bugfix/4480
Bugfix: editable packages matched the wrong metadata directory
2020-11-02 19:41:22 +08:00
Frost Ming 672080e8de Add news entry 2020-11-02 15:10:02 +08:00
Frost Ming ca8a16c2ac Skip venv dir when searching for metadata 2020-11-02 14:34:36 +08:00
Frost Ming 4cbc67692c Merge pull request #4505 from pypa/style-change
Change multiple styles in CLI output
2020-11-02 14:33:28 +08:00
Frost Ming 698ef8cdd2 improve test performance 2020-11-02 11:11:57 +08:00
Frost Ming 83bb15ed18 Upgrade virtualenv version 2020-11-02 11:11:57 +08:00
Frost Ming e6edaa6977 Disable ssh check 2020-11-02 11:11:56 +08:00
Frost Ming 401da2e758 Add news entries 2020-11-02 11:11:55 +08:00
Frost Ming 72b571bd06 Change multiple styles in CLI output 2020-11-02 11:11:54 +08:00
Frost Ming 20ed424613 Merge pull request #4510 from Honza-m/master
Fix #4225 - virtualenv name when PIPENV_PYTHON set to filepath
2020-11-02 09:36:28 +08:00
Jan Morawiec 8d84e6e0b2 News entry 2020-10-31 10:51:24 +00:00
Jan Morawiec ae5e820031 Fix #4225 - virtualenv name when PIPENV_PYTHON set to filepath 2020-10-30 17:42:20 +00:00
Frost Ming 912164d3cc Merge pull request #4500 from pypa/url-hash
Accelerate locking by fetching hash from url fragment
2020-10-28 14:12:23 +08:00
Frost Ming 4f4de7bcfe Fix release tuple construction 2020-10-28 10:50:02 +08:00
Frost Ming 98fbe2fc5a Supply sha256 checksum to mocked PyPI 2020-10-28 10:44:02 +08:00
Frost Ming 2f92245172 Restore the whitespaces 2020-10-28 10:06:37 +08:00
Frost Ming d34feeece4 Fix the file encoding 2020-10-28 10:05:12 +08:00
Frost Ming 7bb6668cdf Update piptools patch 2020-10-28 09:57:49 +08:00
Frost Ming 491fa333b1 fix the hash value 2020-10-27 18:29:51 +08:00
Frost Ming 1249e20a95 Change the KR url 2020-10-27 17:53:57 +08:00
Frost Ming f0ebbfc443 Don't load packages from pypi 2020-10-27 17:42:26 +08:00
Frost Ming 41b31a4392 revert format change 2020-10-27 17:06:20 +08:00
Frost Ming 168237902e add news entry 2020-10-27 17:02:42 +08:00
Frost Ming 52160d1a09 Encode hash value 2020-10-27 16:23:21 +08:00
Frost Ming 4236a71303 Reduce the number of internet requests to get hash 2020-10-27 16:09:56 +08:00
David Beitey cda15b3b30 Update sidebar templates
* Make all URLs HTTPS where possible
* Update project URLs
* Make project image title consistent between sidebars

In a similar vein to #3868
2020-10-05 14:59:03 +08:00
David Beitey 38a040c002 Close comment in documentation HTML 2020-10-01 02:54:30 +08:00
normyp ac16b1cbba Clarify testing
Fixes https://github.com/pypa/pipenv/issues/4468
2020-09-30 16:04:46 +08:00
Frost Ming c945f916b6 Merge pull request #4445 from GlenRSmith/master
Add `pipenv scripts` command to list scripts in Pipfile
2020-09-10 10:09:13 +08:00
Glen Smith 49e56a0ac8 Merge pull request #4 from GlenRSmith/update_docs
Update docs
2020-09-08 08:48:53 -06:00
Glen Smith 99f4242bdf Provide a success return value to the scripts command. 2020-09-08 08:43:20 -06:00
Glen Smith ceace46133 Change report column header to singular case. 2020-09-08 08:42:37 -06:00
Glen Smith 6897ebffa3 Add documentation of new scripts command. 2020-09-08 08:41:48 -06:00
Glen Smith eb560fbb90 Merge pull request #3 from GlenRSmith/dev_test_output
add inspection for 'which python'
2020-09-03 09:07:10 -06:00
Glen Smith 243e300517 add inspection for 'which python' 2020-09-03 09:04:46 -06:00