Commit Graph

6968 Commits

Author SHA1 Message Date
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
Glen Smith 85e5f6067c Merge pull request #2 from GlenRSmith/dev_chg_script_scripts
Change the `script` command to `scripts`
2020-09-02 10:37:22 -06:00
Glen Smith c42f6094e9 Change the script command to scripts 2020-09-02 10:35:20 -06:00
Glen Smith 0e90c37d9f Merge remote-tracking branch 'upstream/master' into master 2020-09-02 10:18:55 -06:00
Frost Ming 5fafc816e9 Merge pull request #4450 from pypa/bugfix/4446
Fix #4446 function calls in ``setup.py`` can't be parsed rightly.
2020-09-01 22:34:36 +08:00
Frost Ming fdd83e1b81 Merge branch 'master' into bugfix/4446 2020-09-01 21:00:16 +08:00
Frost Ming 4dec9477c8 Merge pull request #4449 from pypa/testing/internet
Fix #3630 Adapt test cases to prefer the mocked PyPI.
2020-09-01 20:59:41 +08:00
frostming 64c66834c9 ensure dict keys are hashable 2020-09-01 16:45:19 +08:00
frostming 8c959096a8 Adapt test cases to prefer the mocked PyPI. 2020-09-01 16:35:37 +08:00
Frost Ming 1a26eb0789 Merge pull request #4448 from pypa/setuptools-50
Fix CI failure
2020-09-01 16:17:41 +08:00
Frost Ming 7fc8fc8398 Create news entry 2020-09-01 14:09:39 +08:00
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