Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1b8dfdce67
!21 update package to version 5.1.0
From: @S--Sh 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-09-14 03:21:56 +00:00
sunhui
57b27305a5 python-mock 2023-08-09 09:25:57 +08:00
openeuler-ci-bot
b7f98cbecb
!19 Remove useless buildrequires
From: @zhangwenlong01 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-03-14 03:43:19 +00:00
Wenlong Zhang
55e860b5f3 Remove useless buildrequires
Signed-off-by: Wenlong Zhang <zhangwenlong@loongson.cn>
2023-03-06 15:42:39 +08:00
openeuler-ci-bot
83a1c8f158
!13 License compliance rectification
From: @wu-leilei 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
2022-06-10 03:32:27 +00:00
wu-leilei
0c8d5e21eb License compliance rectification 2022-05-11 15:30:27 +08:00
openeuler-ci-bot
b99cfd060c !9 Upgrade python-mock to 4.0.3 in master
From: @s17723959267
Reviewed-by: @licihua
Signed-off-by: @licihua
2021-02-03 09:54:57 +08:00
renmingshuai
9a0b5600cc upgrade version to 4.0.3 2021-02-01 11:41:33 +08:00
openeuler-ci-bot
4cd826b888 !6 Fix source0
From: @kkkl12
Reviewed-by: @yanzh_h
Signed-off-by: @yanzh_h
2020-09-29 14:10:01 +08:00
kkkl12
458bf95bd1 Fix Source0 2020-09-29 10:38:32 +08:00
3 changed files with 20 additions and 5 deletions

Binary file not shown.

BIN
mock-5.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -6,16 +6,16 @@ arguments they were called with. You can also specify return values and set \
needed attributes in the normal way. \ needed attributes in the normal way. \
Name: python-mock Name: python-mock
Version: 4.0.2 Version: 5.1.0
Release: 2 Release: 1
Summary: A Python Mocking and Patching Library for Testing Summary: A Python Mocking and Patching Library for Testing
License: BSD License: BSD-2-Clause
URL: http://www.voidspace.org.uk/python/mock/ URL: http://www.voidspace.org.uk/python/mock/
Source0: http://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz Source0: https://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-pbr python3-unittest2 python3-pytest BuildRequires: python3-devel python3-setuptools python3-pbr python3-pytest
%description %description
%{_description__} %{_description__}
@ -46,6 +46,21 @@ This is the python3 subpackage for %{name}.
%{python3_sitelib}/{*.egg-info,mock} %{python3_sitelib}/{*.egg-info,mock}
%changelog %changelog
* Wed Aug 9 2023 sunhui <sunhui@kylinos.cn> - 5.1.0-1
- Update package to version 5.1.0
* Mon Mar 6 Wenlong Zhang<zhwngelonglong@loongson.cn> - 4.0.3-3
- Remove useless buildrequires
* Wed May 11 2022 wulei <wulei80@h-partners.com> - 4.0.3-2
- License compliance rectification
* Mon Feb 1 2021 shangyibin <shangyibin1@huawei.com> - 4.0.3-1
- Upgrade to version 4.0.3
* Tue Sep 20 2020 liuweibo <liuweibo10@huawei.com> - 4.0.2-3
- Fix Source0
* Thu Aug 20 2020 tianwei <tianwei12@huawei.com> - 4.0.2-2 * Thu Aug 20 2020 tianwei <tianwei12@huawei.com> - 4.0.2-2
- Don't require funcsigs on python3, it's part of the standard library - Don't require funcsigs on python3, it's part of the standard library