diff --git a/pytest-asyncio-0.10.0.tar.gz b/pytest-asyncio-0.10.0.tar.gz new file mode 100644 index 0000000..0351ea8 --- /dev/null +++ b/pytest-asyncio-0.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2f53fb40b8075739018e026bd0d3d2485d9f7c228974c817a6b43ed1350ed0 +size 13968 diff --git a/pytest-asyncio-0.9.0.tar.gz b/pytest-asyncio-0.9.0.tar.gz deleted file mode 100644 index e675d56..0000000 --- a/pytest-asyncio-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20db04d27c197050f0ecdc30c115e677a77f0d27d95416f6ecef4b29e2de30f9 -size 13222 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 0bed2ad..1981cd6 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 13 13:14:40 UTC 2019 - Tomáš Chvátal + +- Update to 0.10.0: + * support for pytest 4+ + ------------------------------------------------------------------- Tue Sep 4 13:10:57 UTC 2018 - Ondřej Súkup diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 95b934e..2a2e0a8 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-asyncio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,27 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define skip_python2 1 %{?!python_module:%define python_module() python3-%{**}} Name: python-pytest-asyncio -Version: 0.9.0 +Version: 0.10.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/pytest-dev/pytest-asyncio -#Source: https://files.pythonhosted.org/packages/source/p/pytest-asyncio/pytest-asyncio-%{version}.tar.gz Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#./pytest-asyncio-%{version}.tar.gz -BuildRequires: %{python_module async_generator} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module async_generator >= 1.3} +BuildRequires: %{python_module hypothesis >= 3.64} +BuildRequires: %{python_module pytest >= 3.0.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pytest >= 3.0.6 -Suggests: python-async_generator >= 1.3 -Suggests: python-coverage BuildArch: noarch %python_subpackages