From 42f2c0f587a9e2bd76227864018b5f07558dbfa8ec79b018f7ca4dc2877f59a8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 17 May 2023 16:50:04 +0000 Subject: [PATCH] - update to 1.8: * Drop support for EOL Python 2.6 * Fix assertion in tests, add new test for blockon usage in fixture * Fixed blockon lock #24 * Added ``qt5reactor`` support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-twisted?expand=0&rev=11 --- pytest-twisted-1.13.4-gh.tar.gz | 3 --- pytest-twisted-1.14.0-gh.tar.gz | 3 +++ python-pytest-twisted.changes | 10 ++++++++++ python-pytest-twisted.spec | 6 ++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 pytest-twisted-1.13.4-gh.tar.gz create mode 100644 pytest-twisted-1.14.0-gh.tar.gz diff --git a/pytest-twisted-1.13.4-gh.tar.gz b/pytest-twisted-1.13.4-gh.tar.gz deleted file mode 100644 index 399a9e6..0000000 --- a/pytest-twisted-1.13.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e767e9a648b8068524de02d79bbcb9c5dcc6f4ede046b88ca6aeba723af5ab81 -size 15687 diff --git a/pytest-twisted-1.14.0-gh.tar.gz b/pytest-twisted-1.14.0-gh.tar.gz new file mode 100644 index 0000000..dbb5359 --- /dev/null +++ b/pytest-twisted-1.14.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50faad6a933d41e3a9e070de2d7c83d13ea138b2c6b5e8a5096376bcc0c92db3 +size 16234 diff --git a/python-pytest-twisted.changes b/python-pytest-twisted.changes index 4099cd5..ac591c4 100644 --- a/python-pytest-twisted.changes +++ b/python-pytest-twisted.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 17 16:45:17 UTC 2023 - Dirk Müller + +- update to 1.8: + * Drop support for EOL Python 2.6 + * Fix assertion in tests, add new test for blockon usage in + fixture + * Fixed blockon lock #24 + * Added ``qt5reactor`` support + ------------------------------------------------------------------- Mon Mar 28 21:41:17 UTC 2022 - Ben Greiner diff --git a/python-pytest-twisted.spec b/python-pytest-twisted.spec index a060eb9..0574c03 100644 --- a/python-pytest-twisted.spec +++ b/python-pytest-twisted.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-twisted # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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-twisted -Version: 1.13.4 +Version: 1.14.0 Release: 0 Summary: Pytest Plugin for Twisted License: BSD-2-Clause @@ -27,8 +27,6 @@ URL: https://github.com/pytest-dev/pytest-twisted Source: https://github.com/pytest-dev/pytest-twisted/archive/v%{version}.tar.gz#/pytest-twisted-%{version}-gh.tar.gz # PATCH-FIX-OPENSUSE pytest-twisted-ignorepy310DeprecationWarnings.patch -- upstream wants this fixed in twisted itself -- gh#pytest-dev/pytest-twisted/146 Patch0: pytest-twisted-ignorepy310DeprecationWarnings.patch -# PATCH-FIX-UPSTREAM pytest-twisted-pr148-pytest7.patch -- gh#pytest-dev/pytest-twisted#148 -Patch1: https://github.com/pytest-dev/pytest-twisted/pull/148.patch#/pytest-twisted-pr148-pytest7.patch BuildRequires: %{python_module Twisted} BuildRequires: %{python_module decorator} BuildRequires: %{python_module greenlet}