update version to 0.8.3

This commit is contained in:
jxy_git 2022-11-16 15:41:40 +08:00
parent 4334388008
commit 2c2d848ea2
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
parso-0.8.3.tar.gz Normal file

Binary file not shown.

View File

@ -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 <jiangxinyu@kylinos.cn> - 0.8.3-1
- Update package to version 0.8.3
* Mon Sep 06 2021 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1
- Package Init