diff --git a/pytest-tornado-0.8.0.tar.gz b/pytest-tornado-0.8.0.tar.gz deleted file mode 100644 index 272e93b..0000000 --- a/pytest-tornado-0.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfb9ed51966a79df9427d931afaae562ab14074f614f6320369acac8e2c18a59 -size 9055 diff --git a/pytest-tornado-0.8.1.tar.gz b/pytest-tornado-0.8.1.tar.gz new file mode 100644 index 0000000..895cdac --- /dev/null +++ b/pytest-tornado-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9260eefec05db57653bc4947b38c1c4241c86f5b14e4a5dbbe8cc7a53be512 +size 12616 diff --git a/python-pytest-tornado.changes b/python-pytest-tornado.changes index 4ffc80a..2fc49fe 100644 --- a/python-pytest-tornado.changes +++ b/python-pytest-tornado.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 29 12:24:13 UTC 2020 - Marketa Calabkova + +- Update to 0.8.1 + * Fixed deprecation warning for pytest >= 5.4 +- Pull in Github tarball and launch tests + ------------------------------------------------------------------- Mon Jun 3 09:00:53 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-tornado.spec b/python-pytest-tornado.spec index f742567..ffee22f 100644 --- a/python-pytest-tornado.spec +++ b/python-pytest-tornado.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-tornado # -# 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,13 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-tornado -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: A py.test plugin for tornado applications License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/eugeniy/pytest-tornado -Source: https://files.pythonhosted.org/packages/source/p/pytest-tornado/pytest-tornado-%{version}.tar.gz +Source: https://github.com/eugeniy/pytest-tornado/archive/v%{version}.tar.gz#/pytest-tornado-%{version}.tar.gz BuildRequires: %{python_module certifi} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -51,6 +51,9 @@ of asynchronous tornado applications. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} %doc README.rst %license LICENSE