forked from pool/python-async_generator
Accepting request 852725 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/852725 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-async_generator?expand=0&rev=5
This commit is contained in:
commit
e270995c13
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 2 20:25:50 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- fix pytest call for multiple python flavors
|
||||||
|
gh#openSUSE/python-rpm-macros#66
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 09:47:28 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
Fri Mar 1 09:47:28 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -48,12 +48,13 @@ tools to make them usable, like contextlib.asynccontextmanager.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_exec -m pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.MIT
|
%license LICENSE.MIT
|
||||||
%license LICENSE.APACHE2
|
%license LICENSE.APACHE2
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/async_generator
|
||||||
|
%{python_sitelib}/async_generator-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user