!6 update to version 21.6.0

From: @wang--ge 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-10-18 09:08:43 +00:00 committed by Gitee
commit d02d98c45d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 5 deletions

Binary file not shown.

BIN
contextlib2-21.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%{!?_licensedir: %global license %%doc} %{!?_licensedir: %global license %%doc}
Name: python-contextlib2 Name: python-contextlib2
Version: 0.5.5 Version: 21.6.0
Release: 10 Release: 1
Summary: Backports and enhancements for the contextlib module Summary: Backports and enhancements for the contextlib module
License: Python License: Python
URL: https://pypi.io/project/contextlib2 URL: https://pypi.io/project/contextlib2
@ -38,9 +38,7 @@ cd %{py3dir}
%{__python3} setup.py install -O1 --skip-build --root=%{buildroot} %{__python3} setup.py install -O1 --skip-build --root=%{buildroot}
%check %check
cd %{py3dir} python3 -m unittest discover -v
%{__python3} test_contextlib2.py
cd -
%files -n python3-contextlib2 %files -n python3-contextlib2
%doc README.rst VERSION.txt NEWS.rst %doc README.rst VERSION.txt NEWS.rst
@ -48,7 +46,11 @@ cd -
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Tue Oct 18 2022 Ge Wang <wangge20@h-partners.com> - 21.6.0-1
- Update to version 21.6.0
* Wed Oct 21 2020 zhangtao <zhangtao221@huawei.com> - 0.5.5-10 * Wed Oct 21 2020 zhangtao <zhangtao221@huawei.com> - 0.5.5-10
- delete python2 - delete python2
* Wed Mar 4 2020 zhujunhao <zhujunhao5@huawei.com> - 0.5.5-9 * Wed Mar 4 2020 zhujunhao <zhujunhao5@huawei.com> - 0.5.5-9
- Package init - Package init