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 Name: python-lazy-object-proxy
Version: 1.3.1 Version: 1.6.0
Release: 10 Release: 1
Summary: A fast and thorough lazy object proxy Summary: A fast and thorough lazy object proxy
License: BSD License: BSD
Url: https://github.com/ionelmc/python-lazy-object-proxy 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 BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc
%description %description
@ -20,7 +20,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 python-lazy-object-proxy-%{version} -p1 %autosetup -n lazy-object-proxy-%{version}
%build %build
%py3_build %py3_build
@ -38,6 +38,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 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 * Mon May 31 2021 huanghaitao <huanghaitao8@huawei.com> - 1.3.1-10
- Completing build dependencies - Completing build dependencies