!27 update version to 3.0.9

From: @zhuofeng6 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-07-29 02:31:42 +00:00 committed by Gitee
commit 9a3c3c2519
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
pyparsing-3.0.9.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: pyparsing
Version: 3.0.7
Release: 2
Version: 3.0.9
Release: 1
Summary: A Python Parsing Module
License: MIT
URL: https://github.com/pyparsing/pyparsing/
Source0: https://github.com/pyparsing/pyparsing/releases/download/pyparsing_%{version}/pyparsing-%{version}.tar.gz
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
%description
@ -42,10 +42,10 @@ Man pages and other related documents for %{name}.
dos2unix -k CHANGES LICENSE
%build
%py3_build_wheel
%pyproject_build
%install
%py3_install_wheel pyparsing-%{version}-py3-none-any.whl
%pyproject_install
%check
%{__python3} tests/test_simple_unit.py
@ -68,6 +68,9 @@ dos2unix -k CHANGES LICENSE
%doc CHANGES README.rst docs examples
%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
- enable check