From f0a42fb40e9c73b7cf4e50ff5af2f0f4b76c88cb Mon Sep 17 00:00:00 2001
From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org>
Date: Mon, 15 Apr 2024 14:40:48 +0000
Subject: [PATCH 1/2] testing/py3-janus: rebuild against python 3.12

---
 testing/py3-janus/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/py3-janus/APKBUILD b/testing/py3-janus/APKBUILD
index 839bb4145abe..bc7bfa2ca604 100644
--- a/testing/py3-janus/APKBUILD
+++ b/testing/py3-janus/APKBUILD
@@ -2,13 +2,13 @@
 # Maintainer: Celeste <cielesti@protonmail.com>
 pkgname=py3-janus
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Mixed sync-async queue to interoperate between asyncio tasks and classic threads"
 url="https://github.com/aio-libs/janus/"
 arch="noarch"
 license="Apache-2.0"
 makedepends="py3-gpep517 py3-setuptools py3-wheel"
-checkdepends="py3-pytest py3-pytest-asyncio py3-pytest-regtest"
+checkdepends="py3-pytest py3-pytest-asyncio"
 subpackages="$pkgname-pyc"
 source="https://files.pythonhosted.org/packages/source/j/janus/janus-$pkgver.tar.gz
 	no-typing-extensions.patch
-- 
GitLab


From d72cd123b2ecf170599bbab29279e2b3ddbd5f1f Mon Sep 17 00:00:00 2001
From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org>
Date: Mon, 15 Apr 2024 14:41:08 +0000
Subject: [PATCH 2/2] testing/pantalaimon: rebuild against python 3.12

---
 testing/pantalaimon/APKBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/pantalaimon/APKBUILD b/testing/pantalaimon/APKBUILD
index bd28474532ce..19fd97d72879 100644
--- a/testing/pantalaimon/APKBUILD
+++ b/testing/pantalaimon/APKBUILD
@@ -3,7 +3,7 @@
 # Maintainer: Celeste <cielesti@protonmail.com>
 pkgname=pantalaimon
 pkgver=0.10.5
-pkgrel=3
+pkgrel=4
 pkgdesc="E2EE-aware Matrix proxy daemon"
 options="!check" # Tests hang
 url="https://github.com/matrix-org/pantalaimon"
-- 
GitLab