python2-ddt-1.1.1-lp152.3.2 >  A ]:L/=„r|$йEz~1!F`F< 2 _ݳt7aaCO о@:.+<@uN`T`!kp=mWLm*^Vq.а,*uVa+a}!B~} <]eu/D~ҮO  )[{:UK0]vKTkcԆ=%[:%{aiS6NnL6 gg{8"]N#; }Q+E}f8e8b027e4263e34d415c56efde59d0039d6835b98dcfdec6284820f7cd8ebeab1c518f4eb12f00f262a200255a5731505fe0aec>h]:L/=„{]}O> 6{mkk3wsZ=Zn.V0T?\S8rŹu%$FFj#oqU]PV cȖˊMxeV`p\#Q]7I) bY軐|zcʃ5D\YsXL!ǣK 1v׮AݮN=7#͖-sAصo +'{4/N Zsm..[,U03$\Gk֎ؽ K>pAl?\d  :\`hl ( D `   2x(89:iBFGHITXdYpZ[\]^b/cd9e>fAlCuXv wxyz XCpython2-ddt1.1.1lp152.3.2Data-Driven/Decorated TestsA library to multiply test cases.]:Ebuild33FopenSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/txels/ddtlinuxx86_64I : ]rLA큤A큤]:B]:B]:B]:B]:BW]:B]:B]:EWeT:TMW>W?17cf568c5fc6f056e229eb4c023cc51d1c6574dac48191a29bc15cd714136b4dd3f17eee80c4506bb69e1ee0c9fe3f9247eaaf3c181b1e8c4ccaceb0fef5a95901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b9ff2a1fdc048de143c3933670bfdf80aaf527062e800c51f0739034c628b625dceb61b54a700136499ac7d3cd1ea1152996e72abbc4a5443544665c8496f851d9ddbe1fc0df57be82925bdbdf0bc1d68f118246f6c78d93767114395d64b1b359ddbe1fc0df57be82925bdbdf0bc1d68f118246f6c78d93767114395d64b1b357b9ff798854267f74800c26a8ee96d05250b8887a2643f56abf7d1b6c6e2478c300cf24a9fd2d7b477a05ba32005a7cd98798ba340c9f5a24cc27675e4fa9dfc2f7e8cfb4a28a77fa735a4ec9dc0d59a017f3e1d7d421f2bc854a110810ef774de75428434a49c2825222a23a98c6dc7c1dd35d8ce391e83eae148204706bb78dacca9ae31207b15ed778cd4cc112599be33ed5285693bffe5870d57be02467erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-ddt-1.1.1-lp152.3.2.src.rpmpython-ddtpython2-ddtpython2-ddt(x86-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0-15.2-14.14.1YW@VpT[@Tq@TR@R8D@sebix+novell.com@sebix.attbechtold@suse.comdmueller@suse.comtbechtold@suse.comtbechtold@suse.comtbechtold@suse.comdmueller@suse.comspeilicke@suse.com- update to 1.1.1 * Add `@idata(iterable)` decorator-function. (#40) * Set __wrapped__ for Python 2 (#45) * Include more files in generated tarballs (#43) - convert to singlespecupdate to version 1.1.0 * Note explicit support for Python 3.5 * Catch ImportErrors and improve coverage metrics * Document the YAML support * Refactor error functions in process_file_data * Bump version to 1.1.0 * Add basic support for YAML data files * Bump version to 1.0.2 * Bump version number * Properly handle file object * Fix the no-YAML installed test * Fix Flake8 warnings * Add more tests for YAML data files * Split process_file_data into 2 functions * Remove broken badge 'caniusepython3' * Variable naming changes * Flake8: make lambda into 'def' function * Unconditionally use PyPI mock * Fix copy-paste error * Fix unittest with object instance as data * Add mock to test requirements * Add PyYAML as a test dependency * RTD build trigger to use project name * Load the YAML data safely - Use pypi.io as Source url- update to 1.0.1: * specify minimum version of six * Fix different test names with different runs- update to version 1.0.0: * Bump version * Minor changes to contributing and license docs * Merge pull request #24 from txels/carles/license * Update setup.py with new MIT License * Improve landscape.io ratings by reducing ddt complexity * Add landscape.io code health badge * Add MIT license * Reshuffle requirements, and add a document on contributing * Add python3 badge * Add script and config to release to pypi as wheel- update to version 0.8.1: * State support for Python3 in trove classifiers * Merge pull request #20 from santtu/fix_hash_randomization * I really ought to look at my flymake output too. * Added if pushed line too long, wrapped. * Cleaned up some code, added check for <3.2.3 versions, updated tests. * A possible fix for https://github.com/txels/ddt/issues/19- update to version 0.8.0: * Ensure tests get different names by adding an ordinal * Merge pull request #18 from elyezer/master * Do not allow invalid characters on test names * Ensure that new test functions are given the right name. * Document use of * Update docs to not keep track of example test output * Stop testing on python 3.2 with tox * Version 0.7.0 * Fix flake8 issues * Add flake8 checks to Travis-CI build * Merge pull request #16 from ITAttractor/unpack-feature * #3 test_example.py - added tests for @unpack decorator for unpacking lists, tuples and dictionary ddt.py - added unpack decorator that sets UNPACK_ATTR for the decorated function * added functionality to extract tuples into multiple parameters * Add note about supported version in docs * Increase version number * Merge pull request #14 from txels/edx-support-unicode-data * Update documentation for non-ASCII data * Speed-up Travis build. * Support python2 and python3 * Add support for unicode in ddt data * Build for Python 3.3 on Travis- update to 0.5.0: * Fix bug where test methods were named with data __name__ only- Initial versionpython-ddtbuild33 1569012293 1.1.1-lp152.3.21.1.1-lp152.3.21.1.1-lp152.3.21.1.1-lp152.3.2ddt-1.1.1-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtddt.pyddt.pycddt.pyopython2-ddt2.0.mdCONTRIBUTING.mdLICENSE.mdREADME.mdpr40.md/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/ddt-1.1.1-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-ddt/-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/e33a731caa271ed11e368460f8523f98-python-ddtcpioxz5x86_64-suse-linuxdirectoryUTF-8 Unicode textASCII textPython script, UTF-8 Unicode text executablepython 2.7 byte-compiledPython script, ASCII text executable, with very long linesexported SGML document, ASCII textASCII text, with very long linesRRR[t9mrcutf-803c523e41a10f103e75b44402323247dc315437ca542565af98d460103f78d30?7zXZ !t/ ] crt:bLL "p:*U^6zH N8`MD>pI~ȶf['Nr@AVt'D)u>WJRa1ߞ]}o˹Y"9j^ajfK-(ګ ˏqv b-qfC@#;zXI[JlXjݙyL=ÎH:o0i`E׊F8*ß훵$sĴe.ϳHT^kHFz(Bt4!™dB]Sex{"{s_k8$ЦʸZQu'r@eіj A\NdR /!v'dpхbkih8NtttrRBਊgHTPopl>鶢׍&eg p){ \=9 -cXJD1iŊ=(e9y$YeY z}bnCD(-*>s':it|٘ S,leaph7HYmwrK|LBbmOqO5z.z1Kjq+Phih&PdXS:ރgo#!\#zqV0u,З>5 ߙʟH~\vi1MXPQ%]q\z׻e_J/\#tP^3-([1:,L>oٔ"XFkrWw(_RjL]4:H#m Qkt@iw|QQO KzDj;PQoCJJz]֐ Z^%5FB&Ru{<Χº"z^^:(~Cج*{Z,^.-f*q\m6.܏Wקl8g0|1(@Zz%;Sz7HŰ<%Bd(} .\4uڱ'gқ 2 ob-cQfCbx8jw@q}a$h?q47)V Y8YtS 8;Dnh}gg%b (Dl@glDXQR`o<ф\8j_o'NͱgJDȠNM;~*J'Fd~IưWMFc:pi ? fsjB1YsGZ:{1!1zCs;W9ocE_k?W`녜j *PrY{&(p|d~E-R5,CB>F̊JIM,ʳs t)*7E(fIi\d6ejGTiv7E E@Qlwe," C#d֓+VwM*zy-"149ZVsj8=܋ƈݭoA;JE_CgD6)bF ~$t.[.Tc]g c^7b9^`5yMZ?A̻:hy>n(E(%#XֶnzhN Q0 Y'dp cʮ [c. 4¢26\ن TR%m'!%B.u^o&T%Bc ; hڣTԉYEWy_CLyAr}Av${k]7|VMȿ [<!N!Tܛ HII~F>VU418}1PR}r>vH䖞B>qU mQ$VN/{M .'H؄e2NQҳSYIʹo b>//P6p7 SN!'EoAVصD}~X% ӎ5#[^S? RQE@fgya>-e1u\M Ir_r #JC7կeL%kmԦ%ex'Xq=%W`#&Ɵ&+fI1@폞J9:˃q߅byv^ZI7D/ lM;\"B^0Мi1DʐNZaxW, )@9D+XPncaƙT].J~LV˺ٙ`+0z{(7c; *ΐpTO5ee+ubE/۝YG.gNpft8qΝx|MdPGG$<%9$ݿϻځtB/ ZjV:+NN3VIyIXho!=QD0e3i;I1'^rP0b]blu=uu?W0YF5*gܚC g^ ٬JLb7'$uݜȸ׫vxPD5pf 7kQ7wp3mAͫvHe1<t- TJf"FMd[#"y.v[$&~Gz{ 1,& %Wdib$d{qsYpbk&1o@x*g  !J$7T}p>mk!,bW [܁hiƙ33hB??`N:V!n)ĄO>VyMYG{q͜B 8ү {粙l擷Yv 8wK/tgXcwRd{M{Mס]wϖhח#\d-LV?-⽉c>JPkX$:9LVЎ,ceӰ&#M {,?|q%ZzP(ɧ\0H_G_DgvXr,%BnR<+q\.D}bX'!iL@ʹ}̂@^?ǖnn??W*iZ.'Z7BwPX b%{hIBV3-pm !]yDߙ;s0 ę7io )# L ז;yC8b<2t7#ʤ[C(\Ik˗aȵUǥMV+֞/7ׄ>}(f,dRw[ִkQPK?hL8g>xXT2X\T4um#vcJ $F7z /CC*)$ʞ̅~'j}5񕕲4T̟N`O^?<$ʇGG$f.2rΛ"^ĴN{dj:=IAF53<+䱌=f=݊XRvc~kJ8s>خ 0ԹhGg/L3iU;nV|L|St?ۦ F-a 78k%Pm!8Fs˳;[롟!6Bn[u4Uow"eCFJ A` yN\iQbFe>~# */tj(8ץċ仸s")u^r!-X |I: ĮmM-ff;|ȋZ7$'>f{1\%]tkCoBOde'#6gŶV/U}o 9nN0^<ܡ;l9!n>ki/W9 @tG*ӛԃUX\MAc2'97<%#ӈ ֌]v2*%m˼O'wA { &{Ki!x$_ ٮ6 Ӟj!4ݱ m1֡ sPc3E 54Q v1%̲e GHj$`$_$O`1F^:G9gh) ǎ,]]t!Q$l{KRq}#!eqǝq=͐eHz^6_##)/PCwcvRGq8g ʐp^v~!^*mztG@'>YJ@ [[/zCKP'?2|Jxoc:P&V{$fH!z)sEwu{˿kr?%Lj@REl7 fhD2H9!-+xkURi_bz͏wP>:%/1z)Ol1RE#nqa Sf$nVO+ˉ+t^xR&氒n:03R9(TQjz Pm{Y,'olLb>|( =_Ai,(kE M |I $kp#mh\GZNJ{Ч*O0lF hm`abd) /:~=2 sܰ]Ry? |8q ʅB_bBP@9L)hၩEVT) _芾Wz63U {y$$N ϵIoEf~>/O(i0$}f^~+$zOKVq;QN!