diff --git a/python-sybil.changes b/python-sybil.changes index 5a5d99e..05094c8 100644 --- a/python-sybil.changes +++ b/python-sybil.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 27 15:29:02 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-sybil.spec b/python-sybil.spec index abe23ae..53feca8 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sybil -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Automated testing of examples in documentation License: MIT @@ -34,7 +34,6 @@ BuildRequires: python-rpm-macros Recommends: python-pytest Suggests: python-nose BuildArch: noarch - %python_subpackages %description @@ -55,7 +54,7 @@ sed -i '/build=/d;/coveralls/d' setup.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest +%pytest %files %{python_files} %doc README.rst docs/changes.rst diff --git a/sybil-1.3.0.tar.gz b/sybil-1.3.0.tar.gz deleted file mode 100644 index 8b80853..0000000 --- a/sybil-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46d91df4d907edc9ad65e64953ac62dd46d62e48367d7d1a9d33c8befbaf6474 -size 29296 diff --git a/sybil-1.4.0.tar.gz b/sybil-1.4.0.tar.gz new file mode 100644 index 0000000..ea79573 --- /dev/null +++ b/sybil-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc46117619f2f704d1d1b02634fa3285f40479a3008172763b9998fe964f4d11 +size 30062