Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
02b33ead28
!11 Modify invalid URL for upstream
From: @cherry530 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-11-24 02:40:46 +00:00
cherry530
06a9d2fc36 Modify invalid URL for upstream.
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-11-24 10:07:35 +08:00
openeuler-ci-bot
49ded443e6
!10 Upgrade to version 1.7.1
From: @starlet-dx 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2022-10-27 12:26:23 +00:00
starlet-dx
07ec304a67 Upgrade to version 1.7.1 2022-10-27 19:41:42 +08:00
openeuler-ci-bot
33d842d94c !5 Fix build error by adding missing buildrequires
From: @shinwell_hu
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-07-27 08:57:54 +00:00
木得感情的openEuler机器人
36d8629d7b Fix build error 2021-07-27 08:43:33 +00:00
openeuler-ci-bot
940cd9fcd9 !4 Upgrade to 1.6.0 to support OpenStack-W
From: @huangtianhua
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-07-26 01:43:22 +00:00
huangtianhua
ca8e7833bc Upgrade to 1.6.0 to support OpenStack-W 2021-07-15 08:08:33 +00:00
openeuler-ci-bot
ab22ee94ca !3 Completing build dependencies
From: @hht8
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-06-03 10:11:00 +08:00
hht8
d6f700f56a Completing build dependencies 2021-06-01 14:42:19 +08:00
3 changed files with 22 additions and 6 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,12 @@
Name: python-lazy-object-proxy
Version: 1.3.1
Release: 9
Version: 1.7.1
Release: 2
Summary: A fast and thorough lazy object proxy
License: BSD
License: BSD-2-Clause
Url: https://github.com/ionelmc/python-lazy-object-proxy
Source0: %{url}/archive/v%{version}/lazy-object-proxy-%{version}.tar.gz
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools
Source0: https://github.com/ionelmc/python-lazy-object-proxy/archive/v%{version}/lazy-object-proxy-%{version}.tar.gz
BuildRequires: python%{python3_pkgversion}-devel python%{python3_pkgversion}-setuptools gcc
BuildRequires: python%{python3_pkgversion}-pip python%{python3_pkgversion}-setuptools_scm
%description
A fast and thorough lazy object proxy that rebuilds a new
@ -20,7 +21,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 python-lazy-object-proxy-%{version}
%build
%py3_build
@ -38,6 +39,21 @@ abstract syntax tree from Python's ast.
%exclude %{python3_sitearch}/lazy_object_proxy/cext.c
%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
- remove python2