Upgrade to 1.0.0a0 to fix obs build error

setuptools>=58 breaks support for use_2to3,
funcparserlib need to upgrade to fix obs build error.

https://gitee.com/src-openeuler/python-funcparserlib/issues/I4V9SJ
This commit is contained in:
huangtianhua 2022-02-25 15:24:28 +08:00
parent c8e320fe03
commit df07699b28
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-funcparserlib
Version: 0.3.6
Version: 1.0.0a0
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/cb/f7/b4a59c3ccf67c0082546eaeb454da1a6610e924d2e7a2a21f337ecae7b40/funcparserlib-0.3.6.tar.gz
Source0: https://files.pythonhosted.org/packages/75/e2/a132f2b624a2bad2c3233afa7c8273ee192d0660b55dbcb22f68ff9de819/funcparserlib-1.0.0a0.tar.gz
BuildArch: noarch
@ -69,7 +69,7 @@ of comments included. It features the longest parsed prefix error reporting, as
as a tiny lexer generator for token position tracking.
%prep
%autosetup -n funcparserlib-0.3.6
%autosetup -n funcparserlib-%{version}
%build
%py3_build
@ -109,5 +109,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Feb 25 2022 huangtianhua <huangtianhua@huawei.com> - 1.0.0a0-1
- Upgrade to 1.0.0a0 to fix obs build error
* Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated