diff --git a/pytest-spec-2.0.0.tar.gz b/pytest-spec-2.0.0.tar.gz deleted file mode 100644 index 34625bf..0000000 --- a/pytest-spec-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fac1f455b526e8d0709278dbecfa12e822df8f32dc9ef6791b976886a237a93 -size 5993 diff --git a/pytest-spec-3.0.5.tar.gz b/pytest-spec-3.0.5.tar.gz new file mode 100644 index 0000000..215fef2 --- /dev/null +++ b/pytest-spec-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2d6fa20bfb333fec6639f9c53bc399dfc94a4458fbb3b837faf46bc5171e19 +size 11895 diff --git a/python-pytest-spec.changes b/python-pytest-spec.changes index 0712446..3e8cb82 100644 --- a/python-pytest-spec.changes +++ b/python-pytest-spec.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 5 15:35:43 UTC 2020 - Marketa Machova + +- Update to 3.0.5 + * Fixed SyntaxWarning issue + * Fixed output format for pytest-describe + * Active plugin only if -q or -v was not provided + * Fixed Python 2/3 warnings + * Added support for Python 3.9 + ------------------------------------------------------------------- Wed Dec 18 04:32:03 UTC 2019 - John Vandenberg diff --git a/python-pytest-spec.spec b/python-pytest-spec.spec index 36c5cc0..8671943 100644 --- a/python-pytest-spec.spec +++ b/python-pytest-spec.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-spec # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-spec -Version: 2.0.0 +Version: 3.0.5 Release: 0 Summary: Plugin to display pytest execution output like a specification License: GPL-2.0-only @@ -52,7 +52,8 @@ cp %{SOURCE1} . %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# no tests in PyPI tarball, no setup.py in GitHub tarball +#%%pytest %files %{python_files} %doc README.rst