python2-pep8-naming-0.8.2-lp151.1.1 >  A \||/=„F3O;N,A'݉$)Ea6xW/^Ut]òKG Aa׶sX`j 5 F°DopC"<(Qd )Xpg_. ǯxeK=WQں,6}^?k,jm&Co ϥ$3))i@_:AN8HIDxqO۱5\F$hNQ)hlԜ& /efa585db05e06bbb2622df1a8b349934b34b484df176355bde098b4afe23da535da63681a41c137c064783cc497a83bed00771f9Qh\||/=„- +PEN[ >VXTGWpR9`'5%.l{Qy+nҌ?Qrj2xQu,_OKxGq(@+^C6xŭsE(AԞJ?~g M%=пv*TLjHlԘK ,˹+ЪZ5)vFH9Tppϝ.5P4,kACXXOIƶJ+ R<ԣ̻cb-!#xx>pAp?`d & Z  3<@ Zw  0 p  `D h - (]8d 9 : X B{FGHI$X4Y<Z\[`\p]^bcGdefluv wtxyz\Cpython2-pep8-naming0.8.2lp151.1.1Flake8 plugin for checking PEP-8 naming conventionsCheck the PEP-8 naming conventions. This module provides a plugin for ``flake8``, the Python code checker. (It replaces the plugin ``flint-naming`` for the ``flint`` checker.)\|rwildcard2openSUSE Leap 15.1openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/flintwork/pep8-naminglinuxnoarchY6DF&F&  mA큤A큤A큤\|p\|p\|p\|p\|p\|p\|p\|p\X-\|p\|p\|r\X-\Tn\|rZK7b7f07bb2ff118971698366bc6a165f1204b4470180c3cacb6374b125705da2399a03d2afdcc56b20317be31bf5a159f73ecfd228376dcfb1b6eeeb0980c475b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b08a07c13d17316858b3539e110e2ee897a57fb61d690fb662be504adb4a3ee3f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546ba9e2fd272046c26d5ac875e6c59c37fddb4dc2e21fb4bd895b8dc659eef82438ed202421f0108c210ef749c89ab790bff946b4f95227d2bd81b3294b389e5afed71fc6f6e1af0a29b404cdfac985ddc93e9d8cb7844ea4393fe9d31c09960681267e06dc76a845ce0dee71d9d21fcc84d573b7154da542e339842aee93f1a58b267e06dc76a845ce0dee71d9d21fcc84d573b7154da542e339842aee93f1a58b7ad6a23388aa907627ec828427db1fac6894be5529e153a5f8f72e790b82b908432b8903cc237cf7b4b012c6ad26449fade6c3a40b26f2a4836161f18caf64ef44bea406fa76e543e465fbfe0ba71029d143ca9a251504fbc8659f3965ab28fbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-naming-0.8.2-lp151.1.1.src.rpmpython-pep8-namingpython2-pep8-naming@      python(abi)python2-flake8python2-flake8-polyfillpython2-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.71.0.23.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1\w@\U@\l@[]@[@ZLYS@S0@Tomáš Chvátal Arun Persaud Matej Cepl jengelh@inai.detoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Update to 0.8.2: * Fix a problem with ignore-names option initialization. * ignore-names now also applies to the N806, N815, and N816 checks. * failureException, longMessage, and maxDiff have been added to the default ignore-names list. * Allow lowercase names to be imported as just _. * Allow function arguments to be named just _. * Support Python 2's tuple syntax in except clauses.- specfile: * update copyright year - update to version 0.8.0: * Detect N806 errors within for loops and exception handlers. * Improve support for non-ASCII characters. * Detect mixedCased variable names at class (N815) and global (N816) scope. * Ignore Django's setUpTestData method by default. * Fix column offsets for N803, N804, and N805 under Python 3. * Detect underscores within class names as N801 errors. * Don't flag __getattr__ and __dir__ as N807 errors. (See PEP 562). * async function and method names are now checked. * Detect N806 errors in generator expressions and comprehensions. * Detect N81x errors in import x as y statements.- Remove superfluous devel dependency for noarch package- Use noun phrase in summary.- Update to 0.7.0 * Detect N806 in ``with ... as ...:`` statements. * Detect N806 in multiple assignment statements, e.g., ``Foo, Bar = unpacking``. * Allow class names to be properly ignored. * Remove spurious 'xxx' from error message * Detect N807 within conditional statements. - Update to 0.6.1 * Fix N804 check for ``cls`` used in metaclass methods (See also https://github.com/PyCQA/pep8-naming/issues/53) - Update to 0.6.0 * Separate check for ``__`` in function names to its own code: N807 * Consider all metaclass methods to be class methods - Spec file cleanups- specfile: * update copyright year * requre flake8-polyfill - update to version 0.5.0: * Add configurable list of classmethod and staticmethod decorators * Print the offending name as part of the error message * Correct N804/N805 for __init_subclass__- Implement single-spec version. - Update to version 0.4.1 * Fix option parsing for Flake8 3.0 (store parsed value on class) - Update to version 0.4.0 * Fix integration with Flake8 3.0.0b1 * Start testing against Python 3.5 - Update to version 0.3.3 * Fix bug where ignored names were not properly split into a list. - Update to version 0.3.2 * Fix bug trying to call split on a list. - Update to version 0.3.1 * Fix optparse exception resulting from trying to register an option twice. - Update to version 0.3.0 * Relaxed N806 checking for use with namedtuples * Add --ignore-names which allows the user to specify a list of names to ignore. By default this includes setUp, tearDown, setUpClass, and tearDownClass.- Update to 0.2.2 - Do not require setuptools in setup.py. It works around an issue with pip and Python 3. - __new__ is now considered as classmethod implicitly - Run unit tests on travis-ci.org for python2.6, 2.7, 3.2, and 3.3 - Add unit tests and support running them with setup.py - Support Python 3.4- Initial versionpython-pep8-namingwildcard2 1551689074 0.8.2-lp151.1.10.8.2-lp151.1.10.8.2-lp151.1.1pep8_naming-0.8.2-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtpep8ext_naming.pypep8ext_naming.pycpep8ext_naming.pyopython2-pep8-namingCHANGELOG.rstREADME.rstpython2-pep8-namingLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/pep8_naming-0.8.2-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-pep8-naming//usr/share/licenses//usr/share/licenses/python2-pep8-naming/-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.1/standard/d98d8b89be1b8e7cca981b012b1558fc-python-pep8-namingcpioxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledUTF-8 Unicode textRRR5@ ؙutf-82e2805eb0cb0b01b7b3f951478a6f29d385a248e711106aabbc231755f91b521?7zXZ !t/w1}] crt:bLL L@*nRÀ) r>uӍqɯY%0ٚivX\Z1K#t[-*ΠAdpLq8hTSy\(CC/1dK³< v>+,Vm}5q|$߰:L~ NTd"5,կg"UʊB2rI*oZ'c7ԗ( }4*B'"'E/me`y@[0,FA-حv BKP/Cě:ǩ1CEQmfIas@trc…|DS}F߿l0$gI~L8fa aÝQr(O5JͨrȱG=˭_&S5UT&̼v@k '!T %zAeAxYZMI}³ɩE(ƽ{8g|) ,;GX?3RgkvN[p- ٗ܊q %僕42z\_4 >;$91A&>q& ϣz\-w琸,h{OhLC!vh8qGdM0z-4,YhiB@[9EBeu;DD/I$.sӶ1R2U emd`^ k9%: URP~,hPNpb0ݜ^-\_XhMYx`0})(N:z,F9Wj}Ћr{#"{0&"@{$`Ԯcr=AU:&BBp_ qU9"[RL"pɃ5|]O;ecD`}뛭Orv\JX?I8EW^Ɋ$NǙ h%vH9< xoOKsP#(//ȇ qpM%(YAVuf:1qlA==t&N@^rd%v6DOtyvp%rTjGLVJ >"*U `}pSaPe?^8)ߐx^J;(x /)k\e-ǘ *C4b3RX $LlQ0;|;3t ݆otR3>:l,tزSNC,\X$цꂽ.h0Š딓~4 EyO[Ц l΍9>£_tQX/PG`LFI9Q?{~3}FypĩĪhoT@A|;J?`e.}nŴN_N?`CHpِ!)qms?>&R#ʤ!v]#)D]#@/*fŻ7|JGD<&MMk5g,-?K xa4ŬBϯhE޷ #{/1!'V}mN*SH'fqe{\Dg uU159d-MFZ&\Q@EKј~pD.iSSi0i| ;cŴMj sI8ƖŮ( hˏGכ-*,]BA U8i:>grc96g5Ԃ2> Oh|AWRLSal س'Tx/|U3 !aroƘ6h.> =tanw~s#HW[޽-(Vq+ ÁiCw3ҧۙB +㙳P΢֟{n6 Fr D/]QN;kcTXw9m aXخIKedEGW㥔i)๥;qU9.TKՓ'd Ђ;Dyи﹦|{Y]]tH`@O/27|x LvwG\mtcq2c:gƅ*:2E).)P}L+kH%5'95x(-g5RrCH[W ) H7}<u f`FzI݌ [*Ɓ @$[j| "YusYT VQ[Ѳmuʹ2M 5ɧ"DŽ,iy'^,.LbƌD1"G%2rgzuЧ /pc1\E}U,}9o׃n3:uNxBHn2J®#F|i},BGȍq[/_d3{ETÔ@zu-1#ଃ}dor\z=\'MJT$4 p#~~wGLnVΦa=" |xCv7I{}K x꠲j@ș Q $ϱ ;, :ielEJuP>)CQkEȩVq$lÔ:Ny#.h1ƥ,C7i4?5BQaSeJϔ&ĺ:Xbmګ;V$S;f@ːhfU_*{)./IYqpI-gTjW?QL]X//&[ER]~\r nˇ*7'0K Wa~4In!!b_x$ ІbA玍 33(ACz*bgiF@@PmV /b%wYNLnq/9=ن-X+\SߌU!&=9Sp&~sCʴfZ-|JE9;B^OewXZ_:y@m(;~UU_ʅ3:"y\Ò1G)pU7*=y?ɤ@%?E:A37[~}SBz5Vქo6"唾3SgMԖrצgvԄEy6GI0gTv=׎I*%oM eA<)]‚YY*yWyMv.M# ;wȖcbA@t *%yS|\]n3 ]fJ||@YK9f5#"З H "}sEi[mrpV/ bE /fY /e*'eCթĭemwc#J$zH{a a[<e.GB`LH9qݓ,@x 6e6N*J#!lWLF%&-1AJXu֡LXϵ(YR:T<*YƶG|)]F#vRY/ Qs0p_Y載BvC"M(fvd7gJն+I%A^;{ek*Si;R`t\jQRl&q6M`>XP:Yv\.h!Ёr[l>B@VZwe8i\zj@IWL6%slN y;wa$={c!Ԭ[- zǮVV^%JX?.pL!\PsT$kQ>|K0JOEfb.rkjmZD<&pF=ע\F,6b>S !;K9ȋ=~7BPK6)nϯEV@Kur%Ta^?\u աAfp8b>>؀ESZs*\qA^5(6I PT vhJ<ߔ5:?SkE1 j`T#U =oM]?&~bc7xW; B@ o4#)Wן͢VV 96Hm*}S iW_!cG ȩ7eo\0N1 g#Rj`H^֔"8ށgE9T ˜^@gksո njs2[?orZ! '0`/ kPs%sɡR/s Elov6;zVXoObJݘi:Tg.ݴ׏SzyTu|I~#3rd*q'JJsR9ͫC1a>j~PGn(zeޕ&{9 d=B!?⇃+7g] tqu0@>3 ?khKKhbZR,U@HJHË;*7'ĶˢEo,}1j㝔R/;/hx{&h &JG?8c]F g~U I{ $ FuĥZLMalTmYTJ2pr$y .:{ !x'BO݄UQ}XF"o< 綫(/ZNKNo>5b]$ѹ0!J_bF~ge1}WsIxN׼3Z`㒾Ԫ6*-ML}?907;5BLMǷ)f*~p8lM|ǭe᪔09%p:DpB.lr[YsM3i|#^##Gip,7:=Oqx=( ߭1utD1W2#Eie@ gt,F A2 27O++W*d3VƷ)[-羅Xoz358FJ-;PEf&#K 4BzjAӗamZ=x7;.kC=mgh4EoCQ[,|=X҃>֋JxFJUhv\ǓefWPfZ$)4^ 0j5tt3´ᘃP/MtӬO6l? @fmiEc)QK}kpN!}T1e!,t$oӄp vPG^G\\zko=!l/'Z>[FNo4I̯]4)qǜ؝-{ &+.}Nz6}Oš}!R/̗!RgdԨ*PYҗ $9x;Z]ç"Le'xVoy*u8fP"44sDRtprȡh]mr:1/sh]0MOձAul]`@vF,vEnI2hס*af̴Z:qeVE@BMVu TV~I:btM^5.a~hqxw/,!_"'lp(rL4RwgHH ]+>S8yZziJ^꒱wr XzH|^d*ȯ uVxf* ږND$&UPSKpBXX}K&fLpr*mu( ̯[| Λ*MB2ԕX[OJ9dzHj,9XXnEAC{Ιb |'"Sg;뛹E'3a#X}1nV?VߘVC=RdEԺXLqp/#hhK/h2Mp<@1E.9}+o}?}J7S V<0(~Q1-ݺ|57Lv^W4VL P?*ARIoK)O髨'Q;P-e/i -cgl[/iiƲ-KZݲNQƧ_8ؽM;Br:#kr.\Ծ/7sH_jF?wctXgTnYH~%KfX zA`A]͘CRBh4ȡ`2zU LF3 :3?.I],`uS41oz"2=7 MVSڥ8NLX+~'D⡼,.Zp.E_<$/L9@څƥ._?0mΊVў4!ڈ>lM4 =)~OXB{%Iq:g pĖXR B\qy%IDScLDS&Kد7:b  e'18龰hC'.yzZ-&o 摙moYO.6yBXϦгf|kηLpk^Yi~Zpy @`C%|LK`Z_3kW9`%w)(rTX(OASc'd"NZChҰR//AT,G-?mQ`VwM ws)ZCCRʁ[y[.XOvH9L[ Cw4q\;, !6slY !T7\\w` ]ig 6<0 FZMbˀ7 bd;ODtP}ue01"y jާhoޔg9YZ¿Oj҄>D8A\ٲ͏T-KnOitb; GpDE{ K ]I]W[þxpπZG-b/k{Co d*h2eqK] bw}(-Eu EtMB[6FZ}^z UDrS%&='DD:+&)c0[9Ul[|(8'5,{y?t]9`P-%d!niF6Zck݊ >g- Bbۑ$L{]*Ra%.gqf<3zFJ~ o*fR-_[hKX #ESnH\ ?%RJe{tkIa'rȦRbޤ.ffS" MDeU&YFL\E# : J>YQAb6coIfQ&;(A(Kb\4& '˶ZȨ-xxfs7ǝaT zሯBU>=Ɋ+vg`mUE3]pJχKj M6): 6qeb1D`YVtB8pk8I6M dxVPGU,;rd[F0N{:QrwOPXң: YDV=>6?Q6vsuz>( [V$ڨ.JRX6p_F37E ;'Ni„,vQ7Q}{a*8 cCO6tbkhq[i/#ܐٛeN&*P䏶;:ř?Ɵ'_KK۷/m˪6s7YpErDp9)|yb^v#CG_03ɓ j?CݭmmdaZwHSi8PvukC=i$%c>h@y+ C)?NS&]޵𧴵֞`Քmy]ObWQ~m*`dOj+I0^7 br/lx:K 7ġD`dl57#*xοԠUdfRabO3t)29)ϹvMXitWYf3cc³Gxd ©X٩,z-kNqbj$!/YY@ۧf&xSz3N[]g`Bc%k df8MJ#} *zbKrsy?uwfO['ѵE؟? 7 wU,LX\AJJyӿ*i&Nc]Eߵa!`zwRVO@i8,;",EtwJb'QClNlqŸizssR֫f2'/D$a9*8] Pt17 a?Jݼ%T:ρ (L c5P YZ