From 95adc37995b352d30f272786cef588f023f99ed9 Mon Sep 17 00:00:00 2001 From: RobertF <34464649+RobertFlatt@users.noreply.github.com> Date: Mon, 8 Jun 2026 06:31:56 +0000 Subject: [PATCH] Update __init__.py Update version to 3.5.1 --- pythonforandroid/recipes/greenlet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/greenlet/__init__.py b/pythonforandroid/recipes/greenlet/__init__.py index d9b208476f..11542b7abc 100644 --- a/pythonforandroid/recipes/greenlet/__init__.py +++ b/pythonforandroid/recipes/greenlet/__init__.py @@ -2,7 +2,7 @@ class GreenletRecipe(PyProjectRecipe): - version = '3.1.1' + version = '3.5.1' url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz' depends = ['setuptools'] call_hostpython_via_targetpython = False