update version to 3.0.9
This commit is contained in:
parent
0402bb8a88
commit
e7753dcadf
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
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user