python3-pytest-mock-2.0.0-lp152.1.1 >  A ^v"/=„[~SܞAHeF`{SVPQHK7M4ǧ G無 <.hJ$R"N_),ƲShas|zo_cm/|dYD|!lG2f~_6-莔k ڡ–)Y5?b ~)ʫEMj'`7E'!=cTa!pNedbc5f0cf52b5557b2901ceecb5fe82ff89f756ffa0300f24c28663140cf31094630baac328a5be3f992d97975e3c17338f91d416c,^v"/=„:evVߍESϝX[I?.Ya@˘5CFܬuph sz?bda04O!VXۂ.дۙ"h\A.su&,p#uHti}L1>F$PI_#zɳUИ-Mə4Pt\)Fi,1>^a% J$#L`ݠ380l|fnbTwҩe3#{]|īð?@JpBωUȉ}v+y >p> ? d & f8<DH[dh   L x  & <p  $ ( 8 9 T: #FGHIlXY\]^}bcwdefluvTwx y X z     Cpython3-pytest-mock2.0.0lp152.1.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^vbuild78openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://github.com/pytest-dev/pytest-mocklinuxnoarch>:&B Q))t/663AA큤A큤A큤A큤^v^v^v^v^v^v^v^v^%^v^v^v^v^v^v^v^}^%^v^%^v^%9dc98681ee1e61887be84735a653d86a6e045e1cb9ca892cc9ec83d53c37d8699fa2f194ecd5a4d5a96a19654c5cfb36d196f1050240f6f783a8047716e3c73d01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bf2d1ff1c2806677f88211abd0f5fa379c996429d547a60bd737d55bed15ffba79824c3f69a15fc3d4cb711dcfd3ef08c5d0c2e51abb03ac39cbc8d6683cf329d836e5f4160748d30a90063359f7b7ed1194bbca24833eb7bf96c216de61fd0e548703e225a37f0ba16169b2a04b5fbf59f6395b0cdde3214dd003d21a66479489abace4174db8cb3e804f2882831ec27df3bc863573dbfe1cb2b183d6baf4c8a9abace4174db8cb3e804f2882831ec27df3bc863573dbfe1cb2b183d6baf4c8afef0715e185fc6745548720e9b07b43a88dd0abf26b7567c767dfe582800c4f7fef0715e185fc6745548720e9b07b43a88dd0abf26b7567c767dfe582800c4f73da0f64a0e251d43df7cc56508cc50cad2b0f86e84684dfc917f31880d4fd247c5176745834bef28dedb68953472d9bcb76e1920ae125845dfdefb2d866283ca5b9a365c4870736305b64a4360ea33704c55327ff0cbe4d573ef91113cdefabdfee4961bcf21c234f394f01abc0398e9ee2897fbcf9403c807d1ca820723b7d8cda9fc8a16e456237dc55fb0d5c8ea27d1c4cd75eae21355db9d5dccb36abc3fb5cdf9221033a63366515bde3e85b52c1fb2db293c1d9857784c5563a54419c3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pytest-mock-2.0.0-lp152.1.1.src.rpmpython3-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_@\@\@\@\@\dZ@Z'Z@ZTomáš 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 submissionbuild78 1588098589 2.0.0-lp152.1.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:Leap:15.2/standard/b907a358c08a0975c7a786c819fedb4b-python-pytest-mockcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 3.6 byte-compiled RRRRRRRRRR p ,Jutf-84810e709d519c054bd55858a11dd6e40d1da1cb6c7c0499de7db28c074ae1141? 7zXZ !t/=] crt:bLL h7Yܢѹ], m Q{]t$E t :+8%ufZ5{_%,Uuh慚W}Q2Wt1xEau΍wK۹ֹaIES]΍R0L|E/ih"g`=|Jr4xd-LR'34ik f(7F !O1FCX_`?v$5H{DSSV_]f'խ=Wvq~IjǢC)2̍0}/ܾfo+Npj>eshd=E a?vB)pCe .T o꫹Z` u NELjY&#&#/ft?+cb @A=Dc;4ad4,ũC~ I !G䝜.p.4`kU­`MNEiw@]엫?]wmE%=00#lXV3pnHH Yu3AsI?IqaQEl`Rr1.@߄[}=M q"$;Vj9,͉iV k KBФǴ&ݰsdأHϱȋ O]6:% tb4 OhmL591V h ^kE TƘG5Iz xVptW]Gd=#Uz'\ҩУ"$pE.' YtFJ]S1+qYNRWLBTx&~҆ E{a3p~> ڳ>/Қ-USq-m ,n@tYdT fs^q;X6^_Rx;t|1g>Vu0 4SSr^7-IOQM s.z YPSG3J~Uـ}_fNޓBvFEٍ>ŤS]+C4 S@\+Sd=灳Ve C69:*a rݝ\UV`+u qI5[E\v̩IV@b|6+_HX&pfvsץ18O8>W1h)XI Wɰ]䖪dv\0DIIKJ}Im]MrCT>ځcϞd~jRllBlbn!R$ ~BĸUC|9R%ngБ{UP$c:)1@b}Exà=5|<(aCbYxߪ#ka XSЭVS8,/~ױ^ Y\ܙa"< gI]ҀR(O>)Y1iX0]J.V8ʤW88T362B_co +Z=0-Ş\BXj4fi@e}(bص~@ Vm Ts31~?Ju=1>K.eflIW]FXri#V/PK VYFgIV4؀ui1GzKZدx#☝ [Ht *nbW.!gZ~2Kg-bv;z+,Re%h;P@!>ck~W%?vN-F-N*\ߢwŧ:6 ~3 xkVRmѶ4%1nމ』W3QʤT ~jcAs}#?-2sd@ jHkX#ԑ`w_{?)[| )b~ m~&:'xpW\46he 0 d}w}2Cd.$\&I[oxo jJCE)[>3X`Jzpme~%\(1$ń\i|x^ gB$u<^޹W DH~h-&0}~]0g¡H3:lɼ`7,{yp/a0ĠYm sJG)prex1tPߢ @PGm DVváŝ"-\h5{v,(myK G$Ȁ(tKυEx%QbrBuIvs t%լD(g0UB 3FNw0CyWn 뤯 joj}}}uo5 !/0lxz12E75p `LUJpg0;T O'qufKꜸ=r@fM'B[ύ u' I_ϗJn99t؊jYAwIw٭S;3]Bs>$WʷT6[1%Z&4ԩnhmXzd`7)b:{WePYoNp5xRN{y3b뾅vNm_Ən<-M/jݭv.%TX Q{-"=*iHw~)ν;C4{úkͶr bLJcK0@x{qvC9$r~64GB}at=O5|&[`U-zle'`,bO 7"Ö:d^Cz*Now⹟N}̱=PyiעJ[cookGR"WO1YR%j^j[fy…VfWw0u Q1Z ꆚF]h`ɨ:1 *BxW{S'ν> 8KC#uǍJɀ!kypT5}rXTLpFuK{rj@3`K%|0TCJq =ۃPܧZI \_շ-R1>m1I!>(oʐZ-1dMAE.RBKol$LZlhHJ`Z1H-U~G9ăߜ[a_V܅PeoxOQ1틂A9t}Ǯ:טT *ofgg"UT=!s`ÁO?3#,hcЉ3SIwEe`!?ՃDk>EUm+hK ]'!;c~m%o: D-9oBtYve-#. \lQ7Etkp'sat$S'-O& Rx#QҴ{̸6*6TQu~h*LcJ>E;wpM\.{'#śz$9e3%#m5u#vhE9ɒ@JӪbow9t:ӓfIL}Yf)j,0$z\dʄA sT /,ɝV05SCb]=HM96j y<ȍ2 Qmr(Sܟ%2k+eSa͋&8;K:cy>iע{ -_ ._DΘ!yo?(燫H\ '^q]nFGUZwi`Uc +kAi2ػvNJձXRs`N- ZC2F10Y[B(yԖ-fӅ5YI TB/HHTR/:[ԛL>R,h@{j |sflg'sM-9dǸ{@{, B5"hcݱbm1χ̊9`]L ƦN|aNx `,9ڨ sJ o^w4jH޿c.U*wQ!`rb&I#NJy|T㖦HVn| \4\]$DXq{߾+ w曃ݴ:b*LE'^ag3hvχ)LՖnDRю&3i3h㡀iEJt.~'5l=>Xr~aGN$HLMٽByP~X"PVO)*W72)RX)@, ,Cz'@9 +Љd߅AɒkD5Lk8}ugvر^Fuh@e҉K'uI ~@).ȵt;\2Lպx9>f+q ) S1ˮrn<^'@d| M(Hr`C ? %9C/-<`t)Ka?n@tcEd~ 4_(|nJ%Kx@S%} @GB:̀BZ@ _ [\j1GdW(2[$-Vj*)l]|s >+)6A0 t`VƱ:)V=pbƀh=VRωZǛ`-ľ䉓"gՒ8;1X?Y_x0 [j!6"[Qp\5~;R7YjppG=m>22P3ki &X=BcvAYmtdZ+%\9D/ÝyKb)ҾM J;p`ά)7P:[d˖Tؗdr\B\Ι\b LeIq&|g2y?0ymƐ5A܀.ҬZh5T(D)/1rk5ng sِJzF,ep*{RhW3Eyz}XW2mdv ߋ"%'()lvX}*(HEΫjQƿ4n:sQD*bLnPk~#G'@tTO$XA׵4Y[n)TǢCH/*xp쀿X9on_}JM]5[[Ժ0nsɯi=ʭWɎnDM }mH4I7{r~Fziy֪DaO}Zn(σ׈[fX'vZduJֺL<%ix7"JbsÇMMA1EUrQgOf K#'Wwf(- X\ m4ebf:Yc. xҍ? _RMy`;ބi]ƪϳ:1r#_AR'߃QRp?ɵnq.i#$>Ũ-h(UU ;2,x )ba}H-eG{o Y?ң-)$Leîٓwa/ ׼'u70dUSƉAPVc%v E]=z3 Zq3}M#YGudꇹ$zOܔR%W\5@֒gp{^fkڒկԾ @&Ae:b^\{<# "lF=Z>2M kdu)a[ޑn{S#qX~"0z"Gpr!:^p"܏$L=gOaWB Շ6 IqFjB2Wܙb vLRBtPaS:JO ɞF}3\9 ㍚ʞVC e:Ĉwf RX9'MY3i!_'.}JίkT7ZQ[ɝ%y *r͝A05SDNl&ݨ/$Km5H #xV93^+_";'M92ҫ2/s#K:e q*m('Ny;nD ,p37XV10Xbhr-ƆVF㳅Zg)(gk)QFD]=`\q /A FԾjXBnx=5,s+o f<76$fJP;7s6I45~LBm^k *S]Ԑ̍OX"@Ü??4-%l-8ls^ѯ]mJDO<@`>pQkg @8B n%`GVA'GV!UD_}B+ rMqp%8i8,J3wXږmƍ4dɉjGiaF~3Ge vA~U]hCJfv bٿs6 $7'OMkQp[y ޞ!ؓZ:ah7"lhVF.B?^7_TQ HgS:iʟ05V>RTd  ?yV&~jA5 ak1NQ2ʻ2̇^pJb@a Wn|:-|KOvC"/ *:H-Jqg!*pҩʇ]brC't2Kf䆛A&o/vLe8;VPۆX<"X:r>"i_*oP#o-0\O\&vu}3ۊl;K(AѹAF dZ^!P߯pӻ>Ey'<1 ##" $,$ݗlt -I$e<i@$$*5;3, /˄ j,d[Ijd.@Z}#HwwΣI$f̫#cf\o,#蒿P;{/L x7}Hy;WnX:/}HpQH̽Hx/Ll_{;2o;3 !uj8ie`|5 *-\|Oa^ }SMb_y[a .)5o0jI ~"C`nZ{j'Ԧ;0P GX_ =p\ެ-M%{ܦj o͢9ndfRJ"4xiqnzٙ_T{sz1s;ƉB@ThW*IYC iXu(tԶQgӬ9z}x+wэ zM /f> !jc$u^Cъ3˖X"/o z}_E^c>=rj"r30AbV'N s:" <${sPڠfTDMYqҨJrURJp,1$hfE6o [OۙL#P-47UL2󞱇HNaa< ^:LjjH*T*[f5Sm Yp u7. tΞ,'4H@ zMu[N%Z3ws#Rۆx't@j+j?.  )y+$xB'_KK8:M,go&fU!4*J"M]h[_ &#znPL\yU#a6$5DC͸xIHy~\ i$(L; Q|!rT+u:cU lzjC-l1,V:ac;Nq)~yTj\?E{.+[_L6[urT to<8[850*ѧ/ki[d9zST&=H& C T얡V=,?3"4 H(4=@kET/Ua|Y$Au=%wx%v4D)c30*q1ǮLq zEa 8wAS%-[Ή"]|/nG~[}T]))51ʗn  A&w"$N":m yBM. ۸s 0*|mx?+pꟼzhZrx)&bOioLPzԾRX{BW6+qg.\Tx DIrn1րf= imb?3,d&Tj[]0fs\-~[~*X|;a!4y/W {ǥۗiΝq^i9$%&iCf8wnŻkɆR+Pr_XQXXHM|b^! ۸K}YD>ߎЯd^6PwC#MG Ym(R\P$u]W=$̈́\. Ԉ9ne#U͂:TwJiTYutRHB)Yy0v׊Nڮ.ͩ"5gPH7caLf;b*i!@ڃC}mvƼWjB6/\L`1{~u͆IF]Aƒ *w0Qi0ebKDBNjC`9 1H]D&!p>oʛ"f3\'n92)CagpZ$xor̤vl69 08)`pN SV6y?L +r| GV9CFFAd\Hp5J rBo4 |vu< gtr 롗KDc( z7F0?~Kx̽ir4cQ4ST|h)Ѐ0Ԙ{ s,7?(4Ȋj XρR8~8hd?vR{ۙMYPXڅ` ]W֭by꫰|t{kqYZd/ 릦UTx>ܢ:T?݇ j 9>yI,.\V:nzr{X%-IJ$I,lT_QwS*fe[4` >iHݭ@a 1_[F_&u()N5u˷1g嗚&z&gl9* 6e7q9ԕgfHsz5i}yhrmZ΍bS%N#ϯ;\4`3˶ +f8|)@ nW\ 5d Љ%To^RcvS6!pp yЕ:-^hi}f#9tSˉ8^B"Q@Y`7 )28CfY|tDDpXbU %Vl sն d[ s+cz ,n?)O0zN%0ؼΚ?}nL B(\:{k!E:OA$md%{b TmGhjvDPn~] xc4yU3R3^ZjI9fy)$\' '!-;(v{HqJ :˖KJ.Q_VA1%>d2{<]7}rDD,8Ҁ[=tnSivx=+ei\k^:}/({ %VTVY9wiXOeZ ),De=Cqom+Ohl9kh)GkƱW͖3~g'( ?#ARZH$ (5&J 5gl}Ы7f߇;"՘7< i|eiGAd742$T=~@䘹e׉G>Xh841 O`nپ&%L?/CGܤ嵡R!n àr?$ z cvt֢T"Ųn.$VWWk. ײ%'jcjqAT5h  6asrRge![1V1dɱYq3QyfCuD١4N>K~a͢'F krP\& dښsjGgwuE/Ū}qӝ` 9*[&"=g06tq'" k+'&~|՗L"&ISTw@yi_7aZ/G6"3]B~Z "KA'aHlqYQ*Ȑ~qԴwXPLK ""NB80wPp0rd&_eחs(zՅu2孜lvOa[5U=L!vJ<爵N$,(F|"}R>T˟nT uP@"3\Tbr#,0>aD_lxR ` Ifa>We` ^l'lg=|bOW cK#{m_Oke!ŗƏUk) ]yRBhvar m*tݑ#lSVLᗗA#v.ʻe2s$NƸ7h^+P\pe>YL.s"`>k"ʖ4q&߹ش S4![ eLLtNx'Wg_a=|"!'& u=3kHo/Ei  >4#>tnsn!̙ITç7 4ϑF~6jNR'_? p"ˮ[;VqiAd#Sx*Ԋ4a}BX-V> /!%b>)+xK51IZz )#"^M}Sү>C[2G-)PZNX &Xb&Ɖ8w5Oq'=X]\*N3> > Ic+2%ގ5'5NAbf3?OvAޣrȓnϢO>"BW6BUР-s~1gw%qnfbC;Z \7kxs>;ӳA*/^w)4ղ gNf{٨(Ri^EOt:|~#"}쀏ZX ҹk2vFÅV7ȢBŪNTx3|$mdK^ *$^筏EA -.Ry8K^+=5g9/p}ΑX '?aFUJ+mN؊=C"y7,-)%.kB TR5 ?s^rƶ& E(HzQ g | +(L4 #AZzXc969$0XaMPpɘ7I`6^ i'WQ>k~ۊS& t^fhSx\$ۊ#'%@XDŷ8O!MK-p]R\'U(Љ5 ,ҟ7^}$a2 +Unjh㟔)&bKR~14vSl *GsCcpdZi@r [매B+8*qqaG%t % =vZkqu:nñ>*l@(!DJ &Rɜd1w?Y2RghhG/Cf,7\ V\Z_VzfXZ"4O^t ՗GK:Zm u;ZH)1[+NK\.bQ6nҩPd.sYӥm"Xt@rQ13*34/7p{-:4b\F/Ynߒ;Zia\eeO֛3fMhqaMT&;RAXnߛ5J>R;Uk6" Zt858NG[99Jߘڕ:~sC[4iִOc nk y.uL<3 L-}8U5*pn<ɼ ^\uGM@x =Kj1tmڝ ay QyeWM6[{Qɋ*D\Լ[%~hUNo,}sF$n9rM llJmw-,@1@W;t&8R7~Ӻ>*qؙll) [urk}9 x@Hդ{5T"afH`m^H7/.|J 7bM1l^ 3.25|СZ YZ