diff --git a/funcparserlib-1.0.0a0.tar.gz b/funcparserlib-1.0.0a0.tar.gz deleted file mode 100644 index 7236773..0000000 Binary files a/funcparserlib-1.0.0a0.tar.gz and /dev/null differ diff --git a/funcparserlib-1.0.1.tar.gz b/funcparserlib-1.0.1.tar.gz new file mode 100644 index 0000000..11e12e1 Binary files /dev/null and b/funcparserlib-1.0.1.tar.gz differ diff --git a/python-funcparserlib.spec b/python-funcparserlib.spec index cc2f696..d1dea8e 100644 --- a/python-funcparserlib.spec +++ b/python-funcparserlib.spec @@ -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 - 1.0.1-1 +- Update package to version 1.0.1 + * Fri Feb 25 2022 huangtianhua - 1.0.0a0-1 - Upgrade to 1.0.0a0 to fix obs build error