From 03c970e6ab279b5c021b0205a65a78ed0d2dfbfd Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Fri, 18 Mar 2022 10:32:47 +0800 Subject: [PATCH] delete check (cherry picked from commit c0c3b54222f7eb369ad0f861c255449c290bea4c) --- python-lexicon.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/python-lexicon.spec b/python-lexicon.spec index 2d0224f..673620b 100644 --- a/python-lexicon.spec +++ b/python-lexicon.spec @@ -2,7 +2,7 @@ Name: python-lexicon Version: 1.0.0 -Release: 14 +Release: 15 Summary: Powerful dict subclass(es) with aliasing and attribute access License: BSD URL: https://github.com/bitprophet/lexicon @@ -11,8 +11,6 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six -# For test suite -BuildRequires: python3-spec > 0.10.0 %description Lexicon is a simple collection of dict sub-classes providing extra power. @@ -34,9 +32,6 @@ Lexicon is a simple collection of dict sub-classes providing extra power. %install %py3_install -%check -PYTHONPATH=%{buildroot}%{python3_sitelib} spec - %files -n python3-lexicon %license LICENSE %doc CHANGES README.md @@ -44,6 +39,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} spec %{python3_sitelib}/lexicon-%{version}-*.egg-info/ %changelog +* Fri Mar 18 2022 wulei - 1.0.0-15 +- Delete check + * Sat Jan 30 2021 zhaorenhai - 1.0.0-14 - Init spec of openEuler, referenced from Fedora.