From b2bc1e866963fad9c9f491fc632ca659893978fa Mon Sep 17 00:00:00 2001 From: lingsheng Date: Mon, 27 Sep 2021 15:18:24 +0800 Subject: [PATCH] Provide python-pytest-expect (cherry picked from commit 90a965efcd883999ec2a5a45fb73ea8520edee28) --- python-pytest-expect.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pytest-expect.spec b/python-pytest-expect.spec index f7bd023..e975349 100644 --- a/python-pytest-expect.spec +++ b/python-pytest-expect.spec @@ -1,6 +1,6 @@ Name: python-pytest-expect Version: 1.1.0 -Release: 3 +Release: 4 Summary: Py.test plugin to store test expectations and mark tests based on them License: MIT URL: https://pypi.org/project/pytest-expect/ @@ -19,6 +19,7 @@ the tests. %package -n python3-pytest-expect Summary: Python3 package +%{?python_provide:%python_provide python3-pytest-expect} %description -n python3-pytest-expect A py.test plugin that stores test expectations by saving the set of failing @@ -44,6 +45,9 @@ cp -p %{SOURCE1} . %{python3_sitelib}/pytest_expect-%{version}-py?.?.egg-info %changelog +* Mon Sep 27 2021 lingsheng 1.1.0-4 +- Provide python-pytest-expect + * Tue Feb 25 2020 chenli 1.1.0-3 - Modify Spec