!6 Update package to version 1.0.1

From: @jxy_git 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2022-12-08 14:43:23 +00:00 committed by Gitee
commit 5bcf5a6179
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
funcparserlib-1.0.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-funcparserlib
Version: 1.0.0a0
Version: 1.0.1
Release: 1
Summary: Recursive descent parsing library based on functional combinators
License: MIT
URL: https://github.com/vlasovskikh/funcparserlib
Source0: https://files.pythonhosted.org/packages/75/e2/a132f2b624a2bad2c3233afa7c8273ee192d0660b55dbcb22f68ff9de819/funcparserlib-1.0.0a0.tar.gz
Source0: https://files.pythonhosted.org/packages/93/44/a21dfd9c45ad6909257e5186378a4fedaf41406824ce1ec06bc2a6c168e7/funcparserlib-1.0.1.tar.gz
BuildArch: noarch
@ -28,7 +28,7 @@ as a tiny lexer generator for token position tracking.
%package -n python3-funcparserlib
Summary: Recursive descent parsing library based on functional combinators
Provides: python-funcparserlib
Provides: python-funcparserlib = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-funcparserlib
@ -109,6 +109,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Thu Dec 08 2022 jiangxinyu <jiangxinyu@kylinos.cn> - 1.0.1-1
- Update package to version 1.0.1
* Fri Feb 25 2022 huangtianhua <huangtianhua@huawei.com> - 1.0.0a0-1
- Upgrade to 1.0.0a0 to fix obs build error