����python3-pytest-mock-2.0.0-lp152.2.3.1���<>,���*�_ma��/�=�„`��CZ�c�,��_�Zrp19d��a-�� �R�� k�zhO���<�,�qT(�2�C[T��&�,��F�nBsY��b�Q���#�)t ���I<-�?Z����X�/�Ț���ɏV���r�\h�V����ٕG̈́a����-�p�&����\v���[ k��Y�Nr�#%��F�9��v}����Pk� ��$;��<�.�_���*ȱE��.����S���V�� ���E��囲Q�\wŇ���W)r<ՍL�� �w����b�U�G>�������>!,?!d���� (� h�<�@�H�L�_�h�l� ��������  L x � & <�p��  ( �( �8 �9 X: 'F�G�HIpX�Y�\�]�^�b�cde f#l%u8v�w�x <y � z �� �� �� ��!Cpython3-pytest-mock2.0.0lp152.2.3.1Thin-wrapper around the mock package for easier use with pytestThis plugin installs a ``mocker`` fixture which is a thin-wrapper around the patching API provided by the `mock` package, but with the benefit of not having to worry about undoing patches at the end of a test_masheep86�openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgUnspecifiedhttps://github.com/pytest-dev/pytest-mocklinuxnoarch>:�&B Q����)�)�t/�663A�A큤������������A큤��������������A큤A큤_m[_m[_m[_m[_m[_m[_m[_m[^�%_m[_m[_m[_m[_m[_m[_m[^}��^�%_ma^�%_ma^�%9dc98681ee1e61887be84735a653d86a6e045e1cb9ca892cc9ec83d53c37d8699fa2f194ecd5a4d5a96a19654c5cfb36d196f1050240f6f783a8047716e3c73d01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bf2d1ff1c2806677f88211abd0f5fa379c996429d547a60bd737d55bed15ffba79824c3f69a15fc3d4cb711dcfd3ef08c5d0c2e51abb03ac39cbc8d6683cf329d836e5f4160748d30a90063359f7b7ed1194bbca24833eb7bf96c216de61fd0e548703e225a37f0ba16169b2a04b5fbf59f6395b0cdde3214dd003d21a66479489abace4174db8cb3e804f2882831ec27df3bc863573dbfe1cb2b183d6baf4c8a9abace4174db8cb3e804f2882831ec27df3bc863573dbfe1cb2b183d6baf4c8afef0715e185fc6745548720e9b07b43a88dd0abf26b7567c767dfe582800c4f7fef0715e185fc6745548720e9b07b43a88dd0abf26b7567c767dfe582800c4f73da0f64a0e251d43df7cc56508cc50cad2b0f86e84684dfc917f31880d4fd247c5176745834bef28dedb68953472d9bcb76e1920ae125845dfdefb2d866283ca5b9a365c4870736305b64a4360ea33704c55327ff0cbe4d573ef91113cdefabdfee4961bcf21c234f394f01abc0398e9ee2897fbcf9403c807d1ca820723b7d8cda9fc8a16e456237dc55fb0d5c8ea27d1c4cd75eae21355db9d5dccb36abc3fb5cdf9221033a63366515bde3e85b52c1fb2db293c1d9857784c5563a54419c3�rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pytest-mock-2.0.0-lp152.2.3.1.src.rpm��������������������������������������������������������������������������������python3-pytest-mock@     python(abi)python3-pytestrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1^}��^!@]��]���]�d@]�(�]��@]x��]:�@]0_@\��@\��@\��@\�@\d�Z��@Z�'�Z��@Z�<�Z��@ZWQ�Y��Y��@X��@X�C�Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal Hans-Peter Jansen Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal Ondřej Súkup Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal John Vandenberg Tomáš Chvátal arun@gmx.dearun@gmx.demimi.vx@gmail.comchris@computersalat.demimi.vx@gmail.comtchvatal@suse.commpluskal@suse.comtbechtold@suse.comjmatejek@suse.comokurz@suse.com- Skip 2 more tests that have fixtures adapted for mock 2.0 output- Update to 2.0.0: * mocker.spy attributes for tracking returned values and raised exceptions of its spied functions are now called spy_return and spy_exception, instead of reusing the existing MagicMock attributes return_value and side_effect. * The deprecated mock alias to the mocker fixture has finally been removed.- Update to 1.12.1: * Fix error if mocker.patch is used in code where the source file is not available, for example stale .pyc files * Now all patch functions also raise a ValueError when used as a context-manager- Disable current failing tests see: https://github.com/pytest-dev/pytest-mock/issues/167 boils done to an issue of pytest- Update to 1.11.2: * The pytest introspection follows message is no longer shown if there is no pytest introspection (#154) * mocker now raises a ValueError when used as a context-manager- Update to 1.11.1: * Fix mocker.spy on Python 2 when used on non-function objects which implement __call__ (#157).- Update to 1.11.0: * The object returned by mocker.spy now also tracks the return value of the spied method/function. - Drop merged patch mock3.patch and fix_tests.patch- Add back the mock 3.0 patch as the mock is being integrated now: * mock3.patch- Remove mock30.patch for now as we are not able to upgrade to mock3 yet- add upstream patch to test with pytest5 - fix_tests.patch- Add patch from upstream to build with new mock: * mock30.patch- Update to 1.10.4: * Fix plugin when 'terminal' plugin is disabled- Update to 1.10.3: * Fix test suite in Python 3.8. Thanks @hroncok for the report and @blueyed for the PR (#140).- Update to v1.10.2 * Fix bug at the end of the test session when a call to patch.stopall is done explicitly by user code.- Update to 1.10.1: * Fix broken links and update README. Also the code is now formatted using black.- update to version 1.10.0: * Add support for the recently added assert_called method in Python 3.6 and mock-2.0. Thanks @rouge8 for the PR (#115).- update to version 1.9.0: * Add support for the recently added assert_called_once method in Python 3.6 and mock-2.0. Thanks @rouge8 for the PR (#113). - changes from version 1.8.0: * Add aliases for NonCallableMock and create_autospec to mocker. Thanks @mlhamel for the PR (#111).- update to 1.7.1 * fix reading README.rst in setup.py- fix deps for setuptools- update to 1.7.0 * Drop support for python-2.6 and python-3.3- Fix building with python3 only available - Install properly license file/etc- Update to version 1.6.3: * Fix UnicodeDecodeError during assert introspection in assert_called_with in Python 2. * Provide source package in tar.gz format and remove obsolete MANIFEST.in. * Fix mocker.resetall() by ignoring mocker objects which don't have a resetall method, like for example patch.dict- Remove python-virtualenv BuildRequires and simplify test execution- update to 1.6.0 * original assertions now appear in failure message - shorten summary - add requirements on mock and pytest - enable tests- Initial singlespec submissionsheep86 1595436385 2.0.0-lp152.2.3.1pytest_mockpytest_mock-2.0.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtrequires.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_version.cpython-36.opt-1.pyc_version.cpython-36.pycplugin.cpython-36.opt-1.pycplugin.cpython-36.pyc_version.pyplugin.pypython3-pytest-mockCHANGELOG.rstpython3-pytest-mockLICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/pytest_mock-2.0.0-py3.6.egg-info//usr/lib/python3.6/site-packages/pytest_mock//usr/lib/python3.6/site-packages/pytest_mock/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-pytest-mock//usr/share/licenses//usr/share/licenses/python3-pytest-mock/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:13468/openSUSE_Leap_15.2_Update/8f3b9be1598ca671e633d5c6581c046f-python-pytest-mock.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 3.6 byte-compiled RRRRRRRRRR�!Mm�1���n�>utf-8b2a88dab024fed63cb7eaaf0c87a7cd1b908597d88e9e26aa8860030ffefea0e?��� �7zXZ �� �!t/���]"�k�%�4P�a� ��o���モ�'@t�/BH�2�<އ�l��tUE��2z��O��66�(��z����%O�����¢�Ȏ"�r��Oe��?�똑;��g�>��8Ș�O�ܧ�ŕB:�7�nً!��9]��Aʋ_ 8���X X�� �*$��lg�n�^�r�h8c�Lq<�������D�V3���0��E�nXhE�?���� A�R|�4&�w�UB�:�A��#�P��=2J���N_������} ��Z7k��v0�YKv�2�j)7 �]@��Х#{V�18���*�����>�����,H&��+�� ��e�&�K /<��w�cr����& ���A؉��!���Zq��T����fg�M��H��������%1:�n����X<�E�[�� �u��yy�Ζ���b��d#@����=Al@�nľ4�7K��Y�8���Z4�J�0�l].����c��4��:[�3=�s� j�ĵ[������"ծM�?<�<�L7�%�Cm�^� .�'q��n[�9����6˨�pl��eX��/���q+nN�����)���3��sgS����A�;��wSx�^$�+���.�m���u�A��ᅜ�o�u*O)�7��W9e�ű�U�t �'�1���4�� ��>���*�'8r�&Pz�������%L������$�aGU�5��o��b,�z���o����h��~�}w�ak�{�j�5}��{��X�/��i��+������@Im_N��K�֎�wf��X�-+1/1e@9��º;��>)Y/�,rpNY���_:����$h�� �P;�(���is��l�8(�+�yR凂��M�~V����T�΅E@�=å�r7{��2o�0U �;�8Y�C���i=P�d��=�vD�9J�t��r�y`j�^�B�����[��I裡)Y��MQ)r�ƻ���;�Z�. h,a�Q�o`�%����E��u?��;ĕQt .�H��cN�N�*Z pO"f7<��(����z^9��mч �F�j�%e�d��B�9�Y1����|��S�7Ȑ-G]ܐ�OҸ��0��.���C@�z� l��4'���.���3��K�[�������{NX����z=:�G�!��4PKi��b�(�e]N�iOpɌ1-pk� ���D��~��^�Ը���N�9��m �� �0�_o��� YZ