From c7cb304ae378a1033b0f312bb9567c7c7b7bba5e7cd89fe0657bcb54f979c56a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 27 Aug 2020 19:45:59 +0000 Subject: [PATCH] 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 --- python-sybil.changes | 8 ++++++++ python-sybil.spec | 5 ++--- sybil-1.3.0.tar.gz | 3 --- sybil-1.4.0.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 sybil-1.3.0.tar.gz create mode 100644 sybil-1.4.0.tar.gz 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