update version to 0.8.3
This commit is contained in:
parent
4334388008
commit
2c2d848ea2
Binary file not shown.
BIN
parso-0.8.3.tar.gz
Normal file
BIN
parso-0.8.3.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-parso
|
Name: python-parso
|
||||||
Version: 0.8.2
|
Version: 0.8.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Python Parser
|
Summary: A Python Parser
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/davidhalter/parso
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-flake8
|
Requires: python3-flake8
|
||||||
@ -20,7 +20,7 @@ and analyse the syntax tree.
|
|||||||
|
|
||||||
%package -n python3-parso
|
%package -n python3-parso
|
||||||
Summary: A Python Parser
|
Summary: A Python Parser
|
||||||
Provides: python-parso
|
Provides: python-parso = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
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.
|
and analyse the syntax tree.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n parso-0.8.2
|
%autosetup -n parso-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -79,5 +79,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 06 2021 Python_Bot <Python_Bot@openeuler.org> - 0.8.2-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user