1
0

Compare commits

4 Commits

Author SHA256 Message Date
b5e700d48d Accepting request 1217995 from devel:languages:python:pytest
- update to 1.14.3:
  * update for deprecation of `twisted.internet.defer.returnValue
  * refactor project layout

OBS-URL: https://build.opensuse.org/request/show/1217995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-twisted?expand=0&rev=10
2024-10-24 13:44:54 +00:00
b2ca355a89 - update to 1.14.3:
* update for deprecation of `twisted.internet.defer.returnValue
  * refactor project layout

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-twisted?expand=0&rev=20
2024-10-24 09:31:52 +00:00
37c15a4523 Accepting request 1194579 from devel:languages:python:pytest
- update to 1.14.2:
  * Correct a bug exposed by pytest 8.2.0+.

OBS-URL: https://build.opensuse.org/request/show/1194579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-twisted?expand=0&rev=9
2024-08-19 21:44:34 +00:00
917fd936e3 - update to 1.14.2:
* Correct a bug exposed by pytest 8.2.0+.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-twisted?expand=0&rev=18
2024-08-18 17:13:04 +00:00
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Oct 24 09:31:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.14.3:
* update for deprecation of `twisted.internet.defer.returnValue
* refactor project layout
-------------------------------------------------------------------
Sun Aug 18 17:12:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.14.2:
* Correct a bug exposed by pytest 8.2.0+.
-------------------------------------------------------------------
Tue May 7 04:52:44 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -17,7 +17,7 @@
Name: python-pytest-twisted
Version: 1.14.1
Version: 1.14.3
Release: 0
Summary: Pytest Plugin for Twisted
License: BSD-2-Clause
@@ -63,8 +63,7 @@ objects and pytest will wait for their completion with this plugin.
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitelib}/pytest_twisted.py
%pycache_only %{python_sitelib}/__pycache__/pytest_twisted*pyc
%{python_sitelib}/pytest_twisted
%{python_sitelib}/pytest_twisted-%{version}.dist-info
%changelog