Compare commits

..

No commits in common. "1b8dfdce67b0b180c8e9cfb0b905250ebde9db85" and "fa65e57293d68644d56c651325ad32c105b762f3" have entirely different histories.

3 changed files with 5 additions and 20 deletions

BIN
mock-4.0.2.tar.gz Normal file

Binary file not shown.

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. \
Name: python-mock
Version: 5.1.0
Release: 1
Version: 4.0.2
Release: 2
Summary: A Python Mocking and Patching Library for Testing
License: BSD-2-Clause
License: BSD
URL: http://www.voidspace.org.uk/python/mock/
Source0: https://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz
Source0: http://pypi.python.org/packages/source/m/mock/mock-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-pbr python3-pytest
BuildRequires: python3-devel python3-setuptools python3-pbr python3-unittest2 python3-pytest
%description
%{_description__}
@ -46,21 +46,6 @@ This is the python3 subpackage for %{name}.
%{python3_sitelib}/{*.egg-info,mock}
%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
- Don't require funcsigs on python3, it's part of the standard library