python2-pep8-naming-0.10.0-bp153.1.17 >  A `CZ`!M@eee\A#L(;Hr|dxTw9A6BB_U̫2eϥ>hû;XJ~Ki +րݧ¼ ydv+`F-ʌ&I'3 -j3Pp$Dw^V`5:5vӀN5i>sio}N32 GN #s<0sTaڝVHbfBp4#2 I8Ek%& m,;N79c6b21d3f425a70504c86d334cb29ee10b6766223057a01189fde8877f1c7d99f89b048a9dc2babd891691fed90e37a075e69015X`CZ`!M@eeexeBč'>aVFUB`/ ɩy5${S=n|;w Nq-nZ-!#fלl*όfTr>Q;Aqs1^EPRi²<P^G?ߜ0 ojD warA\$0W^$ധ״$Tݩ8&Jk[J&;c?F 2lQq1K峇a( 1D>pA?d ( \ =FJ d  8 x  h(P t 9 (i8p 9 : ~ BFGHI4XDYLZp[t\]^bc^defluv0wxyz$48>Cpython2-pep8-naming0.10.0bp153.1.17Flake8 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.)`CZJlamb57֤SUSE Linux Enterprise 15 SP3openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/flintwork/pep8-naminglinuxnoarchK6JlNGNGmA큤A큤A큤`CZG`CZE`CZF`CZF`CZF`CZF`CZE`CZF^u2`CZE`CZE`CZI^u2^<`CZIZK713032499a4df49af6802bf0458d0841e02f9378bd53e372978556d06ee404af785bd66cc441a9ad54980bdbed41d60a64908d7dfa1fb3767176690f1d3681c201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b08a07c13d17316858b3539e110e2ee897a57fb61d690fb662be504adb4a3ee3f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546ba9e2fd272046c26d5ac875e6c59c37fddb4dc2e21fb4bd895b8dc659eef82438ed202421f0108c210ef749c89ab790bff946b4f95227d2bd81b3294b389e5afe72153fe628537ffc3cfe6f108f4dc57bee51e45b51513842b1731b93659c8af3193c27d419c17f85c6108eb3e1e3c5958b263a155a7b7ae4f1424c44d569714c193c27d419c17f85c6108eb3e1e3c5958b263a155a7b7ae4f1424c44d569714cce2f012215373c316e32c8c57fa2300db6b40e7e0788221a497cd7443ae07967e68bbea555785a06fb8888f0cc57b0a713852a6d9d05b047c8583a8bcf07e64944bea406fa76e543e465fbfe0ba71029d143ca9a251504fbc8659f3965ab28fbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-naming-0.10.0-bp153.1.17.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^y@]@\w@\U@\l@[]@[@ZLYS@pgajdos@suse.comArun Persaud Tomáš Chvátal Arun Persaud Matej Cepl jengelh@inai.detoddrme2178@gmail.comarun@gmx.detoddrme2178@gmail.comtoddrme2178@gmail.com- version update to 0.10.0 * ``--ignore-names`` now supports globbing and applies to the N804 and N805 checks. * "acronym" imports are now treated as their own error code (N817). * Metaclass detection has been improved. * Annotated variable declarations (PEP 526) and ``:=`` variable assignments are now supported.- update to version 0.9.1: * Fix line number offsets when reporting errors involving functions with decorators in Python 3.8 and later. - changes from version 0.9.0: * Drop support for Python 3.3 and 3.4. * Support positional-only arguments in Python 3.8. * Recognize abc.ABCMeta as a metaclass base type. * ignore-names now also applies to the N803 check. * Handle assigning exceptions to object attributes in Python 2.- 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.4python-pep8-naminglamb57 1615026762 0.10.0-bp153.1.170.10.0-bp153.1.170.10.0-bp153.1.17pep8_naming-0.10.0-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.10.0-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/5dedb4883185f260ecb6613959e3ec6f-python-pep8-namingcpioxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledUTF-8 Unicode textRRRQ| HPc%!|W`P.^wκ<=К #R?f m8>m`1{O!MJ$KOc]@օ!o 37F*3W颀-@Q%[hUU"Z ^HPCzYʀz' k4NЍVI: c7Msm=p}ǭ2**k thaݼB̚Ov v3 Rp7r3zS sf, wr|ѤZ1n_cB#vk:%zy36fc46bGd)[ c5-'b,N2혦/Ƴ/ǠG\[9H5 9HyPAm|(0oPSxOupb*yr5`2IyY-8#NKNhXDeYeb0߈y&?FF:aT#6bNemK"U>n) W ] cfpnĶFz'7(MSi'y&둹VfJS2'uiHVUg! r_Kjn[a,QqG ֍rjkigmt"Cԭ~> ڟs=qn(9%)b/a:6뉑}`Ѓ07o/Ђuqe @F܎ixe< 㠑s^+ 8\X´aiY!Pv/itH1CݪGW(t2" RB3.:3iƯ[Vzgc$t#@ny6 6P}Dcb+& ס=Қ"F.wQ,3~\ʳ&KQ#W0^ˬ;1 b d~_-Ix7dHu\!;_'ɰBTfDJff+(#5Ƃ 'U\}9ž甒D_|Dzilq~S F>ޙ uw58"X 3dG?Eߒ|(oxر{A 2@:%j䧈%O]3+rG5ۆR43-.|?KQVrC^ #+?;Um2'#J! .wc!.[uK!b&&@HND20ʼn^(Kt-2$^SNӈ}$uo};Ex>p4]sg $s Xd fi~Tgk~VfwD+3 rd]KgBo a(?iA ۘE1E~w[~'_ݳn RyV/ʪHm n}Te1iA6 biϵ$ ,dV-)]J9R׼w(3g@θۈT\be2$ItD`jLj71bxQ 2$bqo_:Q뤏 +5f%*Dݝ>9tƠs/n ZPtq,؄l @ pA7Գ6lӀŎ fY=&6GM^k*R6_ݳ=so0F>`rފwPp C45nwM.QW3o@=rq/[)Q[I?T%\Ǔȧ\+=}U75QM]MPt C7"l i4S[yO p>SS0$BY2 ; \O{l1NJ<3*Bu #CXm ,碌(4@WZW)n ݡ,+- MZ<%uQǢyb[i%}|nmކkiQKq-:W~gZymۅ Su*14{ETθ@ ˕2I%_BN' y' ¼"ת0]@cs8e^ NAdc}q m2/ƈ\N6f3JMWMoCX Q{?c[֎!4S,zߘ ȟq<߆0nk};}X? )֘ eܚ&l8.WUqXX\zHLe&=R8@#@ںwR[G qjiy(;fl+\閔s x&Y&%˦%/D8^;; ޾/vJk^nL%ohdp*%,<ᴄ| yrfӟ}]@"!BaQ533<(ɼtVy erkOR%ZvOu{"/v:Ȋ(Xt3{@;:Ϳ:/9 'b/ǡ#;-S >1Gp,{/~Y+CmOB(RwGSg>Zh]+G`-cD'*3=f^Ѧ+4z3$Bn Û(`.H3E o0X+ W\,57_j)슏 ':JRxEXO5nמۢvUp HMA'*U&$h{:.L-uZ[QûT<]VYݕ $TF=C>ϯqe_^t";v{~PBo/K[VibzDeHFL8\֥#Cbd'0\PW[s~>I`$FѨ}2iD~#ѿP`ƜaZDvQT=% *$ybʼakZhlxVa׊FA=fd] .P Q`YU7Պ~'Ȕ*XՐ[ / RK$j}=S 2PP#chRз){ {\jmдbMImBDhw7)2( 5;z3}puE6!)=#g'OL K$v_L~NRIHwSc_5"53a>2Ǵ>0ߑ;3ý"V-^d[AG9+ݮ2(mQ܇B jX=_"kF7y2X27Ĕi*UjD3TRzs9O} :jO<$C܏\:)YPCtGMyY@Xm4ĂF$,YwWg<_pYNL:٢ϨV1Ve>S;!h ~•B>OI7Bx(16'^mNe֞8PP_ug9`K.TpeS;/{L cG\3cHψpIM6ntBCsPT>iƪ_Qа ØeE<&šs=EHq)|8l1))w_V[jnk, ~ ^ weKj"t,${ax($Մ LNLJE~[. +P_FׂH1ͩB~sfHJuI.dvPַbb>²L̓o ՂH[a%3at 6%یI埩 %3Ev,zS ІH^ScۊV^tfIg<.]+B1{38hp'}uQ`] J_(^t}{WmyP6V+^L z1 Nӑ' "%ε7URIt̀\POo,y.Ci7"qU~hL'R(w8} QA>H9e4gWTB >`ǝ*g!,@)2f3^>*zQp `4UC3u_ ᅐi9C89¦e[o`O8K$~.V;\p[aZ ݳOHOvkxGAGSK@~abV'qQE6=pk5^53z9}swxSʛ9w }Y6&O^)v@B˘i~ F,-@pCZ)~l-Z/]iehcv};[+SWu/ hi,/V2׿ "\X8"zADNH⤙C\m|ʃ0Yuz|bbOeV@g#FnM_ƃNk僶tWdjj;X|#~X'û|;Զ؜NjiXȥPEu+?]ڽl[yxvjk10U*&pp\0pfda,GzbAi1L󰙿<4 5Pi2RŎ9&P1y!7鷂2 D(o"r'o%]I4kA \t#,Vi1p'[gYHBSM1cG?2 9Fp`QoEkc)C^]p=!J?4\ C}2Q#(u ^ՊD$ a ~ɻX_bGCGjh1l A'3D5Le@ F*6Zɿ0KG t}o5wBՔ߲O`J t7O5F9NvvyͯFl,WǴwɠi=h(gpuw'x#<+_ :t_SgzGWcћOm:=fp2Oz K"J'QkxytYxtC# z(w>ɢsH-W:@ ?G U~>C7^3(ߛn.EQb|FswhjyJ5||T; {@lH[lcL#$&`-bLG9"LeڙiZ}g,(Zdxk@C#%c섟I˺j P0Ꝇ^y;Z#'#zL tE?N4mN}.=+GL9+m6Cᎊ!zJ `P4)Vj ;kŲ]zW{ .蕎M!+ִ W1'urXC>f-4kϓ r胇NY>"hj̕3K/rBtd}H4! A*QQ&u5݅;O[I'nFNu4̇xJ?ҋLT@C(oAswcKWXdzJsG3]IinP)AzY C۫?J:1'?9h֜j-F3V˻x#a\FeiҘRjr+,%|`02slvY̫&srɣ(TJ ?ְ- ꬄ +{!_5Eޭ:l-7GCSR%i c&)%(ݽg% 6zV[ /h}(7&J_}|VBnj>!߰_ꞏw(O\)B^j-vL1ySÿE'bvZ4X4f~oq3?]+]vL~|-V "Gu[ W7+=2 Mm Dϖ>LjX^OR 1ޱTtN!9(l C~%Fm/e1YvJD1 Ɖ6UT:l%w ftfk忦&ݐV / =||84yȨh,"gjf' "E)T<߻_ :ٕYAi Π_B( )90&,͇wB8K#G{}h嬂 6% }*Ts|ZbѥcW^!W'v/nc˞灊_h,axR>B6jRq )fЪ.t &lքb vD:"DVi'pQj\rCQZyBݮF%:rG7hn% ;k#z+-Y41Kt +!WQ 9A;ZAy? o~z9xco]3*@S?c$ٟ\n]vs% =Ѫ[TwŠ B/Θț d@6vkNTnuD0:$|ؠ])4 $bv) 1U[A4%iC7{ سl!S =cT#ybGJq8ۇ}H7j,]˺B㯺|5C{+ّ)>O:=FTn2mݙ1m3k#Y( hvb815 B{6C1Fo!wQ[KL>g%'jw`d!hg _[ wA%o(W ݓ|AuTL`PjU5AsVz<†ip#s>\~un Q)2dI w9XUQ(/k,eX^B3UƬF$^%lEK_IsU$;yK%O!;Nyt QXVBʊ} ()l` !QT$dO WgG<2%, }f22ŕs"#b\3u.=UMD:SR2>㧨7?@GU> Rwt**ZIB)߃ö?mϖc b\SlNqt/!+?wZ`)i65&{/ߜKAp3LbM1.˺ e)San\R̡A@zEHqx:4ǀ_;hS+/vC+u]jE-[?!–aL^Ȯk^#a{^`p`=""c3A\\ -!4g #MPܽTM.у]5JC!Q$m&NW!^`iK77KYٗU6|Rs2150M2$⹙2O9 ,_T#@5(D+z\youXgKDb/e6ΌA)[xȮD$*<&$7q\% ӗ<+( l"BX@-톙^'z'\@!"Pvur/w/TMnWx ,?~E6 %W'ƔE!HKarS!Aaҝ> \ON"YPJ-`͞"v#Aѫl!DwatRB&6oϑԻ b)ע' 'ra-Ìi 96f379$_iu|T$te8+Q,شNEc9=p 4T:uӒpֽ'"GYA(Lr3Tcج9 }iqd;rJeEI- HBQPwdmu\UqEv I$?EV1>wZѼyJc07Յ!+u p3/UZHH“Bt, hG=iwnDk<1;Vs<%v'Pnlɍ|ZTB)[UMZ==Gr6b{G*]I*iXka;X<qf+a0#c T_AI'fPVZ!H])Bq[%lLDg]J} 78 L QYő+ba;m/LAM>+) ̎t;WB(D8, mKߺ^Qkz֏$.V r8B.Reb'靧lz4ǜNB~ 8eoU^ȋïeHTĘ͛g} hyL|PŖ&Β ך$u*T]BTgL$}ڠM^Šeb!s|b!_l7Aq?`֘|w^{Z #j(.(F?}Z#=(KI)y`%|I)JN#݅ /mC  BJ I}.4ޗSXgvxY @%˴54WaiEEZOIa$C{]߶{=l'"Wi~}j: un!Ǻa ma ^]VIP}qF8'#4-AZ̓M Ɓq@*Uu{./DOiN% [qu3ȯj_c2%$.o~2zP܆Fmns!$#7 Pi?햁 ":.T0&w8c25im%%"cgG"|&.ՋѶ1PptH4g#UUr%IGe=\$I`n:LɠŌMEFjtBpGr [Erθ? 4 äK],]WKo]V5.>ufglպS;$:Hgk̶ YZ