From 2b9d02d77f9724c5fd470779c538fb749ad102f87022f34bc645cebf6cafc899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 27 Apr 2020 10:53:02 +0000 Subject: [PATCH 1/2] - Update to 0.11.0: * Fix with pytest 5.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=8 --- pytest-asyncio-0.10.0.tar.gz | 3 --- pytest-asyncio-0.11.0.tar.gz | 3 +++ python-pytest-asyncio.changes | 6 ++++++ python-pytest-asyncio.spec | 9 +++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pytest-asyncio-0.10.0.tar.gz create mode 100644 pytest-asyncio-0.11.0.tar.gz diff --git a/pytest-asyncio-0.10.0.tar.gz b/pytest-asyncio-0.10.0.tar.gz deleted file mode 100644 index 0351ea8..0000000 --- a/pytest-asyncio-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a2f53fb40b8075739018e026bd0d3d2485d9f7c228974c817a6b43ed1350ed0 -size 13968 diff --git a/pytest-asyncio-0.11.0.tar.gz b/pytest-asyncio-0.11.0.tar.gz new file mode 100644 index 0000000..3fca45c --- /dev/null +++ b/pytest-asyncio-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b0b58cdb05fa1bd871a2f4f23adbbfd2aeabb86838514d43651bc22a069d79 +size 14070 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index 2776154..ff3a72c 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 27 10:36:39 UTC 2020 - Tomáš Chvátal + +- Update to 0.11.0: + * Fix with pytest 5.4 + ------------------------------------------------------------------- Mon Mar 9 09:37:18 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index c68cc8d..29d5c74 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -19,19 +19,20 @@ %define skip_python2 1 %{?!python_module:%define python_module() python3-%{**}} Name: python-pytest-asyncio -Version: 0.10.0 +Version: 0.11.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0 URL: https://github.com/pytest-dev/pytest-asyncio Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#./pytest-asyncio-%{version}.tar.gz BuildRequires: %{python_module async_generator >= 1.3} -BuildRequires: %{python_module hypothesis >= 3.64} -BuildRequires: %{python_module pytest >= 3.0.6} +BuildRequires: %{python_module base >= 3.6} +BuildRequires: %{python_module hypothesis >= 5.7.1} +BuildRequires: %{python_module pytest >= 5.4.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 3.0.6 +Requires: python-pytest >= 5.4.0 BuildArch: noarch %python_subpackages From 5e8cbaf4d40d544f34e5c6c1d57a49d3aa3433d0342abf9e22693e8def8d2fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 9 Jun 2020 08:14:52 +0000 Subject: [PATCH 2/2] - Update to 0.12.0: * Run the event loop fixture as soon as possible. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-asyncio?expand=0&rev=9 --- pytest-asyncio-0.11.0.tar.gz | 3 --- pytest-asyncio-0.12.0.tar.gz | 3 +++ python-pytest-asyncio.changes | 6 ++++++ python-pytest-asyncio.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest-asyncio-0.11.0.tar.gz create mode 100644 pytest-asyncio-0.12.0.tar.gz diff --git a/pytest-asyncio-0.11.0.tar.gz b/pytest-asyncio-0.11.0.tar.gz deleted file mode 100644 index 3fca45c..0000000 --- a/pytest-asyncio-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7b0b58cdb05fa1bd871a2f4f23adbbfd2aeabb86838514d43651bc22a069d79 -size 14070 diff --git a/pytest-asyncio-0.12.0.tar.gz b/pytest-asyncio-0.12.0.tar.gz new file mode 100644 index 0000000..ba4d77f --- /dev/null +++ b/pytest-asyncio-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09654ac01edd4f0523ec2bc518beff7106303353522341912690620085577910 +size 14294 diff --git a/python-pytest-asyncio.changes b/python-pytest-asyncio.changes index ff3a72c..ac00dcc 100644 --- a/python-pytest-asyncio.changes +++ b/python-pytest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 9 08:13:59 UTC 2020 - Tomáš Chvátal + +- Update to 0.12.0: + * Run the event loop fixture as soon as possible. + ------------------------------------------------------------------- Mon Apr 27 10:36:39 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-asyncio.spec b/python-pytest-asyncio.spec index 29d5c74..f4cb15e 100644 --- a/python-pytest-asyncio.spec +++ b/python-pytest-asyncio.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python3-%{**}} Name: python-pytest-asyncio -Version: 0.11.0 +Version: 0.12.0 Release: 0 Summary: Pytest support for asyncio License: Apache-2.0