Mon, 20 May 2024 17:00:48 UTC | login

Information for build python-mock-3.0.5-11.fc33

ID173270
Package Namepython-mock
Version3.0.5
Release11.fc33
Epoch
SummaryA Python Mocking and Patching Library for Testing
DescriptionMock is a Python module that provides a core mock class. It removes the need to create a host of stubs throughout your test suite. After performing an action, you can make assertions about which methods / attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 12:32:24 UTC
CompletedThu, 13 Aug 2020 12:32:24 UTC
Tags
f33
f37
f38
RPMs
src
python-mock-3.0.5-11.fc33.src.rpm (info) (download)
noarch
python3-mock-3.0.5-11.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-10 - Rebuilt for Python 3.9 * Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-9 - Bootstrap for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 28 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-7 - Subpackage python2-mock has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Fri Nov 01 2019 Petr Viktorin <pviktori@redhat.com> - 3.0.5-6 - Remove unused dependencies on pbr The current version of Mock does not use pbr. * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-5 - Rebuilt for Python 3.8.0rc1 (#1748018) * Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-4 - Rebuilt for Python 3.8 * Wed Aug 14 2019 Miro Hrončok <mhroncok@redhat.com> - 3.0.5-3 - Bootstrap for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Mon Jul 08 2019 Yatin Karel <ykarel@redhat.com> - 3.0.5-1 - Update to 3.0.5 (RHBZ#1721075) * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Oct 26 2018 Petr Viktorin <pviktori@redhat.com> - 2.0.0-12 - Run tests for Python 3 * Fri Aug 17 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.0-11 - Don't require funcsigs on python3, it's part of the standard library