Matt Davis
228dd38b2a
Add news fragment.
2022-07-29 15:54:21 +02:00
Matt Davis
ca2319db12
corrected color name.
2022-07-29 15:54:21 +02:00
Matt Davis
e2e67caabd
Remove another dead test.
2022-07-29 15:28:18 +02:00
Matt Davis
771cee564a
Remove tests that are old and permenently skipped, remove OS skips that seem to not make sense.
2022-07-29 15:28:18 +02:00
Matt Davis
cd5a9683be
Rename notpip to pip. Vendor in pip-22.2.1 and latest requirementslib and vistir.
2022-07-28 11:58:10 +02:00
otherjake
2d250f5b65
5192 correct spacing for PIPENV_COLORBLIND warning
2022-07-28 00:25:56 +02:00
Oz N Tiram
89e6ac191d
Revert undesired change to pip_shims
...
As discussed in the review, pip-shims of specifying what the pip module is.
2022-07-27 06:52:30 +02:00
Oz N Tiram
e532fb5328
Remove only insertion of YAML libs to safety
2022-07-27 06:52:30 +02:00
Oz N Tiram
53dc092d38
Revert "Remove patch to safety/__main__.py to handle pyyaml"
...
This reverts commit 506f102670aad37e059758925483b7b207e86cc3.
2022-07-27 06:52:30 +02:00
Oz N Tiram
f1fa76e1f9
Patch import paths of safety
2022-07-27 06:52:30 +02:00
Oz N Tiram
37db0234df
Add some documentation on how to run tests locally.
2022-07-27 06:52:30 +02:00
Oz N Tiram
931a5b56e8
Restore skeleton for update_safety task
...
Might work on this later...
2022-07-27 06:52:30 +02:00
Oz N Tiram
92e97ecc21
Remove patch to safety/__main__.py to handle pyyaml
...
This is really not needed anymore.
k# Your branch is up to date with 'origin/vendoring-improvements'.
2022-07-27 06:52:30 +02:00
Oz N Tiram
8faa74cdc9
Update tomlkit==0.9.2
...
Used:
python -m invoke vendoring.update --package=tomlkit
2022-07-27 06:52:30 +02:00
Oz N Tiram
1abbab63e0
Remove patch for tomlkit
...
This seems fixed in version 0.9.1
See here:
https://github.com/sdispater/tomlkit/blob/f8099e6d6cb68bd0e7676252d7c379dc4d49b982/tomlkit/items.py#L168
Bump vendored version of tomlkit
2022-07-27 06:52:30 +02:00
Oz N Tiram
4661f12f5c
Update tomlkit version we vendor
2022-07-27 06:52:30 +02:00
Oz N Tiram
df572a42ca
Fix import paths in pip_shims.models
2022-07-27 06:52:30 +02:00
Oz N Tiram
388a30c20a
Remove vendored yaml in yaml3
...
We no longer need a copy of yaml in yaml3 since we apply
a patch to dparse to disable a top level import of yaml.
2022-07-27 06:52:30 +02:00
Oz N Tiram
ff3ae8f6c8
Remove separate download of pyparsing license
...
The library includes a copy of MIT license with the source code.
2022-07-27 06:52:30 +02:00
Oz N Tiram
4c3cba66c5
Remove charset_normalizer from list of vendored
2022-07-27 06:52:30 +02:00
Oz N Tiram
9c3db232e2
Remove vendoring on pyyaml
...
This was only used by dparse
2022-07-27 06:52:30 +02:00
Oz N Tiram
bfdb90a6af
Patch dparse locally - remove top level yaml import
...
We don't use this yaml import (only used for conda file parsing).
Hence, we can remove this.
2022-07-27 06:52:30 +02:00
Oz N Tiram
882a3a2cde
Remove vendor/Misc
...
This seems like it was accidentally committed.
2022-07-27 06:52:30 +02:00
Oz N Tiram
232eff38d4
Remove references to Python2.7 in RELEASING.md
2022-07-27 06:52:30 +02:00
Oz N Tiram
dbe6d45e89
Clean reference to delegator
...
We no longer vendor this package
2022-07-27 06:52:30 +02:00
Oz N Tiram
74321e4850
Remove vendored and patched crayons
...
We no longer use crayons, and it is abandoned upstread too.
2022-07-27 06:52:30 +02:00
Oz N Tiram
01e133d86c
Remove funcsigs
...
We are no longer vendoring this library.
2022-07-27 06:52:30 +02:00
Oz N Tiram
a3ae704df8
Remove more backports
2022-07-27 06:52:30 +02:00
Oz N Tiram
eef583c03f
Remove functools32 backport
2022-07-27 06:52:30 +02:00
Oz N Tiram
8c2ee9b789
Remove Python2 left overs
2022-07-27 06:52:30 +02:00
Matt Davis
027b1ecf5c
Add extra details to the pipenv support command ( #5189 )
...
* Add extra diagnostics to support command. Clean up old pip 9 reference.
* Axe utility method that is no longer needed.
2022-07-25 17:24:56 +02:00
github-actions[bot]
46c13edaf4
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-24 11:12:30 +00:00
Matt Davis
0022881b18
v2022.7.24
2022-07-24 07:05:58 -04:00
Matt Davis
2b895ffb3f
Support the NO_COLOR and deprecate PIPENV_COLORBLIND environment variables ( #5185 )
...
* Refactor to support the NO_COLOR argument and deprecate PIPENV_COLORBIND variable.
* Add news fragment.
2022-07-24 09:04:28 +02:00
Matt Davis
f48f0d64dc
Issue 5179 requirementslib==1.6.8 ( #5183 )
...
* Vendor in requirementslib==1.6.8
2022-07-22 20:12:17 -04:00
Oz N Tiram
20ab15474f
Add missing keyword fg
...
This was originally printed with "yellow" foreground.
2022-07-19 20:15:17 +02:00
otherjake
5d4b321a21
save change to patched.txt removing crayons
2022-07-19 20:15:17 +02:00
otherjake
1899e7c258
Fix problems caught by Flake8
2022-07-19 20:15:17 +02:00
otherjake
47ff1299e8
Apply lint to changes to conform to house style
2022-07-19 20:15:17 +02:00
otherjake
cbad7fe47f
Remove Crayons per issue 3741, use click echo functions instead
2022-07-19 20:15:17 +02:00
Oz N Tiram
8632563845
Merge pull request #5171 from pypa/more-dead-code
...
More dead code removal (and other small fixes)
2022-07-11 14:33:33 +02:00
Matt Davis
8b4de1441e
Add news fragment.
2022-07-11 01:46:26 -04:00
Matt Davis
e22bcab608
Remove dead code and add missing pyparsing file from last vevndoring.
2022-07-11 01:40:54 -04:00
Oz N Tiram
d00cf8fdc6
Merge pull request #5168 from pypa/remove-funcsigs
...
Remove funcsigs as it is only for Python 3.3 and earlier
2022-07-10 12:41:43 +02:00
Oz N Tiram
1662a08982
Merge pull request #5170 from pypa/vendor-pyparsing-3.0.9
...
bump pyparsing version to 3.0.9
2022-07-10 06:09:22 +02:00
Oz N Tiram
4bbf87152c
Add news fragment
2022-07-10 05:48:47 +02:00
Matt Davis
48fba59f53
bump pyparsing version to 3.0.9
2022-07-09 08:53:18 -04:00
Matt Davis
c9d7ece781
Fix the breakage of atomicwrites version 1.4.0 no longer exists in pypi.
2022-07-08 19:13:32 -04:00
Oz N Tiram
6c51d9cf66
Remove funcsigs as it is only for Python 3.3 and earlier
...
``funcsigs`` is a backport of the `PEP 362`_ function signature features from
Python 3.3's `inspect`_ module. The backport is compatible with Python 2.6, 2.7
as well as 3.3 and up. 3.2
There is only one place which is used in pip-shims, but the execption
will never happen on current supported versions of pipenv and Python.
https://github.com/sarugaku/pip-shims/blob/d165d55a53065d51aaaebde4124a98c6a8c9fcba/src/pip_shims/utils.py#L387
```
try:
signature = inspect.signature(fn_or_class)
except AttributeError: # never reached on python 3.3 or later.
import funcsigs
```
2022-07-08 21:45:54 +02:00
Oz N Tiram
31f50721d2
Merge pull request #5164 from pypa/refactor_no_deps
...
Refactor and cleannup some cruft code around no_deps flag.
2022-07-07 23:00:50 +02:00