From 5fda074644bce75854dc27071b90995188f1852514fcd8abb8341a7facc70623 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Mar 2024 17:07:44 +0000 Subject: [PATCH] - update to 1.14.1: * Drop pypy 2.7 * add pypy 3.9 * add python 3.11 * CI fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-twisted?expand=0&rev=14 --- pytest-twisted-1.14.0-gh.tar.gz | 3 --- pytest-twisted-1.14.1-gh.tar.gz | 3 +++ python-pytest-twisted.changes | 9 +++++++++ python-pytest-twisted.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pytest-twisted-1.14.0-gh.tar.gz create mode 100644 pytest-twisted-1.14.1-gh.tar.gz diff --git a/pytest-twisted-1.14.0-gh.tar.gz b/pytest-twisted-1.14.0-gh.tar.gz deleted file mode 100644 index dbb5359..0000000 --- a/pytest-twisted-1.14.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50faad6a933d41e3a9e070de2d7c83d13ea138b2c6b5e8a5096376bcc0c92db3 -size 16234 diff --git a/pytest-twisted-1.14.1-gh.tar.gz b/pytest-twisted-1.14.1-gh.tar.gz new file mode 100644 index 0000000..fcecfac --- /dev/null +++ b/pytest-twisted-1.14.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5872cfe08037590dbb0346a6dc6b35b3e4d7bd50d21f8499ddd2d98eeea87a7 +size 17114 diff --git a/python-pytest-twisted.changes b/python-pytest-twisted.changes index bfc326f..fb5e714 100644 --- a/python-pytest-twisted.changes +++ b/python-pytest-twisted.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 21 17:06:30 UTC 2024 - Dirk Müller + +- update to 1.14.1: + * Drop pypy 2.7 + * add pypy 3.9 + * add python 3.11 + * CI fixes + ------------------------------------------------------------------- Wed May 17 16:45:17 UTC 2023 - Dirk Müller diff --git a/python-pytest-twisted.spec b/python-pytest-twisted.spec index 0574c03..0a837df 100644 --- a/python-pytest-twisted.spec +++ b/python-pytest-twisted.spec @@ -1,7 +1,7 @@ # # spec file for package python-pytest-twisted # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.14.0 +Version: 1.14.1 Release: 0 Summary: Pytest Plugin for Twisted License: BSD-2-Clause