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
frostming
034bd6a4fe
Update requirementslib to 1.5.12
2020-07-10 16:06:14 +08:00
dragon788
2458d0802b
Remove outdated link that points to placeholder site
2020-07-07 11:00:41 -05:00
Frost Ming
7745e51a63
Merge pull request #4329 from peaceiris/patch-1
...
Switch commit author to GitHub Actions bot
2020-06-08 10:36:44 +08:00
Shohei Ueda
886526ab14
Switch commit author to GitHub Actions bot
...
- user.name: 'github-actions[bot]'
- user.email: 'github-actions[bot]@users.noreply.github.com'
cf. https://github.com/peaceiris/actions-gh-pages
2020-06-08 09:30:34 +09:00
Frost Ming
49f1cb04ed
Merge pull request #4322 from pypa/bugfix/uninstall-missing-param
...
Correct the exception to PipenvUsageError
2020-06-06 11:45:43 +08:00
Frost Ming
4f7bb36f92
Correct the exception to PipenvUsageError
2020-06-06 10:59:29 +08:00
Frost Ming
97324a6932
Merge pull request #4310 from Ponewor/3722/fix-all-dev-uninstalls-shared-dependencies
...
Fix --all-dev behaviour
2020-06-05 15:42:45 +08:00
Frost Ming
e4dfc472e6
Merge branch 'master' into 3722/fix-all-dev-uninstalls-shared-dependencies
2020-06-05 14:45:47 +08:00
Frost Ming
1a6e0300fe
Merge pull request #4319 from pypa/bugfix/4315
...
Correctly populate the system python path
2020-06-05 10:11:26 +08:00
frostming
69c5ceabf2
accepts python as argument
2020-06-05 09:03:08 +08:00
frostming
cce026efbf
Correctly populate the system python path
2020-06-05 09:03:07 +08:00
Frost Ming
76e55dfef3
Merge pull request #4317 from nstapelbroek/remove-osx-pyenv-launcher-variable
...
Stop using PYVENV_LAUNCHER env variable when detecting venvs
2020-06-05 09:00:20 +08:00
Marcin
cb9d99c4ba
Merge branch '3722/fix-all-dev-uninstalls-shared-dependencies' of github.com:Ponewor/pipenv into 3722/fix-all-dev-uninstalls-shared-dependencies
2020-06-04 12:01:45 +02:00
Marcin
b0a89f833e
Apply requested changes after PR
2020-06-04 12:01:21 +02:00
Nico Stapelbroek
6b437a6140
Stop using PYVENV_LAUNCHER env variable when detecting venvs
...
This seems to lead to false positives as every Homebrew installed Python has
this environment variable set. The original comment hints to a workaround so
I'd figured we should not give it extra responsibilities.
Fixes #4316
2020-06-04 09:32:06 +02:00
Marcin Mazurek
9f2b7eedfe
Merge branch 'master' into 3722/fix-all-dev-uninstalls-shared-dependencies
2020-06-03 05:49:12 +02:00
Marcin
b2f1d741a1
Add news file
2020-06-03 04:55:47 +02:00
Marcin
09a71e7c2c
Fix --all-dev behaviour
2020-06-03 04:45:39 +02:00
Dan Ryan
f1ad3f5f21
Remove incorrectly-located news fragment
...
Signed-off-by: Dan Ryan <dan.ryan@canonical.com >
2020-06-02 19:15:30 -04:00
Github Action
1f19a2c150
Bumped version.
...
Signed-off-by: Github Action <action@github.com >
2020-06-02 06:17:53 +00:00
Dan Ryan
a44b9828bd
Release v2020.6.2
v2020.6.2
2020-06-02 02:10:53 -04:00
Dan Ryan
c8a29ac5d7
Merge pull request #4306 from philjc/issue-4305
2020-06-01 23:11:02 -04:00
Phil Chennikkara
1689485de1
Print installer class name instead of object reference
2020-06-01 19:43:33 -05:00
Phil Chennikkara
3de5df390e
Fix bug where _isatty doesn't work on fileno()
2020-06-01 19:39:39 -05:00
Dan Ryan
5549ee8c84
Merge pull request #4304 from pypa/feature/linting-cleanup
2020-06-01 19:32:04 -04:00
Dan Ryan
e065e3c740
Update makefile with repatching scripts
...
Signed-off-by: Dan Ryan <dan.ryan@canonical.com >
2020-06-01 18:22:43 -04:00
Dan Ryan
aacc638b03
Update news fragments
...
Signed-off-by: Dan Ryan <dan.ryan@canonical.com >
2020-06-01 18:22:43 -04:00