From 4abba38e73cd737181164edf339e4b56ed7a9d1b978d859aae69dc0af433a11c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Sep 2021 13:22:51 +0000 Subject: [PATCH] Accepting request 919661 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/919661 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pproxy?expand=0&rev=5 --- python-pproxy.changes | 6 ++++++ python-pproxy.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-pproxy.changes b/python-pproxy.changes index cc11200..ea5db6f 100644 --- a/python-pproxy.changes +++ b/python-pproxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 17 07:03:50 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. + ------------------------------------------------------------------- Thu Jun 3 09:29:40 UTC 2021 - Antonio Larrosa diff --git a/python-pproxy.spec b/python-pproxy.spec index 2161d23..8e94b91 100644 --- a/python-pproxy.spec +++ b/python-pproxy.spec @@ -18,6 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-pproxy Version: 2.7.8 Release: 0