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
frostming
0394f4de8b
remove virtualenv<20 constraint
2020-08-31 09:58:17 +08:00
Glen Smith
622d119ea6
Fix script command and testing:
...
- Use string format compatible with python 2.7
- Use `click.echo`, not `print`
- The command is `pipenv script` not `pipenv scripts`
- The stanza label in Pipfile is `[scripts]`, not `[script]`
- The default when getting from the pipfile should be dict, not a list
2020-08-28 15:14:35 -06:00
Glen Smith
4e3baf5713
Fix command as script, not scripts
2020-08-28 12:15:52 -06:00
Glen Smith
214a78be10
Merge pull request #1 from GlenRSmith/dev_scripts_command
...
Add a `scripts` command and a test for it.
2020-08-28 12:10:06 -06:00
Glen Smith
07d166ac3b
Add a scripts command and a test for it.
...
- https://github.com/pypa/pipenv/issues/3686
2020-08-28 12:08:58 -06: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