python2-pytest-mock-2.0.0-lp152.2.3.1 4>$  Ap_mg/=„8wh/?ekYb} X[1mPִ$)92ebb25dcc3a83b4077cd94af90592fc7330d35119e9ad13bb34fbad259b682e663b23ffd8d9f78fecbaf280eda0c53cd9a13634a_mg/=„\^*-H5Jn=;EO൝I a0UkS}֥oz]I*Pn v=sIT|[oH#«xGta8xZ5 J*IkEBXurQ)"\X%GJ>#NLo|+)E b&H|/ F2j0 { e7r ~wՆ<,Sܷ* 2F H{7 d: ~g?$>pA ? d ( h<@HL_hl  F p   0V   ( 8 9 \: +BFGH,IXYZ[\]0^]btcdefluv,wxy ( z P ` d j Cpython2-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 Qu/33663AA큤A큤A큤_m[_mZ_mZ_mZ_mZ_mZ_mZ_mZ^%_mZ_mZ^}_mZ_mZ^%_mZ_mZ_m`^%_m`^%9dc98681ee1e61887be84735a653d86a6e045e1cb9ca892cc9ec83d53c37d8699fa2f194ecd5a4d5a96a19654c5cfb36d196f1050240f6f783a8047716e3c73d01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bf2d1ff1c2806677f88211abd0f5fa379c996429d547a60bd737d55bed15ffba79824c3f69a15fc3d4cb711dcfd3ef08c5d0c2e51abb03ac39cbc8d6683cf329d836e5f4160748d30a90063359f7b7ed1194bbca24833eb7bf96c216de61fd0e548703e225a37f0ba16169b2a04b5fbf59f6395b0cdde3214dd003d21a6647948de42b7bfd70fe3a1c2289042120c7a34e004bec711557de5b6877e5403210d0dde42b7bfd70fe3a1c2289042120c7a34e004bec711557de5b6877e5403210d0dc832ac88ab98140d0345638dbe1f931782cd94bbf2fd689d2c8c2fd7e2a75b35eb9d8b6969d68465d1cae2d6012e1108039615f44a9d4b0f2dc60560343b0fb2eb9d8b6969d68465d1cae2d6012e1108039615f44a9d4b0f2dc60560343b0fb2fee4961bcf21c234f394f01abc0398e9ee2897fbcf9403c807d1ca820723b7d804291c95d2260349d8accf1233df7e67c33d60230452a134aefb022c984b88adc956705a58e892b63d2175db4833a2b46a29d1532157aeaf31cfe3937cd38790cda9fc8a16e456237dc55fb0d5c8ea27d1c4cd75eae21355db9d5dccb36abc3fb5cdf9221033a63366515bde3e85b52c1fb2db293c1d9857784c5563a54419c3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pytest-mock-2.0.0-lp152.2.3.1.src.rpmpython-pytest-mockpython2-pytest-mock@     python(abi)python-mockpython2-pytestrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.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 submissionpython-pytest-mocksheep86 1595436385 2.0.0-lp152.2.3.12.0.0-lp152.2.3.12.0.0-lp152.2.3.1pytest_mockpytest_mock-2.0.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtrequires.txttop_level.txt__init__.py__init__.pyc__init__.pyo_version.py_version.pyc_version.pyoplugin.pyplugin.pycplugin.pyopython2-pytest-mockCHANGELOG.rstpython2-pytest-mockLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/pytest_mock-2.0.0-py2.7.egg-info//usr/lib/python2.7/site-packages/pytest_mock//usr/share/doc/packages//usr/share/doc/packages/python2-pytest-mock//usr/share/licenses//usr/share/licenses/python2-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_Updatecpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 2.7 byte-compiled RRRRRRRRRR!Mm1n>utf-80f6e3122bb93c3eb6da581c76d235076e9d8d64d506bbb1478909cde281a8675?7zXZ !t/$CHP} ba[G~-ׅaxbMMmv7WpCx< k{c`o :|hp&YgmE{6ǚ66S9 <|l^mei2qXsltro^f=}\*/3PҒQDeT&JӻZhn B 7xj+Ea#3g>m PP:pKA!ɛ1~&7"l@Cf.wȳf,hLu08sL|¯ISB.B=jĺ5}|VXmuNVYkTn&T.ʁM|si} P'B'E쀫ٌZsRĴ,#,`DLXYm]Z m4τ7&Gʔ4[X[}ERo9 it/ JC!Y+dy\sGRĮ1坒C*8W#co۰8 3#O˻-DY2()S&Lo>-= ;@4{3 Frf#Ap(5D* czcۍ]\?ӓX3Nf[WZ+FUx )&BAhx{QH[Ʒl] nm+>CY'!k$`njK&9Z5<ƃ^ %xW[m|F3୳G[LzuiݞS#D@xXJ]en:  g/e$rZ&sEw[ d( S4ӴR,$UrMMѫvfIIŶ{oxFㄧ֯p BgJs)2;u=,9`^0TU7`Uݴx }„2WOg@Nyx"Ej^Rz,_{ynv9zevWn\Pӱd , OzJqQa-}*؏]Ph6:ǻSZᴄ?m6y ? y.sZ?>KudrX]FQ0Xr.<y^EJ0eu\#a!K@cߐ9a⛃MК8AȬ諎$=璛<Z[ę c?@eOa4e æfJTqBҲ!cƊQ_2ӊcۓ YeYuayPht3 v?k")VSDπ+uYE(5uyrglyΞT,hmiCۙ67T$_<*gC\kak fp4Bl+Yѽ|BW"-9vt9Sa*4_{ O1bXJ=#lNސ&BW+E[F[_?xP4[R1Z?X3V$x Dt61 +o2YP _ӯh3t[  cZ i8zTnQW<x9d gf̑CסwD(l^9TnW9̾0:\sS']=n"*E8`&6*QXZt ^bfy?Yd*b66q\ bC-XKOҾaM§tc%Gtqz\` s! bSLz0r4w g3> F+fjƝWAލToB[A'A@"ؽ͘ -vmXP0cƻ?PE&>8̈+#mD>n_42ͦgtr3Ɉl+BcX[cWom=.u9\!.5JT04 ®d9-ҸTl-p8h,Na i2iK0[49*#@Ik7-gȡgID{l=-AuxjDEwp_-vN GZ7S~q?7bCo%<}%PNiȜ8xNv`ȧeT75wm-=`xk gIs]I^} M~Q/VrDItS #`hV9(uq`*_=V_>L=I'|L7\0Bt 'yL8dX9I渧8}t! |$B,hQK$ 3ǖJap*(l=Y:g̩:Whs9HޏSe;8~.(6s.e*YhˊB@3$#-2Z ;u\IC 6$ioua+d7Z*?m uT?*}]rc9ᘶC*-`Q ["d3v KDxUPtKwـVza˫N@x3/L ǥL\OvI'gA"jGUG_ x)"5 \lG p͂ϼb)\w9,~dA`nZ 9r\( I/-QϔvӶ΀3ʒeކ٬{C("ݝ팦-hO.O|OɒJm$&KLkE#o]]- *P@uNHRT_JǢHtu3JK~ Y8ucp=Tr xzT.#⢃n磚]`: =i3듞]äjOub0nV,5|e /)ѣvR(/zY/nVAl2C P$|~sQւդ`; ̃Ct˅"E2'k_,@EA)t!V@=D*k9UXo.Y#RY\F3?qCAxZiImNJջZ.$eЍQ% &(rۊe:D*ӸJ4/ JOj k\ۛcBc4ز9%uЇ] I_liUqx T)y̪*FLf"&%Qe#vh=G!Cl#44vVƻGG"6z/xoӬcdlm7'^Y6;qf@@Ig{q/ՀO!ʁCq#4d @BH#=FP;(vLtX- U$ ,Zܔ}@PfzZ!\ ?өtRÑmV|H-\m:燛dPmm]!Kp$.:5[&mVqo^;:#_oKTUO$' ˢkO7pzeyMVi<@_GZH: Gjfxb$]w!NntˆQL>-F!@{JaK+N/N}k('vZoyo.mhQ@(ܪ-Y2Ǒ کGz`B)ʅ8C86j-pp(ϰCt=[Tw2|jIYP6Ɩi=N/^=Qėwm-K 7y{w2V+}pS:cUSV w*Ụsy/ &cp~ekHV)'e4hrs .D;/^hjyh&?7\2쩃]Ӂ㡙JyvѲ _kϔU/|&y?E8UGD,$?*\k]Ʀpgl4x-N~/6IBJcmp)jL\i6l2@ӊR[ ˫h([i.CfgR I1Hqz5)+|ﶿˣ9#<hP8, MGҐw~Ƹ˸NߢѬsٸN [8RP 1'$>V42dS C|m>TWiS]!lE_"*jږ.>0}An(N.oe &Hgw? j*Ǭ_ly AeidotN@HN:/ݩxg^co Ӛ%T$B, $Mj#<_LSHlڟr5O:* #p ׋FLu{s/pOJeD7S( R+ wAfttҚ +K7V٫lb eܝ4ȝk&"-߀0禊Q=FpM`E 5(Ȧڟ052$p"@"^@`HưTb%{c>,7p 6SvsE@`S}VNqyDyx*X &qqX`Le,+KHӥ<ef3Ee JomKEBm v4K1X93.$v?N錟=Z*ju֚/K/1L-BD n4G*.9}=%@s@oT)>( U._s}{o(?NdJDX.-e (AY[0 /n)1୛Yl 1E/;KXR =A6gEULz iBk&@* ltr7 NQHfO ͭn̂f 5^.Ix8-!nĬnbBE+( KgZ% Ry!3>`MHP\A(qD,YwU:^cODv͔k3]QDk25KlO 9j֔#\S%I72,1'[ZS,Ql@ğ7 qdY;?>[—/wҎ,9ɍގУ3HUuP- MMWAbxn>9vpV'L!lQs 3 mqG6~H ZSJ`q' ұqӞfݾ  ^e U{ˈ^lz#ƴ&jr[;ZpM_6X٪Ȑ[#r#ʩXwZZ+;}Ϡ0Ucbܤ2AI8xG@F&FN{Cx@{'75 _q`f{ $?iCK;/Sv!P+*S:g߆ Hd)!'%iҴ W JSLSgLug0*,MCb& ro?_{M4%9"$A~w >ГN-{cCEl^ei]^*İzPr $D28zdV(}özx~זrnöx4HkMmMUvZƐ[^ ,z;&ףMhQ=matMe(G]ɜam-2tS? iYSY5"9,MgWk˴ dRZ$e\@gr J+glm\[ɰy!L[>V &=Z{DAl2+T2WIwb`VsQE,]vա!s{ BF'= ݾ]3!+s%c% T?6VS"=xck3Æ/+š>Xsmi.9tVNb폲x0#(<a^Wܤn)H/xhM6%ToNYŔ-r^%ƍ`$OCR)IeyU}ծG(2^vQ5!9D# -)ʓЩSNP )Z0RA~c*oho36o}#ʪ|q tld8N;.w ~d\*/F05]N&~ "Ixv8-5%sBF>-B V0Qp=׍|n^h> H̔^%vcԀٞEUe4Lb[͎a;_`!GLGO}nIާ,x4di.v0P]m=W[*C/#WkSMEyQn_,8߇m=X pU[[0b}O%1!#VFl"'ޮwL0$"O }FӲz0^C5ʹ9GL@iEuQ"9 2C[pD3#nNt4b& oD]ya` 8#N:Cjכۯr!6ȫSBU4x('^iAMl>YP jСٰs +[zh~{ߨىJ c |.bDOj5"ߞ;?&>){Ayḗ8r NYA*ykRpM jw/H̜U_-;hZ69a5FH=hf߅{ȣ Ӹ M֊z XCs2[8ǺSy:\gk:@09uM!b9k>Z˪/T&ph27Q[lEWQ4^bރЛJ풺qDP^ihu6KQ`@._~2˹'0툺tڌz`I (٥,VTtb4@yU:!PQ30b%tO*l [$Bf(J[TABӋm =M K|?f7ئP]7}zKCᡶq_`"P؄//t݁u&nn(S>pS#[fiٷ^4߳:LCz;wJ'Oђ-k:/ ) 7XnٴɸliŮ2gM6)gI1˺xs[{:! "oL'jx[a\<17CoIy0]ivL~'6y0""tk'w0?#;'A;o3dct˅-*#m?.Yj-vhgIlOʷep| D<̕_.w^y\E]>Ƥ#ҙ-&%7" mS.`1!4& Um O$i,Xp%68njz0;sEh#L5,@|@Kx$% 7>D??ꑩmTd:q`H\F@ckGt{<Oq{z| 9Wu #,Olp!q`CIY' Dfܨ7]x_{ mzBdϞ"[2FnU[#{\"m4YxjNy6q/t{~y&ɕW#{[ ӼA" dMJhqɆZ`|7M7w6u:QD`nqڰ^lw"uqI!W0?NUy*G{usђήʇv\ ڴa*"b62 \84+.z1Ym (ﰼ;>x`g~ȇZUgN GK争{33mO:Izy%;J]gYivNyq`:t{`C2EZ:rqw~F7t8 EtL%)RyYПPG\]\~ Cj/67u pN7N:m! n;M-d曓R)8g.F"gft|> bM"\6AHʫXY?*&",),xץoy@pQ/jjjf r}*nw)iQz< d)3؊)W 1ZEޞzQ%zrP?~}h ,b 8+`p5ex{DƯx'0>8DCh̺,wN392eN)_ ^yPJikJ J+3p%nе;)EE:oD뢦ԍ_aKV Xuܝ"[[ƕ^> 0M~G˶ؙfAo w[L7n/ T$m ARiWi.U&-h&sb !\s6Qi؞{L~S#$p&\K%w".J[}SK9bvh [3, > l\Y?ճϴ<uP݅ˮl:p@˓o`UI*ׄcXͺZsF44-]SQ&-5-2U4Bo]6 U=0/Nmp3u&'=^Z@HfU t=C_.i?K =&gCeNkJՎػ W翠 ^zmT -/WO@wGm5)*p6"zy$;l ׃6 6.nِ ԤQ ?X=l1sXi>#FtX|\}LBK{ߠ M[,Hn0F\㽬e-EӒ*kik?dZ:.a1P*MdcQw4a &^PikOԽ5P`n'^6c -P[BDͯ+TtCfx͋A׏ynLP!1$wƫD>ǂYS9P)Usa|pq_CYC11iS/Q3\# q'tjsfd gsRO Cŕ$ߟ_r%){SUyz J~O12+Vц de>W '.U+?3gNԍF͢][3`W\7uߑ+ۛ|#X;FF`@tJ9omsaM\z'F,~#<  ljIm]I':$~l>ptd$!LvoTw^̤my~^݊ut'SP6}:EiddW02=S$o|Ntal<ܚ콆 0gl;Ik>X<_֡E(Є>gA喥U@JUNоa?SC=Bۋ$ : UߙjŘJ#` KjqV y&&Mu?$c6ѹh2u(A&dcԋX)7-c/P< !GhH} V歆Nd(h$F:@8ǘl~@btt3 ؀?rc~`JLps,!RNk(#@yK-ڣy; HY|!v'`7aųuAM9؏#l,7Z` w@{mk?' ryf%/xKQhC2T'\VB BqSz$*>M#OΦ;ӆ^7ЛJX^٤NGk~+K)4z2Kx&VUr Mm8@{@u?% `Hi7l* #GU2{By>PT1+?)w4zm}zSH! ˿shO灌b T{kzvQ;;s2^ѿ4=y Uw/zijJ,0˸8ؖݽU3'zSEʸuXOlZ:gUpޫxSBMvǶKUYנeQ6GH?0&mM >sf5̱o> 9ql%𝺰H5&Q|653^)6j 4G/+VRAĎniMNeRU)ngqI0o[ l ܪ%l)%5NG 3q pX7TԹ q"IeG(d4H6dXPDUw{@%x?f 60LJ#J s$㻿lvYٰ!v;0~GwwF(|)Mn};ymkuizdmnE/ǭpzNĥ5us>zh0-W3lşܔ%.%nY3F^L" n8xzt* `S,_!vA^ayw YZ