Commit Graph

8064 Commits

Author SHA1 Message Date
Oz Tiram decfa6d9f7 Try again ... 2022-11-18 20:52:52 +01:00
Oz Tiram c71cb8f133 Fix syntax of CI job 2022-11-18 20:51:40 +01:00
Oz Tiram 428e973264 Allow starting CI jobs manually 2022-11-18 20:47:12 +01:00
Oz Tiram 060ae47bae Sigh ... vistir dep revert 2022-11-18 20:41:19 +01:00
Oz Tiram ec27ab5652 Fix broken tests because of repository deletion
The repo https://github.com/Rapptz/discord.py was removed by the owner.
In order for this test to work, we need a package which has a setup
with version and extras in it.
2022-11-18 20:33:43 +01:00
Oz Tiram abf265ed48 vendor: quick fix revert vistir to 0.7.0
Waiting for requirementslib to catch up.
2022-11-18 10:34:35 +01:00
Oz N Tiram a6d8ea9bad Merge pull request #5467 from pypa/drop-wheel-from-vendor
vendor: drop more unused code
2022-11-18 10:29:31 +01:00
Oz N Tiram d17f4f679e Merge branch 'main' into drop-wheel-from-vendor 2022-11-18 10:29:25 +01:00
Oz Tiram d6c7fa5c6d Add news snippet 2022-11-18 10:28:46 +01:00
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 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 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 8699dc6277 vendor: drop unused wheel module
Keep things smaller and clear :-)
2022-11-13 10:22:43 +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