11
0

Accepting request 940104 from home:bnavigator:python-rpm-macros

- update to 1.9.0
  * Removed the apipkg dependency.
- Release 1.8.1
  * Update calls of threading.Event.isSet() to
    threading.Event.is_set(), which avoids a deprecation warning
    with Python 3.10.

OBS-URL: https://build.opensuse.org/request/show/940104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-execnet?expand=0&rev=17
This commit is contained in:
2021-12-14 13:04:51 +00:00
committed by Git OBS Bridge
parent 0b60af834c
commit 8f40eb1152
4 changed files with 14 additions and 6 deletions

View File

@@ -18,21 +18,19 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-execnet
Version: 1.8.0
Version: 1.9.0
Release: 0
Summary: Rapid multi-Python deployment
License: MIT
Group: Development/Libraries/Python
URL: https://github.com/pytest-dev/execnet
Source0: https://files.pythonhosted.org/packages/source/e/execnet/execnet-%{version}.tar.gz
BuildRequires: %{python_module apipkg}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: procps
BuildRequires: python-rpm-macros
Requires: python-apipkg
BuildArch: noarch
%python_subpackages