python2-pytest-mock-2.0.0-bp153.1.25 >  A `B֜!M@eeeT $Z@6jTH+b YK0?Q`Mwe'G~ U.>џIX ֿ>}#U;R5] ,*j?wZ? Z@t `fbܑq8:q62T*WdW8iWnm,(mO\˃wCccu0IޢX]|7 I7lTec>dg%ho #a926baa6ea502d10c9cb87202fb449f89210380594db0d4b81754dcac4004ba1b94542e645035c4875aa028a59c59cc92b839bd2ap`B֜!M@eeekyJleSYرj {P(ἠE XC! ]F9}8me7^n,Lk!_b :w~€ѓ8gp%J\H#4 g@֣%*&4f7"Yk&F ZSi5vˍ9ep +ۨpH<qy^jNg@ :+Gjr k#4{*Mn?T6NR[-}xHi$>pA ? d ' g8<HLirv ( R |  % <b  , ( 8 9 h: 7BFGH8IXYZ[\]<^ibc&defluv w`xy  z 0 @ D J Cpython2-pytest-mock2.0.0bp153.1.25Thin-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`Bcloud125-SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgUnspecifiedhttps://github.com/pytest-dev/pytest-mocklinuxnoarch>:&B Qu/33663AA큤A큤A큤`B`B`B`B`B`B`B`B^%`B`B^}`B`B^%`B`B`B^%`B^%9dc98681ee1e61887be84735a653d86a6e045e1cb9ca892cc9ec83d53c37d8699fa2f194ecd5a4d5a96a19654c5cfb36d196f1050240f6f783a8047716e3c73d01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bf2d1ff1c2806677f88211abd0f5fa379c996429d547a60bd737d55bed15ffba79824c3f69a15fc3d4cb711dcfd3ef08c5d0c2e51abb03ac39cbc8d6683cf329d836e5f4160748d30a90063359f7b7ed1194bbca24833eb7bf96c216de61fd0e548703e225a37f0ba16169b2a04b5fbf59f6395b0cdde3214dd003d21a6647948de42b7bfd70fe3a1c2289042120c7a34e004bec711557de5b6877e5403210d0dde42b7bfd70fe3a1c2289042120c7a34e004bec711557de5b6877e5403210d0dc832ac88ab98140d0345638dbe1f931782cd94bbf2fd689d2c8c2fd7e2a75b35eb9d8b6969d68465d1cae2d6012e1108039615f44a9d4b0f2dc60560343b0fb2eb9d8b6969d68465d1cae2d6012e1108039615f44a9d4b0f2dc60560343b0fb2fee4961bcf21c234f394f01abc0398e9ee2897fbcf9403c807d1ca820723b7d804291c95d2260349d8accf1233df7e67c33d60230452a134aefb022c984b88adc956705a58e892b63d2175db4833a2b46a29d1532157aeaf31cfe3937cd38790cda9fc8a16e456237dc55fb0d5c8ea27d1c4cd75eae21355db9d5dccb36abc3fb5cdf9221033a63366515bde3e85b52c1fb2db293c1d9857784c5563a54419c3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pytest-mock-2.0.0-bp153.1.25.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-mockcloud125 1614984902 2.0.0-bp153.1.252.0.0-bp153.1.252.0.0-bp153.1.25pytest_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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/b907a358c08a0975c7a786c819fedb4b-python-pytest-mockcpioxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 2.7 byte-compiled RRRRRRRRRRķ=g4-/utf-8f939c3fe64a8ff52c8c291a45232956c7a2f4fea2cbc55c0effacd5de10fe3aa?7zXZ !t/$=gF1Y1&jDGuJFj:>i. R1H@a(촤3?k3&vk[OڠsSv'x߱ZSp1&9G"l)JͥOi4(lpӈ@CxMς;<[aS2ߺqD##cOxS5/Kְ%mIՎ*-* [5`?Q֣KzX89khFeK$jaG4 z5%L1xr[a(F߁AkܟzC unz42Fkaث "@Mߡӱ )=nøq,S9׵[g/4"PbyO/_7tgbŮI\]; ) gUL~_2'~wqڲ'w}~BGC(ud-ʩCG'; h E vʼNpKKIBy:<3"Ѫ70ȏVt~$c'\F#9[UTJ?]24P'Ɛ50 s#=@HAi\MhX#kPtDڈwo !"N۲"7 $1=X}ݻ hZw.ill `#H+8 й2Iv^LB1 g)X)u+*(Ҷ_"ƪp!*;ߴ8XDZ) }P_r'pˌD%OXožV5O;12Osw68ҲD몏Loq aPS b e-q?ΙT J|-xPzz,f,zڮ 񰚌OwQRD}CkXE%AbHzcW jY ԽG^(yjƌ\VqƔžDC`AT^b]Ys)JH@2%مo~ mH.@T]H?GAxw[0G5cT_g&*4-c(3 \ey3q/̔L䷸stĀ!k2|)hb#;9[jHoM#izFgKy"t5_C)?{xh HªXZлf RștOy2XCVl1?/G]0b4rou9cgF,rqs0m+/~dҵ$54vشQe:sSDzO]3A]Ԕ#5( LŘ|}QNn4X,Ӟt{CƃEGŽIN&_VDXs p59&0]DLY1a?x8Md1QWnA ֗A$I[?[z0otBX'}wz~yth4 pZ]vdc fKۍ>/?\i[qC]= Hc+<Ƥ:v>,yNQ49GmUD[ְrRXs 4r bdM)<3ZʸnfBNnGR3.}G* o;I<FdkTR'Q n''b2ξd+cl3FE)Ea*J` 4tL(Wji-Jtwy\{" {5Eˁ[׋'&oYCjN{tڻK#p.`߫:qSiYcP:$ge$4s$ϙi76:s!ud3i7v>@*dt.j9{JuY1@BG m;:FƆ&e§sWڞh7^7dE;k*rlK?QR [cu9LK!Ufp(Mv5LJ^L#2 9g1 m6Cu,u,|zOڧR' NvpGS]^ ts_ŕs/!u4/Peb@?#@SUyI1}Ixfm*]xiMॴ+U?) Sγ1"cnLI|F݆H!iNc<ۥ6H(L}Xo0祀-]H@1+EL#BU K֡' P7uuEH' ۝^5VRz=c/vǿ-߳)yϵIe0˂c"fr:u/rHh9%c}PomI!L!Qg # AɆ\ڎXo!:; ȰTQpw~>-jk2F1e +:/˾r(U"!YG nT!T TU%#kXݙf 8y; J Iy8WY0acHYF\ub"&[OirDQ`7nD7VkaMWb'Bݛ3c$MN2eV*8}TFtZ-3+íܨjI'4iH `+@MR(rnE Q9GQV,嗸-)^JqoË XH;2HlnbFg̍Iq9&><zCScr&e&C]暈-"4b93 ԺB{ȹrx4r gS BdVu-(yx`nsV/㸃+l|&zl3-X!kc{’H9g7vھgEAh:ɕL_uxbჹp8 @Tꇩ HNISԱWMÀn6V5 o:` bZq43J`d+zj*R|Q7'O=ʇH?I2tJLɣ.1qGXq"]zhiFu1}WYMga&b #Be/4=VYpX*Ę,3 9eոp\i88*_>%gZtEz% hK u">l>rSkI#0'l?Mp> /ʻfdyx f\6^hHu(9^_s~؃cn/pEHsF6S>7 C惟6y}6(מBьBoF:o|B{G4wVeLsDQ3BzV*D`^PVxس9r4$'ʝm$نp=FUWo ĝ}b>eNHbI-4150)AZQcD.F̀㊞zd.άqgto \ ш`/G݉].[FB`mMuX*wF}mc_P]*{rß0.u?Bk7ArtG^雯vʂzt:u|.7%fFl`OƎ0/p>آFUW3tz3iJQaafyT!d\ޢAo_~E9Oĺ%29R zZo$SUD<=ݶc1v@ .wnx 8gz{yG]27]yg\%qB<fa4(e)<_lu3kw .xgyb=c5e-P@yG.VRh@ tQwuZQkj @(4[o@^":C| iǠjE,QEojqNt" '.r*I^>AѡM$biџK@> 6ε=$#  &_E `X/(?7H弇_l.Ms|ؽX{უ@!Qܶ}j?W&]w}YVf,93IK]y3=|+da/~ )jk0N'~4&RJ̰,_{% S $3#\zkY<2ljyzv|jr:% ?a Q鋉͔\[t63@> }ұ,8EK.~D|MY>JXs^ӑ=3"A_aa p߸暉hJxqVE-5#!nrQ8hǞ+Ѯ}"X" ΖB/颙%\c^T~mItYl3{ R`e0NѫK A}M2AB:Ũq4FOj: k_P%]|dO֚Y8y<}3?v!u(!x(eFfћ:lxdOShcuٚ=r_ u\,02qG>v+Xɳ'zN⏿ /Uvv7G5N(syV$j@,mUi:^SYO$h9Bo slyb+jbWߩ:?`MH30[dY >+12!¥G^:8HVj݋сʽbw ސz'?sգӋ+:R_U#vB#Y8gNM?xR-Jѥ;[l7pR?Iz%D;1ס~TKx!! !tU0RcTi+0ЯfJ[J8-ϳȟs02>~Λm97e}` kb'sb%Hh+lW?)֚Z -Mo1I8MKdszS^p %S%+ YsEBmn }CsŇWRu@5x*Z_fFhu{k&!I.o ,Lũ0m_q(T!YRdmnK$T٭BQ=w,2_-o/:U߂ǡùx:4}D@#Y? L<瓪F Ny"\CXV;FB&nh X3-5r{1dǑgc|xd)TߕCtعA17J`)od_"SoXZTiǙ"w -7`mTc;UfF, a:/`R ?W_;%z- C1UY&6h~ ӻ։BMѧdX?d0g>l-&%d+D'ib-e98ћMnf2\qUj5yoFa|:2:^^|H $R .\@&]25&{Fk}sdgZ?%r94O皘qiONkǕ|t;;+3rv~2Ͳ`@i;fEAtJSTd#uYrfIq{(6нIuGZ C0a&zE<w%E-2mahgEcٺ b5yM͌3}V.5e)܊eϑOROPqU A#K^ %G-@sk-L֙&9u>[.wp *TS,PMWѽSa._(e9T}[ bޯK0#>VM9i$F8^U}!Ά;gwiSciSkx^Ϯx31{~6#܍3InУoQrg>ⰲ\99*_:3?3qi` `3;ZA}h^rFS9~?]-uvX8TqsL\WO6KV@[ČN ֥-aWĠ^BD21oZ ;%@½;0,$#uvGeVYBCV#Χ @Hu bW/ dZ]ŠtOў 2A[c$֕v-SF5k)oOTY]!g)K?¹)ldG5ydiΓmGBBa|2-f>FR*p *ba;ē""Yo4FN@\|9ڢ^zm)Ck];TP4R@Y觉N S+OHcV \{\ X_V{*.7NvB=7w9h;ȩL-VCr$W3"Q&y2:1@WH4Ar>rQ=`iD<*j`ƗÖq/pf[. 7w n04*+9i8QEZ O6T&o+{5h?koMNNE<3XrKF"g i;]V59#lli=ɮ)gy_I@ # 5#[K,`O0 Cճ^F%5Q;jnQ HFx>w,$JU19㦓{yLEϰ╍!1Uf%[&ʐB4zSGc)*Ȇ('OPt`2o (g0tUְALًBFV\IݐaZq\L&n w) .`% \8Kr/&xl֑͛cFgqWo /W[#/Qpρeb∠7s!P#8E~nJ]1"~WX_A4% X/P78_*%6 ˗ѾFyg/B=6s[{Wm;}dj#vȤEe933s;2a?In \2u~lV/׀*>٠`ѲFxlh[wlvChh G J-vߍpyw0PոHz5`.QϬzSkB湓V_j%֐$焵` "yi{ uA tQ˰kF"Ѭ4j)(BvTaqTn7zgW)C -W =Nymoy RYBXE.:k>Ft.'c1IHŊ59AFD#Jcm {_j:IsU73'%Lt1/d/^jNRd`pN'?,>*ô,Z ޛgt믚d398D3&M.G}쳌U<7/ZԠw/+d,@&TaiDrY*頞[2o 6pk{`Ry((zaw/Ÿ9T reN5KP||6yj \}\' \FoYZh&6(}GHc̸kv9u8;IM33::+IxKu8 \-[et.axWuC ]V ]Hkm+ 3MˆP?9'wzިݬL636 $peWLiIvmow 跉n~` =tjXgq4ǎ ^_bg7.4%4ׂ17>VWbC<.p!nsD9?,(BғZPuJ~\?(%gG+|(e!;@ lPLcUY^OȺ';HuT,_~b%ss:%]x{-L/Keh~fQ0-Lό!vP C{Dw ]Xd3ڿhptYwSOt1S*|mׁ{BH 5Q@AU62;JMziV2Ҡ s|/)N3[Jág6W8t}M+23",Qm\gQQw *C5v X%Y樳H.c=vSNX$ttW 28~b*B'+$q yA٭)MtXEǚAjv̲;OqAKqPt:.*E`zbZD^p&"1^tqF:)[v^0ǦhE#pr`kO)wc./&xČ-> Gۢ:c~+1^3溸xfVߒ2c쉹:w3~ ce",/2~6Rf*[ثJ<䝽44/iY#7MwRz}Ϛ0ה{|D =+lHׄ/N: *~j"A3 :Cֺe_=6Q2l8:~^7\J 6)]coX^17 N:lӿ)9^z?5V0z4GfkQWHQ(ZmS9ҙi{AD)t]ed\ݫ;R 4d)S[K*uOgM: e' L]:)iY@.#tNvxΗƄЯʍ,O=,9&SoByyk2/˳'8K:_|h~(u1f!p?w $bh }E}. Tr5^,2$ǀIyNLEF0 04 GT>cy Q,78£2>kJf'GSJ_(ĀUR_:_EKUݷ9 :8Za9;o^A'9/ݥS 'Ӫf&wȪ{5$ޑЭSR^Vy3 P:(RK&QG?|2Ŗeӵ u vǞwz@h0t8gx?{}J†I5 )6?(|D|GJ<6SLHb(qLȽ9'6GigQ3Ǐ5OsSKnSJUU..) ?"=RuPOo{þ ̐^~?GS Qn9e0X70Tа _QypZρa~]VHn )r"tsVEdk] lDCK(*)?(~FУ\gJ G.>u~>]S(bv '68NHy)HD sO=T 1 ЅPq[byM~im!x:AJE;#9-pɦԳ|z\o+ 5)ϭUyN f\hA';U<ͬ6nHg/uFX1o,g!(K6O()u.9.&zD9́J׻xgŎqoR}/-#~,6#g9WIk*ڐvM2dm@/ %q2cԹ, M=_j"R:-cbb%d^4=;ak (dOrQ& \X KLMԫ_DCYKRR0%>I0^fXU4Mq7QBB`ie|`Ԃ1,KpDdRGYH׌&7xh>$3 Vr.hiqH %65TFW\ÆYIJ %A!jy'g@!yN|e)) JpsEzX\yz|>7}?YG\^ŏÎuբ WKwsٔHtEe00D;N\zN94s$yﭢh?Z8&Ht{q?}>"s Y>~cos z9aHJGB}MѾ4<+hDO9DzN32ߴb-L{aݮh?{{*e|Ϩ6pB;n-LhCJm}c7LI&7fWV3+1yu8s׼"F'']5un;gKsb/uB~fd#{&2`pgiEPݺA0nOUV\v#4 a(4VP]8Pxm05.X$L : *7,M`Vg=`>Nh:*o,ua}(rLUO&sS|l(b7[1݋,uO dKyAw"#Kh M [.y'~>hH37/2._mx.' b7~(7Ƞ$RӅKkla,1*Rky/6Jðn"pϕWsڎ`:麲zlhgByI/}l^=B(DՊd,7_DOtl|mؙ! 3]oγ]*4E(Ai 3VI /M(EXuwPVk6J @ǥ*~!BfA6SN4m@!/;-GD}|l4?7j2ɿUkL k<&0c!EI m^}9(zVZVkHvˈ흩49M[":btl @+ZTmsf  ebr*@!%8q)Rx$N"P(aVD~2J &Kۺzy6[tdZP2A1 ?(mWns V5IЀg 膑L' /2ԗzcɌV_RKk#u6Itֆn@U甹j\y YZ