diff --git a/pytest-metadata-1.8.0.tar.gz b/pytest-metadata-1.8.0.tar.gz deleted file mode 100644 index 904d1bf..0000000 --- a/pytest-metadata-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2071a59285de40d7541fde1eb9f1ddea1c9db165882df82781367471238b66ba -size 9227 diff --git a/pytest-metadata-1.9.0.tar.gz b/pytest-metadata-1.9.0.tar.gz new file mode 100644 index 0000000..fca67fe --- /dev/null +++ b/pytest-metadata-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c +size 12684 diff --git a/python-pytest-metadata.changes b/python-pytest-metadata.changes index 2f3a0b8..cb30af4 100644 --- a/python-pytest-metadata.changes +++ b/python-pytest-metadata.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 18 09:15:04 UTC 2020 - Tomáš Chvátal + +- Update to 1.9.0: + * Add --metadata-from-json argument to support passing metadata as json. + ------------------------------------------------------------------- Thu Feb 14 14:28:31 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-metadata.spec b/python-pytest-metadata.spec index cc45072..4fbd4c7 100644 --- a/python-pytest-metadata.spec +++ b/python-pytest-metadata.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-metadata # -# 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,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-metadata -Version: 1.8.0 +Version: 1.9.0 Release: 0 Summary: Pytest plugin for test session metadata License: MPL-2.0 -Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-metadata Source: https://files.pythonhosted.org/packages/source/p/pytest-metadata/pytest-metadata-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} @@ -50,7 +49,7 @@ Pytest plugin for test session metadata. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v +%pytest %files %{python_files} %license LICENSE