!10 Upgrade to version 1.7.1

From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-10-27 12:26:23 +00:00 committed by Gitee
commit 49ded443e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
Name: python-lazy-object-proxy Name: python-lazy-object-proxy
Version: 1.6.0 Version: 1.7.1
Release: 2 Release: 1
Summary: A fast and thorough lazy object proxy Summary: A fast and thorough lazy object proxy
License: BSD License: BSD-2-Clause
Url: https://github.com/ionelmc/python-lazy-object-proxy Url: https://github.com/ionelmc/python-lazy-object-proxy
Source0: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/l/lazy-object-proxy/lazy-object-proxy-%{version}.tar.gz
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc
@ -21,7 +21,7 @@ A fast and thorough lazy object proxy that rebuilds a new
abstract syntax tree from Python's ast. abstract syntax tree from Python's ast.
%prep %prep
%autosetup -n lazy-object-proxy-%{version} %autosetup -n python-lazy-object-proxy-%{version}
%build %build
%py3_build %py3_build
@ -39,6 +39,9 @@ abstract syntax tree from Python's ast.
%exclude %{python3_sitearch}/lazy_object_proxy/cext.c %exclude %{python3_sitearch}/lazy_object_proxy/cext.c
%changelog %changelog
* Thu Oct 27 2022 yaoxin <yaoxin30@h-partners.com> - 1.7.1-1
- Upgrade to version 1.7.1
* Tue Jul 27 2021 Shinwell Hu <huxinwei@huawei.com> -1.6.0-2 * Tue Jul 27 2021 Shinwell Hu <huxinwei@huawei.com> -1.6.0-2
- Add BuildRequires for python3-pip - Add BuildRequires for python3-pip