!27 update version to 3.0.9
From: @zhuofeng6 Reviewed-by: @gaoruoshu Signed-off-by: @gaoruoshu
This commit is contained in:
commit
9a3c3c2519
Binary file not shown.
BIN
pyparsing-3.0.9.tar.gz
Normal file
BIN
pyparsing-3.0.9.tar.gz
Normal file
Binary file not shown.
@ -1,13 +1,13 @@
|
|||||||
Name: pyparsing
|
Name: pyparsing
|
||||||
Version: 3.0.7
|
Version: 3.0.9
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A Python Parsing Module
|
Summary: A Python Parsing Module
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/pyparsing/pyparsing/
|
URL: https://github.com/pyparsing/pyparsing/
|
||||||
Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz
|
Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage
|
BuildRequires: dos2unix python3-devel python3-setuptools python3-tox python3-coverage python3-flit-core
|
||||||
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
|
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-wheel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -42,10 +42,10 @@ Man pages and other related documents for %{name}.
|
|||||||
dos2unix -k CHANGES LICENSE
|
dos2unix -k CHANGES LICENSE
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build_wheel
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install_wheel pyparsing-%{version}-py3-none-any.whl
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} tests/test_simple_unit.py
|
%{__python3} tests/test_simple_unit.py
|
||||||
@ -68,6 +68,9 @@ dos2unix -k CHANGES LICENSE
|
|||||||
%doc CHANGES README.rst docs examples
|
%doc CHANGES README.rst docs examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 28 2023 zhuofeng <zhuofeng2@huawei.com> - 3.0.9-1
|
||||||
|
- update version to 3.0.9
|
||||||
|
|
||||||
* Sat May 27 2023 yanglongkang <yanglongkang@h-partners.com> - 3.0.7-2
|
* Sat May 27 2023 yanglongkang <yanglongkang@h-partners.com> - 3.0.7-2
|
||||||
- enable check
|
- enable check
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user