- 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
This commit is contained in:
Dirk Mueller 2023-05-17 16:50:04 +00:00 committed by Git OBS Bridge
parent 5b56d2f006
commit 42f2c0f587
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e767e9a648b8068524de02d79bbcb9c5dcc6f4ede046b88ca6aeba723af5ab81
size 15687

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50faad6a933d41e3a9e070de2d7c83d13ea138b2c6b5e8a5096376bcc0c92db3
size 16234

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed May 17 16:45:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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}