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
kobayashi
22781bfa7e
Add news fragment
2021-11-05 00:00:57 -04: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
0b6de55d5d
add platformdirs
2021-11-04 16:32:40 +08:00
Frost Ming
a3ad42afa7
Update deps pip-shims and requirementslib
2021-11-04 16:06:59 +08:00
Diego Ramirez
731b34db66
Create 4813.trivial.rst
...
A news file for my PR.
2021-10-26 13:19:50 -05:00
DetachHead
f28a34f73c
Create 4792.doc.rst
2021-09-19 16:35:47 +10:00
Allan Lewis
ae4a939815
core.pip_install: Quote tokens when logging pip commands
...
Previously, pip commands were printed as lists of tokens. a82bbb7b amended the
logging to join the tokens with strings. However, this will lead to invalid
commands if any token contains a space or some other special character that
needs to be escaped for standard shells. In order to improve the logging, this
commit shell-quotes each token before joining the results with spaces.
2021-08-09 12:32:38 +01:00
Frost Ming
24a3c12791
Add a news fragment
2021-08-03 11:57:02 +08:00
Frost Ming
dcd47b9b64
Add news entry
2021-07-27 22:00:37 +08:00
Frost Ming
dcd06330e4
Update pythonfinder to 1.2.8
2021-07-27 15:11:29 +08:00
Frost Ming
20f4721849
add news entry
2021-07-27 11:15:40 +08:00
Frost Ming
139b8208ef
Release v2021.5.29
2021-05-29 10:57:07 +08:00
Dodge York
517db751b7
add the news update
2021-03-18 14:17:11 -04:00
Leo Ho
a8ffd30678
Modify news fragment
2021-02-07 15:10:11 +08:00
Leo Ho
19fc5386db
Fix regex escaping bug in activation path
2021-02-07 14:51:35 +08:00
David Tucker
e39ef1c3d6
Correct python_version in pep508checker.py
2021-01-27 12:08:28 -08:00
Frost Ming
f18aa762bd
Update packaging to 20.8
2021-01-21 14:27:34 +08:00
Frost Ming
76d5aeee82
Merge branch 'master' into issue-4141
2021-01-20 03:05:21 -06:00
Frost Ming
ee2a859355
Merge branch 'master' into fix-4538
2021-01-20 00:28:07 -06:00
Frost Ming
dd155ae125
Merge branch 'master' into bugfix/4549
2021-01-19 19:13:51 -06:00
Frost Ming
b10e2cbaca
Merge branch 'master' into patch-1
2021-01-19 19:07:52 -06:00
Frost Ming
4c21723f15
Ignore incompatibilities when resolve dist
2021-01-20 09:03:41 +08:00
Sumana Harihareswara
a72ee551c1
Remove search link on main page
...
Partially and temporarily addresses #1839 while we fix the
underlying problem and investigate the search index. Users
will temporarily only be able to use the search box in the
sidebar.
Please revert this once the index is fixed.
Signed-off-by: Sumana Harihareswara <sh@changeset.nyc >
2020-12-16 16:44:23 -05:00
Deepyaman Datta
cdf70677c8
Create 4568.trivial.rst
2020-12-14 23:21:05 -05:00
Isheros
24839f3c26
Added news fragment
2020-12-06 22:32:29 -06:00
Jan Morawiec
6bdc7e37e7
Improve path sanitize
2020-11-20 14:15:06 +00:00
Frost Ming
dc377ef2d2
Release v2020.11.15
2020-11-15 12:13:13 +08:00
Steve Shanks
d38e666746
Update pyenv docs to avoid using shim
...
Also removed the PIPENV_PYTHON suggestion, as this is likely to cause
confusion if added to e.g. .bashrc - it will always be set to the
global pyenv.
Fixes #4534
2020-11-13 10:55:45 +00:00
Frost Ming
0a7235b12e
Add test case
2020-11-12 22:06:25 +08:00
Frost Ming
fac49444a5
Change patch and vendoring scripts
2020-11-12 18:42:13 +08:00
Frost Ming
a0344bdf7a
Update pinned versions
2020-11-12 17:28:30 +08:00
Frost Ming
7fe01318f1
resolver take the missing dev argument
2020-11-10 17:26:56 +08:00
Frost Ming
466707bd85
Show waring about what happened when a dep is skipped
2020-11-09 12:34:44 +08:00
Frost Ming
47d8b96e10
Fix the regex used to test if a string is like a version
...
Fix #4368
2020-11-09 11:12:26 +08:00
Frost Ming
fd8169c81f
Fix the output of `pipenv scripts` under Windows platform
2020-11-06 10:00:46 +08:00
Frost Ming
b2fc7ba526
Merge branch 'master' into bugfix/4387
2020-11-05 10:37:42 +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
Frost Ming
642f084903
Release 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
bd3b13b2ac
Bugfix: don't unquote file URL
2020-11-04 15:44:39 +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
401da2e758
Add news entries
2020-11-02 11:11:55 +08:00
Jan Morawiec
8d84e6e0b2
News entry
2020-10-31 10:51:24 +00:00
Frost Ming
168237902e
add news entry
2020-10-27 17:02:42 +08:00
Glen Smith
6897ebffa3
Add documentation of new scripts command.
2020-09-08 08:41:48 -06:00
Frost Ming
fdd83e1b81
Merge branch 'master' into bugfix/4446
2020-09-01 21:00:16 +08:00
frostming
64c66834c9
ensure dict keys are hashable
2020-09-01 16:45:19 +08:00