python2-mock-3.0.5-lp152.6.3.1<>,l`_J/=„pY;'CFJʃ!p\H?}.-VXDB"Q0-sh*>H$rD;^S.eoef(F+O)ch?T @ڍgf`aЁx;cWo\yzctcMuUZ#A)?)d ! S HNX    h xX(8 9 : B$*F$6G$LH$I$X$Y$Z%[% \% ]%`^&(b&c'd(0e(5f(8l(:u(Lv(w(x) y)`z)x))))Cpython2-mock3.0.5lp152.6.3.1A Python Mocking and Patching Library for Testingmock 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._Jobs-arm-9LopenSUSE Leap 15.2openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.voidspace.org.uk/python/mock/linuxnoarch >oq**Q=33>AA큤A큤_J_J_J_J_J_J_J\_J_J\_J_J_J\\d73af30dda37a4cd7961d7584b0e5bf2047f3c2135910748336a86158f65b080ebe995d73d45287ac9b5d2899a7c9f074c287dbe9c3614b61a26908998b8f78d01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b5dea43707f390abba9269d9b284d6e6ab8dce4bb2e441db3315455424035a07761b1946176b6d6031da0cac42e0f359e77e47c121de491809bb2bc6cc53c8564d12751c6e75f5d3d14b7fd4109e6c65d869e23347ee1f77286fee33ecf3c5fe30f2117b2c0e0f14ae1719a59c3456a730d5c9c85539beb26c7aa53416cef847d0f2117b2c0e0f14ae1719a59c3456a730d5c9c85539beb26c7aa53416cef847db6856a2cba3de51599a836c094bd0166cba923dafc88d8849427419909aa352e95bab8dd6437fd7bb1e4c6002a7f7c741449d42e36f14feb7e086e9c25b54e8b95bab8dd6437fd7bb1e4c6002a7f7c741449d42e36f14feb7e086e9c25b54e8b5831ee149d3850b28df8ff02fb7bd07cecda81e85cc8435c20827d3922202d343495948021cf30144d004fa30daf9162ca2717d1f9eff1bacda234010e00e414rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-mock-3.0.5-lp152.6.3.1.src.rpmpython-mockpython2-mock@     python(abi)python2-funcsigspython2-sixrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.713.0.4-14.6.0-14.0-15.2-14.14.1\ڭ[qrZN@YWmcepl@suse.comtchvatal@suse.comdmueller@suse.comjmatejek@suse.comtbechtold@suse.comtbechtold@suse.comfrede@b1-systems.detoddrme2178@gmail.comseife+obs@b1-systems.comdmueller@suse.com- update to 3.0.5 - drop remove_unittest2.patch * more in CHANGELOG.rst- Remove dependency on unittest2 Add remove_unittest2.patch to facilitate that Remove unnecessary now unittest2-fallback.patch- Condition python2 build to ensure we can build py3 only package- adjust requires for singlespec'ified python-funcsigs- update for multipython build - remove test runner because it performs dark magic that causes a failure in test suite - implement fallback to python's own unittest instead of unittest2 if we're on Python 3 (to avoid dependencies on funcsigs and unittest2) (unittest2-fallback.patch)- Fix pytohn-funcsigs Requires- update to 2.0.0: * Fix #338: depend on a fixed version of funcsigs * More 3.2 support dropping cleanup * Update sync point * Add Mock.assert_called() * Issue25347 - Format the error message output of mock's assert_has_calls method * Issue #22138: Fix mock.patch behavior when patching descriptors. Restore original values after patching * Issue #24857: Comparing call_args to a long sequence now correctly returns a boolean result instead of raising an exception * Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes * Add version info in the docs * Update six to a version with raises_from * Fix #328 - handle unicode __repr__ on Python 2.x * Drop support for Python 3.2 * Fix typo in docs/index.txt * Fix README.rst checking * Be clearer about Python version compat * Issue #295: use a setup_requires dependency * Improve grouping of imports in tests * Use six to detect python2/3 in main module * Use six to detect python2/3 in test modules - adjust Requires - use pypi.io as Source url- BuildRequires python-setuptools >= 17.1 If you have a lower version the build will fail.- BuildRequires python-funcsigs. It was already in Requires, but is also needed at build time for unit tests.- python-mock now requires python-pbr- update to 1.3.0: * Update sync point * Issue #21750: Further fixup to be styled like other mock APIs * Typo fix in mock.patch * Revert "Issue #21750: mock_open.read_data can now be read from each instance, as it" * Add 2.6 back to classifiers * Record sync point * Issue #21750: mock_open.read_data can now be read from each instance, as it could in Python 3.3 * Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely * Folk should test 2.6 locally too * Closes #279: setuptools.version is too new * Support python 2.6 * Update sync point and sync docs * Issue #23661: unittest.mock side_effects can now be exceptions again * Abort installation if the installer is using setuptools<17.1 * Closes #269: setup_requires pbr 1.3 * Closes #257: version the dependency on six * Rename README.txt to README.rst * Make reproducing travis behaviour somewhat easier * Cleanup version number handling * Overhaul docs * Update docs * Remove stale MANIFEST.in, ignore pbr outputs * Convert to a package, use pbr, update metadata * Bump versions * Officially drop 2.6 support * Issue #23310: Fix MagicMock's initializer to work with __methods__. Behavior equivalent to m.configure_mock(). Patch by Kasia Jachim * Issue #23568: Add rdivmod support to MagicMock() objects * Issue #23581: Add matmul support to MagicMock * Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ implementation in issue #21408 they are redundant * Issue #22823: Use set literals instead of creating a set from a list. Fixed an output of sets in examples * Closes #21270 : We now override tuple methods in mock.call objects * Suppress a couple more DeprecationWarnings in the test suite * Closes #21256: Printout of keyword args in deterministic order in mock calls * Removes unused varargs and varkwargs from assert_not_called() * Closes Issue 21262: New method assert_not_called for Mock * Closes Issue 21238: New keyword argument `unsafe` to Mock * Closes issue 21239. unittest.mock.patch.stopall() did not work deterministically when the same name was patched multiple times * Closes Issue 21222 * Closes issue 17660. You no longer need to explicitly pass create=True when patching builtin names * Issue 17826. Setting an iterable side_effect on a mock created by create_autospec now works * Issue 20968. unittest.mock.MagicMock now supports division * Issue #20189: Four additional builtin types (PyTypeObject, PyMethodDescr_Type, _PyMethodWrapper_Type, and PyWrapperDescr_Type) have been modified to provide introspection information for builtins. Also: many additional Lib, test suite, and Argument Clinic fixes * Issue #19594: Use specific asserts in unittest tests * Remove shadowed test * Adjust comment * Issue #19013: add a __main__ to unittest.test.testmock to ease CLI invocation * Issue #19013: add unittest.main() epilogs to unittest.mock's own test modules * Process DEFAULT values in mock side_effect that returns iterator * Closes issue 17467. Add readline and readlines support to unittest.mock.mock_open * Issue #17047: remove doubled words added in 3.3 as reported by Serhiy Storchaka and Matthew Barnett * Issue #17015: When it has a spec, a Mock object now inspects its signature when matching calls, so that arguments can be matched positionally or by name * Closes issue 15323. Improve failure message of Mock.assert_called_once_with * Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue * Remove incorrect comment * Closes issue 14634. unittest.mock.create_autospec now supports keyword only arguments * unittest.mock: removed another bit of Python 2 only code * Adding unittest.mock documentation * unittest.mock: remove another piece of Python 2 specific code * Remove more Python 2 code from unittest.mock (obsolete function attributes) * Support subclassing unittest.mock._patch and fix various obscure bugs around patcher spec arguments * unittest.mock.MagicMock objects are now unorderable by default * Removed XXX from unittest.mock docstring and switch to a nicer try...except...finally * Remove more Python 2 compatibility cruft from unittest.mock * PEP 417: Adding unittest.mock * Ignore patch rejects too * Add NEWS * Add PyPy to travis * Issue #20189: Four additional builtin types * Just hard-depend on unittest2 * Fix typo in test name * Some basic release process notes * Ignore more editor files * Add testrepository configuration * We never need sudo. Containers FTW * Fixup ignores * Iterating on .travis.yml * Setup Travis-CI - drop mock-unittest2py27.patch, no longer neededpython-mockobs-arm-9 1603488416 3.0.5-lp152.6.3.13.0.5-lp152.6.3.13.0.5-lp152.6.3.1mockmock-3.0.5-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtrequires.txttop_level.txt__init__.py__init__.pyc__init__.pyomock.pymock.pycmock.pyopython2-mockLICENSE.txtREADME.rst/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/mock-3.0.5-py2.7.egg-info//usr/lib/python2.7/site-packages/mock//usr/share/doc/packages//usr/share/doc/packages/python2-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:14706/openSUSE_Leap_15.2_Update_ports/6abef1ca56ba3c718741a4020d6beada-python-mock.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRRRRR,2+\xNƜ utf-8cd1a17faf3f660eb83f410f1dfb23c7c2865bc3291da6c81abbc5d2eb4cf1697?7zXZ !t/=]"k%) H5fJ`(`C-ow/g<*Hhg |KfU N(ŀEl,.DuTFU 8Ӆ{KwD zk["JfjQqW9V n$[J \o?y-mLȠxYM'(Yk4"y_ΚĖNG:S)iT 1Lߡ E>vfrfMf'ͪ) K,wߐ}ZvT#],A)9yq!r^ͿwLQDYr)ٕ/I:@PٟhaR:}Ac F7w(3-??EĴ8 J` qti󱌹qܒsG6:&=RT&b i|ur$ZDZ1w̹Hve-iVm% ghyRzѕPUydIiwM7Tx\} ҭHEk(>|uU{'ۑF,,PkhAX` VSұ-bbF~R恬1͞8;E IgYow̔nI'uDf8ANP&o'+!IT.+T!,Ke'\w|(*~м ?W(JjlCMXf<\n$u! /|xluvǮ矝*I*)oNUOiAl3)#O n:hPA0Eh밼-۔De5ܵڱ)f-Ud;Um^EJ;9Q''|*U͹r? Vȋ$KF?!YoB/NߖR uب[apjHmT66"8 a9j uki6gbv ?<5{ftVgjY1#IeH_{Gt[짉H$XlI}E:{|0s\1)9r$G`4:餁8a(V`WG u~-wiLܚ0\'|#:^(ִX-#\.nΰ5MoBz >(x D7 ª%(:$sAg~sAA6Jj?_lxфHX7M0=cuҶ:k;25L# ό]҈rtȴF΃^ۜ缂kG[Sf7LrԲX|aE`u&r42"|mFYw )L?*ol.IGt$wkQ9hWϑ٩)oZmOYE_i/51%%W"ٟm8 ;SU.4-NqڃdzZ> \Mo|JȏbHs9r(Ҵ\T4^\ơLם5OQrO\J9aL{ ϼ.*М2R5o_z@BkLE ֦ArͰSGUϋkwcA=vj&($;Mdd'Bce߽nt}P q8|X;f i$](Vδ$gGfrw"Lw)ys7Ǣ\TDS<(/@ry{a\ ȄR;=]f+v̈́ZDfq寱eqrKbM76uF~x `4[$vKJ@b|':@ vLؓHI0mLMFQ/ar 6 )e义<)^XI7dq~@X&dF=H_;e4f#*)ȵ h_Cx=a1@S %͖ jђYbVeקb;u>~"^vmD[MV={9 a<7'8%[ uw-w)س  %i;jupR9`AG1aV,-TS`&Of~hBGA2} Ƙ>U*̉ͤƊRNܫq:C]*Y?wcP>#( 6&{ӡg1^yqP5Z/ 7jW׽)!-:RZ8XMX;]GsByl-1(zʅ3!LC*-::)CԵTULNb!{?'*^2EkJ_On?xi5{ Ҙ9vDQ-F*燠+GXnBH rYY0o0.ZT4$vxbeo#!NoZq[TSzY1@VMīϛlD!Bo"]ܒ؊_2rEsVLGT)qx7沎lً[@ͽ<[/@Mh'{"lR>Sq&Wz( EMʾ|)iToRIc*^L^qҟ(zZ9=X;nd#"7jT7Q3Cc~WD lE pXY3ɋV1Óc c>_;~ _,{GӪNSZ P;ϝ\4rg9 pC[4BmvKnqi 9`#=:?,[5veCNT# L0.8Ko*@5 l!&]xU勨碌tlm/s7HK1~CPB)-9.:ٺvek"DX Cfڍђ?UH<Sve.S^^;Gu^_X8H)#ŜQNqkTFx9s0(Ю'XGWqh֋-0;0mA%lx&pc—~bqʠ JS=o/yfyl_{H_λ'YHd:{R)/uڄ5>7=O BIjT8K)mOpxmnfv~K7Wa@ygfƒ#;'rFKuxC?ftGC ol4UKl.KYK,!Uf9.QK\. ~FhiqYۥjW F%كp%20lv:$.dAnP;VQd̞1Əv(ZT@1WPf^ZQї%q;il ٍraAYk2,ky(ͅDdGIw^7y1̜%j`?nsÇ@["bk YU }w"6.*#9oH/'֨-&)`O6jaA?^" (tj k2H̫@ pCy//\ / +HFI[uRp\ 39F3zߐ. &c8W?&:Jks7b3T5%ɷptֈP}iYTu\Ǯ9It@{O~`W: MI޺?ݚ |io[m@:DR# lNq/Ny H8&Pn`X_$9ΨsW8 T&4Q;k%@o0D-ۡ#cоH|kȼzA!q+8a,dMqHj '69٦%ױ+Q- {"w>љ뙝L\RQ/4t"b( %*#)h+DMrM9y[ BrMg)8y < A+*~ݢ\2ҙtJ|kԲbaljK\Lq:I+n՟wQ~;B*<JNEMz Wz=yE|Ym|7MUtHiֹxݰ6>kP.tӿD}nn@EcLg&|⁾f'rjvZޠó#+u1 /hxu?3"W}!:t~*/8GP`  XDT(u|.j1e̪Liٳi$}z\o]KOĨS5r1AD='q `&c^WF9l˚)K$)I80 b0[lH^HD kSs\^gw&KjE!P!hS{d7{-I] Fb&M'$W.@^CɸomB 2Fd6R}|;Lשm4QiFuz6xI*A% zTsMXHTU/!r^y LCBz$h;ΫG5%zJu~܆j '}p]? ,b_! 3KQvuMc AMeȒ馥}>Xh #,yD:0*V8qj;D.RAIYf{&3O F, j۴RPCmK=yˤ⇮\{@(.4b /džv6JtAm}CAkVQI)T˴|k;1BS 0*L;-Zz+?,-ʍ滭 ("0wD0S~S뷵f-Q/A"uhHF)Rȷhh&츮yd@]&s?ť;nO콺TA´X7 GP[~L4&CLS(91)U,jM@e( &{){IG /[K6!QOBw_([|]õ+XLJ 0pnFbRf@ $T?zpHWs=rZsik$HBشtDo9Ԭ)wtcޓɫz +LjN]ǧ I :3s' UJO,~83bUzjiD ֧ƃW#w3kݜlt\.ۈ% 7O6{:\Xp4X |~S)MK IPOQaY?{]/ߣ|DY"b'G 1.M-}bӓPЋhgZJGL&!0ݪ`q@Xt O7cXr[{s@(Zu>ɎhܛhɈEA3wL:OG[6oY֓ *a@&zjy;ppN:0(=p![:R% 1-)8ok2량={C87!@״s K1!w|\j~cڍz"Z)( =Hxk2j_23)bʑ3Ʒ151h}EYAq(}z qCL} ·4oS6]c˧H Tr}ZhX5'Jm?P|Ⱥ%1#ٶJ"Q n:WcQ3L:/Dt9pکI=ςQaqAQ 6뺪-N(uC=ώ rW)9o5Ttm| RɴC- &&%ФÐ}Qk n)\QFu;u:FnjjIhkL}bK͏0D&3$nm޷rRl$qLm2)&12=ݣWQ96:6 ?B*i--lUhf:q?{qJ"d51ę߀t{WGT@CrswOv lAmA6g;kZC=ĩC:D5Q칗"ҧOׇ\}3a,EM))+%PwI3ߑy$sdzlqqȮS Rds.hV@pH p\ohveuZ$EK9?A*,ou-O}5vֻN假Vnx2meVHsobIWWsFGK$WZGixvֽ] u47F\Tױ1҉nI0;]ŶtK 7DŽ2hSVU$9^c6W!ky0ពg!/"Τ(.#X;aTE&ukom)an{0r-^ SI7|71mXAl uNP7]Y}Z0N:2sݯ\,X2#`4D qbb[199Z&}Zx a`ÞLӁ -K%Մ7jܸ~/5;rQ] j5B`[ IJH\P^EϽCi91#(sAi9Q З&l9m>Ѽ*CvZX[-!{~yܑi;UjLȟ΃iAgȺ8$@'X38EaVba^@C3ѐbKM JIϭ/[Z}i_hP}#d&[|+d0Xrm@:Rc jq("zi/ 8'[ڒ5ɩD}#?PmEx:$}sf9݆}h jM$,N<cˇƃyw8l$'c?a%U_Mgq+ҽΝCkǁ7zɥf~cS(5^Fِ=,S?)1JDT8U"(ΑdݧxrgcpzavφA>)$mbI"rGkDFLdrSTgCJy""j)uD{fD~{N/: 7K Uxjj] nz.c0Ke`ďyD"I*ʖ>U(y p}"aC':˛-#VNwVXwINfؕ'osR6|Cc"uaJ0gYQ}W4Ћw+f*H 1D.q`ש nq*[rǔe@OmZ#$e6;MUG9Å>F;4R[LiҬfolo0$v#moHk?t߯x w-)` tgp< Itug]%gk%$`|"fu]Gqp]K4ϋZqcgQH(5j/qCd&sCI#ja6|WcS6T%OoU T:8Tbf \x1Egl0)fQE'\Ta[` u&3]U^wEe1VCWPM*`,ټ$b˔lH'W=[sUmjdA!;tFnn%T&{kafe:?{ϊ&߷XC`{N8q.Zb*Z&G.}QCxTv=1a5\KwNS+o'-~T;`޷BUT_rC\Zff3hͫ;@֛(D1 /u Z{6/*%b/8Bdd %ql [Wlm_YԹݜ+b ǼvVMg;1:b3sjXT9g_~" pZW@=ǽŇޏb6tw?kF;%FStxG^FKE+_S)@zTx!@qM|@hQZH).[=ovi!j:.7u;T^~ м!5ï625N\ơ;O>sy+85[{:{]3+]SHJDąN 0{诬I/Gt"orR*;{skj}>J*7&&n:O=#?v()ĞryLJh_rrtv;S{4dnMFcvd)X\mﻄ2ZQv0rCa$M-22b3[C"%Iucޘx~o!oy53qS7|pk^OW$${ l?]2'I/@BeU|j\݂v->VTmli拂BF)|_Pi@^bɕ=sޒ@^yo 5ALJ F;'tϮD jʮyŷO/`Ɗ.V&mВ7M*׉BYҹA1]m^I蔅vgoQT%U/EFzR-#L4&lJR8ٚtXUd#%_;3}4Sc E_%cAfk 1 3htoeڌ\FJB؋15NsA7޷g`S2 E[epaaKQq\Gr)!}4xfyQvnGdT\u/}ջUS-F`[}% NC8XsSiP TeO|Ȭ~˽HՍANkgP$MEwSp[cc?c.W6%S* /'.6[f45sԗ"k]S!E[\N52 3^Y"-IBWDagawm%Ւ0> Ϭ _C'E͞GH# i(LۭusF[]E9 eNe9'/J b?i$v"ER8Hx>@Jpn7O9r:ք?8n('0@D`mNsgy&a`5} @uXWgRCZik6dUn{웫 ISv@ImWkaEWkS5٪M]+ e p- .@{+z&cK%cM3;?\d=Aj|v_DGT۶'QmL>oASz.D,i-HJz4w$ Xg[|ah8f*X&{<Ȇ>ti8q5I'>F~i=5FscL.a8lP K f%J(3Mg_56hEg5u{k`!f[:}PrOgB1|Uo3?(6CxVwA5a@YK㺬yᖱXb!fʣ#)f;RFC +물l4G E6D {p,ˎq#}Ze#l&V('0h"eL齪zC(˷1n[-~/BV&rI[^iqdh2]OSp:A,we3~䗈g fkC%X [`#eQ*\d?snIGvhJA# 21&ZV)u9~$N)AwTN(419q:J5fBAtT;L8v[+QϬzU)ٳ_mま =@W r, OK>*`,Xm6\2cs/eVE[,h%>EK @GNfJÀ:\goS{NUXT" ӯuò Hm]_+#pTm ,F %!+фMX_l*kX-039h|GAO^Z =Ddb({Y&oճp}KU[\t{`+ ;!gy5ݽj6%NL?0:xr P=UFr߹\J8haWb7DMZ|}P7LrWnci婖2~ A'WՠdAΌoHW_hqT:b{3K qVmw|-˘4P=E$m~ Zy4Ci.|P; oj88ҡiϩ?@'R"2~wF1&\$VliS.XvRdZ{a YV@b>45y6 8qF Z7פʬU0ɝg8W T?g|e4natW9}$>Fσ;Лw:_:+*h'Wl r3 $srKԍb3Mn֓Ad!NI4JщZAcA'D L uX}7Wc#?~BE(; CL "yTvFPv܋-j.U4 ΑE`2mjwղ.\\`Zj;ȮV”hu*C2xs{2Cp`,Ũߘss?d>7!f JCʶ[5jǻ+go+j{.)> iZ{H 0I]yJ#|8RmTnG; 7J?L|MJ#?6KPѽ K飇Eؓ;6= +D:->!OQt'ƢZLk$7PƇC!! ]sDkwMkZk-k4|"*fKqCUwR͌`ې)BT7~RtCPXVB;:(*=2|}H YZ