Commit Graph

8053 Commits

Author SHA1 Message Date
Oz N Tiram f95b671fe3 Merge pull request #5468 from pypa/remove-yaspin-spinner
Remove yaspin spinner
2022-11-18 10:27:21 +01:00
Oz Tiram baf1124ba2 Add news snippet 2022-11-18 10:24:51 +01:00
Oz Tiram eff7aa0933 vendor: bump vistir to version 0.7.4 2022-11-14 00:47:35 +01:00
Oz Tiram 74b64f8bae spinner: allow disabling or overriding 2022-11-14 00:01:02 +01:00
Oz Tiram 0bd03e62b6 Fix failing tests 2022-11-13 22:57:23 +01:00
Oz Tiram 349b6edf16 Fix failing tests 2022-11-13 22:54:22 +01:00
Oz Tiram a1b141cfee Core: fix usage of console.status 2022-11-13 22:42:05 +01:00
Oz Tiram da41e09dcb Resolver: remove yaspin spinner for rich.status 2022-11-13 22:38:57 +01:00
Oz Tiram f64bef7df9 Remove create_spinner from create_virtualenv
Use console.status instead.
2022-11-13 22:32:23 +01:00
Oz Tiram 23dcc30005 core: fix calls to err.print
This broke after importing cosole at the top level.
2022-11-13 22:28:07 +01:00
Oz Tiram 5758231bc4 core: remove yaspin spinner from install python
This is in favor of rich.status
2022-11-13 16:42:01 +01:00
Oz Tiram 352ff9f16a core: remove yaspin spinner in ensure_pipfile
This is in favor of rich.status.
2022-11-13 16:21:47 +01:00
Oz N Tiram d7e32926ff Merge pull request #5461 from bjorand/fix_max_depth
fix PIPENV_MAX_DEPTH environment variable
2022-11-13 10:28:35 +01:00
Oz Tiram c1a2fc849d cli: remove create_spinner from --rm
This is in favour of `rich.console.Console`.
2022-11-13 10:03:35 +01:00
Oz Tiram 5a9bc1374a install command: remove vistir spinner in favor of rich 2022-11-12 19:19:25 +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
Benjamin Jorand 99b056a186 fix PIPENV_MAX_DEPTH environment variable 2022-11-07 10:50:45 +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