Compare commits
No commits in common. "02b33ead28590722a0bf5616deb9dd843e3af994" and "a6514a006777b1475da012b8ef7112d94d0f99fc" have entirely different histories.
02b33ead28
...
a6514a0067
BIN
lazy-object-proxy-1.3.1.tar.gz
Normal file
BIN
lazy-object-proxy-1.3.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,11 @@
|
|||||||
Name: python-lazy-object-proxy
|
Name: python-lazy-object-proxy
|
||||||
Version: 1.7.1
|
Version: 1.3.1
|
||||||
Release: 2
|
Release: 9
|
||||||
Summary: A fast and thorough lazy object proxy
|
Summary: A fast and thorough lazy object proxy
|
||||||
License: BSD-2-Clause
|
License: BSD
|
||||||
Url: https://github.com/ionelmc/python-lazy-object-proxy
|
Url: https://github.com/ionelmc/python-lazy-object-proxy
|
||||||
Source0: https://github.com/ionelmc/python-lazy-object-proxy/archive/v%{version}/lazy-object-proxy-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/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
|
||||||
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-setuptools_scm
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A fast and thorough lazy object proxy that rebuilds a new
|
A fast and thorough lazy object proxy that rebuilds a new
|
||||||
@ -21,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}
|
%autosetup -n python-lazy-object-proxy-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -39,21 +38,6 @@ 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
|
||||||
* Tue Nov 22 2022 xu_ping <xuping33@h-partners.com> - 1.7.1-2
|
|
||||||
- Modify invalid URL for upstream.
|
|
||||||
|
|
||||||
* 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
|
|
||||||
- Add BuildRequires for python3-pip
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 1.3.1-9
|
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 1.3.1-9
|
||||||
- remove python2
|
- remove python2
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user