From 8792f56fceab38d5e6366d739965f6f9501f8875def337b405c44666ff53d4bc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Sep 2021 13:23:23 +0000 Subject: [PATCH] Accepting request 919659 from home:dimstar:Factory - Do not build for python 3.6: the required dependency uvloop does no longer support Python 3.6 since version 0.16. OBS-URL: https://build.opensuse.org/request/show/919659 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncpg?expand=0&rev=5 --- python-asyncpg.changes | 6 ++++++ python-asyncpg.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-asyncpg.changes b/python-asyncpg.changes index 88219ce..7f82065 100644 --- a/python-asyncpg.changes +++ b/python-asyncpg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 17 07:01:53 UTC 2021 - Dominique Leuenberger + +- Do not build for python 3.6: the required dependency uvloop does + no longer support Python 3.6 since version 0.16. + ------------------------------------------------------------------- Mon May 3 20:51:42 UTC 2021 - Dirk Müller diff --git a/python-asyncpg.spec b/python-asyncpg.spec index cbd1d13..87b8ba2 100644 --- a/python-asyncpg.spec +++ b/python-asyncpg.spec @@ -17,6 +17,7 @@ %define skip_python2 1 +%define skip_python36 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asyncpg Version: 0.22.0