Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e21e90eb27
!14 【轻量级 PR】:Rebuild for next release
From: @zhangruifang2020 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-10-25 08:10:53 +00:00
张瑞方
5434f35f9b
Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
2022-10-25 06:18:45 +00:00
openeuler-ci-bot
ecbf120659 !8 [sync] PR-7: upgrade version to 5.0.9
Merge pull request !8 from openeuler-sync-bot/sync-pr7-master-to-openEuler-22.03-LTS-Next
2021-12-28 12:07:42 +00:00
Anonymous_Z
fb247022e1 upgrade version to 5.0.9
(cherry picked from commit ac144e7bc3058fa2ee48f83854410a4f39ed326b)
2021-12-24 18:59:23 +08:00
openeuler-ci-bot
94d82d1c64 !6 delete python2.
From: @weiwei_150212
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
2020-10-29 09:59:11 +08:00
s17723959267
c6a66b2552 delete python2 2020-10-23 15:49:13 +08:00
openeuler-ci-bot
31df74ebc7 !3 update to 4.4.2
Merge pull request !3 from phanddy/master
2020-07-23 22:21:48 +08:00
yeah_wang
93606eeb08 update to 4.4.2 2020-07-23 19:09:05 +08:00
openeuler-ci-bot
7e60ce1161 !2 add yaml file in package
Merge pull request !2 from Markeryang/master
2020-06-28 16:55:05 +08:00
Markeryang
b668e5d788 add python-decorator.yaml. 2020-06-12 21:04:02 +08:00
4 changed files with 28 additions and 19 deletions

Binary file not shown.

BIN
decorator-5.0.9.tar.gz Normal file

Binary file not shown.

View File

@ -4,8 +4,8 @@ function decorators and decorator factories. It also includes an implementation
other niceties (please check the docs).
Name: python-%{_name}
Version: 4.3.0
Release: 3
Version: 5.0.9
Release: 2
Summary: Simplify the signature-preserving function decorators and decorator factories
License: BSD
URL: https://github.com/micheles/decorator
@ -15,14 +15,6 @@ BuildArch: noarch
%description
%{_description}
%package -n python2-decorator
Summary: %{summary} in python2
BuildRequires: python2-devel python2-setuptools
%{?python_provide:%python_provide python2-decorator}
%description -n python2-decorator
%{_description}
%package -n python3-decorator
Summary: %{summary} in python3
BuildRequires: python3-devel python3-setuptools
@ -38,24 +30,16 @@ BuildRequires: python3-devel python3-setuptools
%build
%py2_build
%py3_build
%install
%py2_install
%py3_install
%check
%{__python2} setup.py test
%{__python3} setup.py test
%files -n python2-%{_name}
%doc docs/README.rst
%license LICENSE.txt
%{python2_sitelib}/*
%files -n python3-%{_name}
%doc docs/README.rst
%doc README.rst
%license LICENSE.txt
%{python3_sitelib}/__pycache__/*
%{python3_sitelib}/*info/
@ -65,6 +49,27 @@ BuildRequires: python3-devel python3-setuptools
%doc CHANGES.md
%changelog
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 5.0.9-2
- Rebuild for next release
* Sat Nov 13 2021 liudabo<liudabo1@huawei.com> - 5.0.9-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 5.0.9
* Fri Oct 23 2020 tianwei<tianwei12@huawei.com> - 4.4.2-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:delete python2
* Thu Jul 23 2020 dingyue<dingyue5@huawei.com> - 4.4.2-1
- Type:enhancement
- ID:NA
- SUG:restart
- DESC:update source code
* Tue Dec 31 2019 Yeqing Peng<pengyeqing@huawei.com> - 4.3.0-3
- Type:enhancement
- ID:NA

4
python-decorator.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: micheles/decorator
tag_prefix: ^
seperator: .