[packages/python3-async_generator] - allow for python 3.7+, required by python3-trio; release 2
qboosh
qboosh at pld-linux.org
Sun Mar 20 21:02:59 CET 2022
commit f4fa3509b77e08a8e98085f07b9123ebb65da896
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 20 21:04:55 2022 +0100
- allow for python 3.7+, required by python3-trio; release 2
python3-async_generator.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python3-async_generator.spec b/python3-async_generator.spec
index 60344bd..63f05d2 100644
--- a/python3-async_generator.spec
+++ b/python3-async_generator.spec
@@ -1,13 +1,13 @@
#
# Conditional build:
-%bcond_without doc # don't build doc
-%bcond_without tests # do not perform "make test"
+%bcond_without doc # Sphinx documentation
+%bcond_without tests # unit tests
Summary: Async generators and context managers for Python 3.5+
Summary(pl.UTF-8): Asynchroniczne generatory i zarządcy kontekstu dla Pythona 3.5+
Name: python3-async_generator
Version: 1.10
-Release: 1.1
+Release: 2
License: Apache v2.0 or MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/async_generator/
@@ -15,7 +15,6 @@ Source0: https://files.pythonhosted.org/packages/source/a/async_generator/async_
# Source0-md5: 078a29b4afb3d7f38c097a530f042a55
URL: https://pypi.org/project/async_generator/
BuildRequires: python3-modules >= 1:3.5
-BuildRequires: python3-modules < 1:3.7
BuildRequires: python3-setuptools
%if %{with tests}
BuildRequires: python3-pytest
@@ -61,6 +60,7 @@ Dokumentacja API async_generator.
%py3_build
%if %{with tests}
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
%{__python3} -m pytest async_generator/_tests
%endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-async_generator.git/commitdiff/f4fa3509b77e08a8e98085f07b9123ebb65da896
More information about the pld-cvs-commit
mailing list