Accepting request 830034 from home:mcalabkova:branches:devel:languages:python:pytest
- update to 1.4.0 * Support pytest 6 * Have sybil support nested directories of source files * Support a sequence of patterns rather than just one. OBS-URL: https://build.opensuse.org/request/show/830034 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=21
This commit is contained in:
parent
6f6e37ddc8
commit
c7cb304ae3
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 27 15:29:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 1.4.0
|
||||||
|
* Support pytest 6
|
||||||
|
* Have sybil support nested directories of source files
|
||||||
|
* Support a sequence of patterns rather than just one.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 2 07:26:04 UTC 2020 - pgajdos@suse.com
|
Thu Apr 2 07:26:04 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-sybil
|
Name: python-sybil
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated testing of examples in documentation
|
Summary: Automated testing of examples in documentation
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -34,7 +34,6 @@ BuildRequires: python-rpm-macros
|
|||||||
Recommends: python-pytest
|
Recommends: python-pytest
|
||||||
Suggests: python-nose
|
Suggests: python-nose
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +54,7 @@ sed -i '/build=/d;/coveralls/d' setup.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst docs/changes.rst
|
%doc README.rst docs/changes.rst
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46d91df4d907edc9ad65e64953ac62dd46d62e48367d7d1a9d33c8befbaf6474
|
|
||||||
size 29296
|
|
3
sybil-1.4.0.tar.gz
Normal file
3
sybil-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc46117619f2f704d1d1b02634fa3285f40479a3008172763b9998fe964f4d11
|
||||||
|
size 30062
|
Loading…
x
Reference in New Issue
Block a user