From 7238c3121197fdcf3b1c37594056a8660228b75d Mon Sep 17 00:00:00 2001 From: openeuler_bot <673672685@qq.com> Date: Fri, 13 Dec 2024 06:40:58 +0000 Subject: [PATCH] update python-pytest-fixture-config to 1.8.0 --- python-pytest-fixture-config.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-fixture-config.spec b/python-pytest-fixture-config.spec index 00bfc2f..63a7f68 100644 --- a/python-pytest-fixture-config.spec +++ b/python-pytest-fixture-config.spec @@ -1,5 +1,5 @@ Name: python-pytest-fixture-config -Version: 1.7.0 +Version: 1.8.0 Release: 1 Summary: Simple configuration objects for Py.test fixtures License: MIT @@ -39,6 +39,12 @@ Allows you to skip tests when their required config variables aren't set. %{python3_sitelib}/* %changelog +* Fri Dec 13 2024 lifan - 1.8.0-1 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:update python-pytest-fixture-config to 1.8.0 + * Wed Jul 6 2022 caodongxia - 1.7.0-1 - Update to 1.7.0 -- Gitee