Package upgrade

This commit is contained in:
wk333 2022-06-29 19:28:32 +08:00
parent fa604cabb6
commit e2ea8071b5
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