- Update to 1.3.1:

* Remove use of mock.
- Drop patch remove-mock.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-console-scripts?expand=0&rev=18
This commit is contained in:
2022-03-21 01:24:09 +00:00
committed by Git OBS Bridge
parent c5a7afbb01
commit 1cccb5bf44
5 changed files with 11 additions and 57 deletions

View File

@@ -19,14 +19,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pytest-console-scripts
Version: 1.3
Version: 1.3.1
Release: 0
Summary: Pytest plugin for testing console scripts
License: MIT
URL: https://github.com/kvas-it/pytest-console-scripts
Source: https://files.pythonhosted.org/packages/source/p/pytest-console-scripts/pytest-console-scripts-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#kvas-it/pytest-console-scripts#53
Patch0: remove-mock.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros