Upgrade to 1.6.0 to support OpenStack-W

This commit is contained in:
huangtianhua 2021-07-15 08:08:33 +00:00
parent ab22ee94ca
commit ca8e7833bc
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-lazy-object-proxy
Version: 1.3.1
Release: 10
Version: 1.6.0
Release: 1
Summary: A fast and thorough lazy object proxy
License: BSD
Url: https://github.com/ionelmc/python-lazy-object-proxy
Source0: %{url}/archive/v%{version}/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
%description
@ -20,7 +20,7 @@ A fast and thorough lazy object proxy that rebuilds a new
abstract syntax tree from Python's ast.
%prep
%autosetup -n python-lazy-object-proxy-%{version} -p1
%autosetup -n lazy-object-proxy-%{version}
%build
%py3_build
@ -38,6 +38,9 @@ abstract syntax tree from Python's ast.
%exclude %{python3_sitearch}/lazy_object_proxy/cext.c
%changelog
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> -1.6.0-1
- Upgrade to 1.6.0 to support OpenStack-W
* Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.3.1-10
- Completing build dependencies