!9 Package upgrade

From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-30 02:19:30 +00:00 committed by Gitee
commit d41986487c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: python-lazy-object-proxy Name: python-lazy-object-proxy
Version: 1.6.0 Version: 1.7.1
Release: 3 Release: 1
Summary: A fast and thorough lazy object proxy Summary: A fast and thorough lazy object proxy
License: BSD-2-Clause License: BSD-2-Clause
Url: https://github.com/ionelmc/python-lazy-object-proxy Url: https://github.com/ionelmc/python-lazy-object-proxy
@ -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
* Wed Jun 29 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.7.1-1
- Upgrade to version 1.7.1
* Tue May 10 2022 yangping <yangping69@h-partners> - 1.6.0-3 * Tue May 10 2022 yangping <yangping69@h-partners> - 1.6.0-3
- License compliance rectification - License compliance rectification