- update to 1.0.5:

* Fix some compatibility with Pytest 7.
- pytest72.patch dropped (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-aiohttp?expand=0&rev=12
This commit is contained in:
2023-10-02 14:49:58 +00:00
committed by Git OBS Bridge
parent 6d8aad8b1a
commit 378120b7a6
5 changed files with 12 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-aiohttp
#
# 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
@@ -19,15 +19,13 @@
%define pyname pytest-aiohttp
%{?sle15_python_module_pythons}
Name: python-pytest-aiohttp
Version: 1.0.4
Version: 1.0.5
Release: 0
Summary: Python pytest plugin for aiohttp support
License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/aio-libs/pytest-aiohttp
Source: https://files.pythonhosted.org/packages/source/p/pytest-aiohttp/pytest-aiohttp-%{version}.tar.gz
# PATCH-FIX-UPSTREAM pytest72.patch gh#aio-libs/pytest-aiohttp#49
Patch0: pytest72.patch
BuildRequires: %{python_module aiohttp >= 3.8.1}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module pip}