From 66e7224dd8b3971ff1e34129bf4f2ef0b73fd5cb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 30 Jun 2024 20:11:58 +0000 Subject: [PATCH 1/2] Add a patch to install a specific gevent version for bookworm --- sources/patches/main-02-requirements-setup.txt.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sources/patches/main-02-requirements-setup.txt.patch diff --git a/sources/patches/main-02-requirements-setup.txt.patch b/sources/patches/main-02-requirements-setup.txt.patch new file mode 100644 index 0000000..bfa6997 --- /dev/null +++ b/sources/patches/main-02-requirements-setup.txt.patch @@ -0,0 +1,10 @@ +diff --git a/requirements-setup.txt b/requirements-setup.txt +index 18ec5499..8c58b6cc 100644 +--- a/requirements-setup.txt ++++ b/requirements-setup.txt +@@ -1,3 +1,3 @@ + envdir +-gevent==21.12.0 ++gevent==23.9.1 + sentry-sdk==1.9.10 +\ No newline at end of file From f18fc5e4696ba09a7cd3e6c352dd3b89c5b222c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 30 Jun 2024 23:12:07 +0200 Subject: [PATCH 2/2] Update test_upgrade_from --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 95f32c8..a61660c 100644 --- a/tests.toml +++ b/tests.toml @@ -4,4 +4,4 @@ test_format = 1.0 [default] - test_upgrade_from.8284155ea371f4b8a9f0c333d486c5a2342acfae.name = "2.11.20211020~ynh1" + test_upgrade_from.46990410c80669094c6feb34a843e02295f3eb73.name = "Last packagingv1 version"