Oz Tiram
2cb30cead2
vendor: drop unused cerberus code
...
We don't need to ship tests and benchmarks to our users.
2022-11-13 10:31:35 +01:00
Oz Tiram
8699dc6277
vendor: drop unused wheel module
...
Keep things smaller and clear :-)
2022-11-13 10:22:43 +01:00
github-actions[bot]
890fd2e7a8
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-11 16:21:28 +00:00
Matt Davis
8f47f90548
Release v2022.11.11
2022-11-11 11:19:13 -05:00
Oz N Tiram
a4d0425037
Merge pull request #5464 from pypa/issue-5456
...
Issue 5456
2022-11-10 09:27:36 +01:00
Matt Davis
1826413079
Fix lint
2022-11-10 02:23:40 -05:00
Matt Davis
eb256a8584
Add news fragment.
2022-11-10 01:51:11 -05:00
Matt Davis
aed46b07c7
Fix tests
2022-11-10 01:47:29 -05:00
Matt Davis
898eca8bde
Fix for pipenv lock behaving like keep_outdated flag is always True.
2022-11-09 22:23:19 -05:00
Oz N Tiram
8b22e123a4
Merge pull request #5245 from cclauss/patch-3
...
Add Python 3.11 to the testing
2022-11-08 19:31:11 +01:00
Christian Clauss
54e65d2551
pipenv lock
2022-11-05 22:22:38 +01:00
Christian Clauss
5d7a0ee0c5
Add Python 3.11 release candidate to the testing
2022-11-05 22:21:33 +01:00
github-actions[bot]
80a887ce6f
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-05 06:37:22 +00:00
Matt Davis
137abbd3a1
Release v2022.11.5
2022-11-05 02:35:19 -04:00
Matt Davis
e3c999f1b9
Roll back change vendoring of colorama. ( #5460 )
...
* Roll back change vendoring of colorama.
* Add back colorama version that worked.
* Add news fragment.
2022-11-05 02:34:27 -04:00
github-actions[bot]
71277e4e1f
Bumped version.
...
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-04 21:09:42 +00:00
Oz N Tiram
9297261c1b
Release v2022.11.4
2022-11-04 22:06:54 +01:00
Oz N Tiram
5142bbd3a0
Merge pull request #5450 from pypa/more-vendor-clean-up
...
More vendor clean up
2022-11-04 15:38:16 +01:00
Oz N Tiram
678cb1f942
Merge pull request #5448 from pypa/issue-5444
...
Fixes issue with unexpected package index resolution after upgrading pip to 22.3
2022-11-04 15:17:56 +01:00
Matt Davis
ecb969b363
Merge branch 'main' into issue-5444
2022-11-04 08:57:43 -04:00
Oz N Tiram
e8e391fe9b
Merge branch 'main' into more-vendor-clean-up
2022-11-04 10:55:13 +01:00
Oz Tiram
6f8831316c
CI: pin python version for vendoring
...
Invoke does not support Python3.11
2022-11-04 10:49:54 +01:00
Oz N Tiram
2049648772
Pin vendoring Python version to 3.10
...
PyInvoke still does not support Python3.11
2022-11-04 10:49:06 +01:00
Oz N Tiram
7c7cf81281
Merge pull request #5451 from micahjsmith/micahjsmith/gh-5407
...
Consolidate pipenv settings to use get_from_env
2022-11-04 10:41:59 +01:00
Oz Tiram
1e53530425
News-snippet: fix linting issue
2022-11-03 22:44:23 +01:00
Oz Tiram
067ab1b06f
Makefile: fix linting error
2022-11-03 22:42:44 +01:00
Matt Davis
961cdd2721
Merge branch 'issue-5444' of github.com:pypa/pipenv into issue-5444
2022-11-03 09:13:47 -04:00
Matt Davis
56894e4438
refactor based on PR feedback.
2022-11-03 09:13:29 -04:00
Oz Tiram
46efd78657
Add news snippet.
2022-11-03 10:16:14 +01:00
Micah Smith
93e97b7510
Update test_pipenv_check to ignore new vulnerability with wheel<0.38
2022-11-02 15:22:08 -04:00
Micah Smith
135463653f
Update more settings
2022-11-02 15:09:37 -04:00
Micah Smith
258d82f21d
Fix is_env_truthy
2022-11-02 11:58:29 -04:00
Oz Tiram
b2d6267a71
Developers: add target in make file for running pypi-server
2022-11-02 13:12:30 +01:00
Oz Tiram
be92e26606
testing: disable some CVE checks for new CVEs without fix
...
This should be revised, but for now we can proceed without it.
2022-11-02 12:26:47 +01:00
Micah Smith
1a714b05de
Add news item
2022-11-01 22:40:36 -04:00
Micah Smith
6463bcd702
Update docs
2022-11-01 22:34:55 -04:00
Micah Smith
38813b96b8
Refactor out is_env_truthy
2022-11-01 21:57:12 -04:00
Micah Smith
93ca107599
Fix behavior of VENV_IN_PROJECT setting
2022-11-01 21:15:58 -04:00
Micah Smith
cd15007e4d
Refactor all relevant settings to use get_from_env
2022-11-01 20:56:20 -04:00
Oz N Tiram
d6964452dd
vendoring: fix broken attrs
...
We can't rename attrs to attr, since versionn 22.1 distributes
two modules one named attrs and one names attr.
2022-11-01 21:29:42 +01:00
Oz N Tiram
67a82e2375
vendor: drop tomli which isn't used anymore
2022-11-01 21:03:18 +01:00
Oz N Tiram
061b83388d
Vendor: bump attrs to version 22.1.0
...
See also issue #5449 - Fix Python 3.11 compat.
2022-11-01 20:53:12 +01:00
Oz N Tiram
45ed8448e7
Vendoring script: fix linting issue
2022-11-01 20:35:20 +01:00
Oz Tiram
93f40ace77
Vendor: more disltlib import fixes
2022-11-01 20:31:06 +01:00
Oz Tiram
973d47715b
Vendoring: drop our included version of colorma
...
Use the one from pip._vendor instead.
2022-11-01 20:30:59 +01:00
Oz Tiram
69507b1b79
vendoring: remove library rename zipp
...
This module is an old backport we no longer distribute.
The except ImportError in pep517/meta.py never happens
in Python3.6 and later.
2022-11-01 20:30:54 +01:00
Oz Tiram
c5f6016689
Vendor: drop distlib - use the one from pip._vendor
2022-11-01 20:30:48 +01:00
Oz Tiram
20e564fef2
Makefile: fixes for working on debian based system
...
Setup up PY variable because the `python` binary isn't found
in these systems. Instead there is only `python3`.
So, you can run there commands with:
$ make foo PY=python3
2022-11-01 20:30:31 +01:00
Oz N Tiram
e3052f2de9
Remove vendored platformdirs - use the one from pip._vendor
2022-10-30 18:51:38 +01:00
Matt Davis
1bf41958b6
fix lint
2022-10-30 06:08:41 -04:00