delete check
(cherry picked from commit c0c3b54222f7eb369ad0f861c255449c290bea4c)
This commit is contained in:
parent
3450959625
commit
03c970e6ab
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-lexicon
|
Name: python-lexicon
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 14
|
Release: 15
|
||||||
Summary: Powerful dict subclass(es) with aliasing and attribute access
|
Summary: Powerful dict subclass(es) with aliasing and attribute access
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/bitprophet/lexicon
|
URL: https://github.com/bitprophet/lexicon
|
||||||
@ -11,8 +11,6 @@ BuildArch: noarch
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-six
|
BuildRequires: python3-six
|
||||||
# For test suite
|
|
||||||
BuildRequires: python3-spec > 0.10.0
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lexicon is a simple collection of dict sub-classes providing extra power.
|
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
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
|
||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} spec
|
|
||||||
|
|
||||||
%files -n python3-lexicon
|
%files -n python3-lexicon
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGES README.md
|
%doc CHANGES README.md
|
||||||
@ -44,6 +39,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} spec
|
|||||||
%{python3_sitelib}/lexicon-%{version}-*.egg-info/
|
%{python3_sitelib}/lexicon-%{version}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 18 2022 wulei <wulei80@huawei.com> - 1.0.0-15
|
||||||
|
- Delete check
|
||||||
|
|
||||||
* Sat Jan 30 2021 zhaorenhai <zhaorenhai@hotmail.com> - 1.0.0-14
|
* Sat Jan 30 2021 zhaorenhai <zhaorenhai@hotmail.com> - 1.0.0-14
|
||||||
- Init spec of openEuler, referenced from Fedora.
|
- Init spec of openEuler, referenced from Fedora.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user