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
Oz N Tiram
8be1262dcf
Merge pull request #5166 from pypa/vendor-pip-22.1.2-take2
...
Vendor in pip 22.1.2
2022-07-07 22:57:32 +02:00
Matt Davis
8a4d2eb130
Vendor in latest requirements lib and pip-shims in order to drop packaging and resolve differences in sourcing it.
2022-07-07 09:21:57 -04:00
Matt Davis
cf4adb6146
Add news fragment and fix rewrite import list to include requests.
2022-07-07 06:51:49 -04:00
Matt Davis
031164b7d3
new pip uses build_tracker and req_tracker is gone.
2022-07-06 22:53:38 -04:00
Matt Davis
c69d55f7c8
Vendor in pip 22.1.2
2022-07-06 22:09:37 -04:00
Oz N Tiram
e1884f7c27
Merge pull request #5161 from pypa/remove-charset-normalizer
...
Remove charset_normalizer
2022-07-06 07:00:49 +02:00
Matt Davis
bdf679c2c0
Add news fragment.
2022-07-06 00:40:56 -04:00
Matt Davis
9200fe1635
Reenable these tests again on the Windows CI. ( #5163 )
...
* reenable these skipped tests on the Windows CI as they appear to be passing again.
2022-07-05 23:55:39 -04:00
Matt Davis
622670b1a9
Refactor and cleannup some cruft code around no_deps flag.
2022-07-05 23:43:39 -04:00
Oz N Tiram
6d3b35d0b2
Add news snippet.
2022-07-05 21:13:55 +02:00
Oz N Tiram
6d0d0cd44e
Remove charset_normalizer
...
This was only used by requests which was removed in #5000
2022-07-05 21:07:30 +02:00
github-actions[bot]
86e5b62f6c
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-04 21:30:26 +00:00
Oz N Tiram
14bc6de4c0
Release v2022.7.4
...
Happy 4th of July.
2022-07-04 23:23:58 +02:00
Oz N Tiram
3b41a2250b
Merge pull request #5150 from pypa/drop-importlib_metadata_resources
...
Remove importlib_metadata and importlib_resources
2022-06-30 19:16:10 +02:00
Matt Davis
4b977e48b5
Vendor latest requirementslib and pip-shims ( #5156 )
...
* Vendor in latest pip-shims==0.7.1
* Vendor in latest pip-shims 0.7.2
* Vendor in latest requirementslib 1.6.6
2022-06-30 19:15:12 +02:00
Matt Davis
57f38c582a
Perform pipenv lock on windows for the platform markers there.
2022-06-29 22:31:41 -04:00
Oz N Tiram
a589ec11a3
Bring importlib-metadata back ... to the correct place
...
So importlib-metadata is still required as a developer dependency.
Not as dependecy of Pipenv itself.
2022-06-28 23:44:18 +02:00
Oz N Tiram
b0d5e2e58b
Add importlib-metadata explicitly on tests/pytest-pypi
2022-06-28 23:32:18 +02:00
Oz N Tiram
2da0ec45ca
Update Pipfile.lock after remove twine from setup.py
2022-06-28 23:14:50 +02:00
Oz N Tiram
605fdf857a
setup.py: remove debcommand
...
We aren't actively maintaining a debian package, this is downstream
responsibility.
2022-06-28 23:07:35 +02:00
Oz N Tiram
7836baf821
Clean setup.py - remove commands to upload files to pypi
...
We don't upload packages manually. Instead we use GH actions for that.
2022-06-28 23:07:04 +02:00
Oz N Tiram
550fbc71e7
Attempt to fix Pipfile.lock
2022-06-28 22:44:53 +02:00
Oz N Tiram
2c0620319e
Add missing Pipefile.lock
2022-06-28 21:16:11 +02:00