From b4ca97a53ccc9f44de1fb4eb2d90346f1c6adc66 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 16 Feb 2023 14:20:31 +0800 Subject: [PATCH] enable check --- python-attrs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-attrs.spec b/python-attrs.spec index da49c8d..5c61218 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -5,11 +5,11 @@ object protocols. \ %global modname attrs -%bcond_with tests +%bcond_without tests Name: python-attrs Summary: Python attributes without boilerplate Version: 22.1.0 -Release: 5 +Release: 6 License: MIT URL: http://www.attrs.org/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz @@ -62,6 +62,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc AUTHORS.rst README.rst %changelog +* Thu Feb 16 2023 tanyulong - 22.1.0-6 +- enable check + * Fri Jan 13 2023 caofei - 22.1.0-5 - Fix minor stub issues