1
0

Accepting request 915037 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/915037
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-greenlet?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2021-09-03 19:26:02 +00:00 committed by Git OBS Bridge
commit 2e54c2c677
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 30 11:46:34 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest rpm macro
-------------------------------------------------------------------
Sun Jun 6 12:37:38 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -66,7 +66,7 @@ cd docs && make html && rm _build/html/.buildinfo
%check
export CFLAGS="%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing"
%python_exec setup.py -q test
%pyunittest_arch discover -v greenlet.tests
%files %{python_files}
%doc AUTHORS CHANGES.rst README.rst