diff --git a/parso-0.8.2.tar.gz b/parso-0.8.2.tar.gz deleted file mode 100644 index 8215c7c..0000000 Binary files a/parso-0.8.2.tar.gz and /dev/null differ diff --git a/parso-0.8.3.tar.gz b/parso-0.8.3.tar.gz new file mode 100644 index 0000000..19da0da Binary files /dev/null and b/parso-0.8.3.tar.gz differ diff --git a/python-parso.spec b/python-parso.spec index b4a32d4..8cf4981 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-parso -Version: 0.8.2 +Version: 0.8.3 Release: 1 Summary: A Python Parser License: MIT URL: https://github.com/davidhalter/parso -Source0: https://files.pythonhosted.org/packages/5e/61/d119e2683138a934550e47fc8ec023eb7f11b194883e9085dca3af5d4951/parso-0.8.2.tar.gz +Source0: https://files.pythonhosted.org/packages/a2/0e/41f0cca4b85a6ea74d66d2226a7cda8e41206a624f5b330b958ef48e2e52/parso-0.8.3.tar.gz BuildArch: noarch Requires: python3-flake8 @@ -20,7 +20,7 @@ and analyse the syntax tree. %package -n python3-parso Summary: A Python Parser -Provides: python-parso +Provides: python-parso = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -39,7 +39,7 @@ for different Python versions. Parso consists of a small API to parse Python and analyse the syntax tree. %prep -%autosetup -n parso-0.8.2 +%autosetup -n parso-%{version} %build %py3_build @@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 16 2022 jiangxinyu - 0.8.3-1 +- Update package to version 0.8.3 + * Mon Sep 06 2021 Python_Bot - 0.8.2-1 - Package Init