!6 Update package to version 1.0.1
From: @jxy_git Reviewed-by: @myeuler Signed-off-by: @myeuler
This commit is contained in:
commit
5bcf5a6179
Binary file not shown.
BIN
funcparserlib-1.0.1.tar.gz
Normal file
BIN
funcparserlib-1.0.1.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-funcparserlib
|
Name: python-funcparserlib
|
||||||
Version: 1.0.0a0
|
Version: 1.0.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Recursive descent parsing library based on functional combinators
|
Summary: Recursive descent parsing library based on functional combinators
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/vlasovskikh/funcparserlib
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ as a tiny lexer generator for token position tracking.
|
|||||||
|
|
||||||
%package -n python3-funcparserlib
|
%package -n python3-funcparserlib
|
||||||
Summary: Recursive descent parsing library based on functional combinators
|
Summary: Recursive descent parsing library based on functional combinators
|
||||||
Provides: python-funcparserlib
|
Provides: python-funcparserlib = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-funcparserlib
|
%description -n python3-funcparserlib
|
||||||
@ -109,6 +109,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 25 2022 huangtianhua <huangtianhua@huawei.com> - 1.0.0a0-1
|
||||||
- Upgrade to 1.0.0a0 to fix obs build error
|
- Upgrade to 1.0.0a0 to fix obs build error
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user