python2-pep8-naming-0.10.0-lp152.1.1 >  A ^|3 /=„ucd2ZL 7$C?_fD5 Bz hn\u9$(@STĀeva| Ni7Ifu `OdGy(71'gn6u^tW:U]&_# )Dp$&^I8VZyk]Qّ*S1Q48;!s٬PZnq}%\x;kg0R tJΕˍ0f818dbf439fc218358b0fad18347e0cddf82b3c1ac4d8e4089095293b8fb6dc390a0804ed64399e6f8e35999b62c60df84cc547Xd^|3 /=„3eXZo^w ~pc.J#" BA╮](?"Dr0V_ii뙧rWнmBջVIL۱yjKnW(9qti7%g?`YmѪZBK&O2Rm -@`ܶ3u9?x?!-n}4|+S˴~i QU91z(|A^'ڞJS뗭 G)gD>pA?pd ' [ 3<@ Zw  0 p  `D h - (]8d 9 : r BFGHI(X8Y@Zd[h\|]^bcUdefluvwxyz $*lCpython2-pep8-naming0.10.0lp152.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.)^|3lamb16֤openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/flintwork/pep8-naminglinuxnoarchK6JlNGNGmA큤A큤A큤^|3^|3^|3^|3^|3^|3^|3^|3^u2^|3^|3^|3^u2^<^|3ZK713032499a4df49af6802bf0458d0841e02f9378bd53e372978556d06ee404af785bd66cc441a9ad54980bdbed41d60a64908d7dfa1fb3767176690f1d3681c201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b08a07c13d17316858b3539e110e2ee897a57fb61d690fb662be504adb4a3ee3f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546ba9e2fd272046c26d5ac875e6c59c37fddb4dc2e21fb4bd895b8dc659eef82438ed202421f0108c210ef749c89ab790bff946b4f95227d2bd81b3294b389e5afe72153fe628537ffc3cfe6f108f4dc57bee51e45b51513842b1731b93659c8af3193c27d419c17f85c6108eb3e1e3c5958b263a155a7b7ae4f1424c44d569714c193c27d419c17f85c6108eb3e1e3c5958b263a155a7b7ae4f1424c44d569714cce2f012215373c316e32c8c57fa2300db6b40e7e0788221a497cd7443ae07967e68bbea555785a06fb8888f0cc57b0a713852a6d9d05b047c8583a8bcf07e64944bea406fa76e543e465fbfe0ba71029d143ca9a251504fbc8659f3965ab28fbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-naming-0.10.0-lp152.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^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-naminglamb16 1585197830 0.10.0-lp152.1.10.10.0-lp152.1.10.10.0-lp152.1.1pep8_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-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/5dedb4883185f260ecb6613959e3ec6f-python-pep8-namingcpioxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 2.7 byte-compiledUTF-8 Unicode textRRRѴ0UdbiRutf-8d90e5e961ec4d5402368e9e3c676e3498b1abf67142a0c340b2a48f5a1be72ca?7zXZ !t/C5j] crt:bLL SXdlsGWw$=@"]79GmПSLN3]c9+/#0r|@SW&K.~zoV/?#EM$ަI@S;KzE_=zqa?cY Ni:eג>ookmhz J /4CqqĄ"&DaG~6I;E2\"K;݆,|HKS-x173G9@SwΞ >3EQHKzE8-'@$P$,Rйe79+(u^J's dKA vNlaABtaL.K9o${CB_Hwr̪ VR-䓫ZzdߊPH)41ha|A7һ(Pھib:!S+p %AL bB>2/HWȭeNYDVCmW*A+uOξPȏJ qb;BYӌg>d_s H߱gT!2n/ `3xvν=\-entG]9"AA+*̟WsT>}lGrtxQnͪeUo+ʘC5a 'qdkJP{]L cq) %ԉq=ret͋pZ0S)4[U!(ڊSPu q|4ʵ3c{-GbV@=FW= Wnz2+JC&qXC㯳"fv@t ^3MWpZMF0d?o=HȪ#Qg_v)[{XjՋh lecgqܹ֓k~zNj!8RP.--k]qA(uSrj+Mo2w-ZA tuK,K`]#S2+PRn$>ђ#V(d'0,Tݱ7ؠc=X) uW^>垜u0}yZ{POf9n([%i#h&nn+~M͋7$ l X䅍Ln8vց&{1xod `a'31R#ksh%ɔZF)LʸaÇ^߯5=b+~]w8:9=Ip{E ʠ.F^:& [׹Zg7x<Ϲpd!I΅simrIh} 6@4#Kvӿl1*B P&nS4*]}-0vmC7=)Ht7=Mǔ)( #D^T#+ZB 5[<5(~ې _{3;KQvCvN7GWb `{T%Gv«K#( ymBNjT||v{ѓ9_[q{?5m?&@ HLJA }LqnzA[n^wT[N ?PsAQd23hGK?@5fe$0Y!>9@Q .B\4)sg>AJ4ۂ_>5] س$?Ep0c!e,A.ڦyN>MyK{#qUH]yI:*_33^hfy#~n b+x5zyZXZ#ҫ`̬rmH12zw@3Vh~5=wnGJ۞ϧ}I{[T2,SX.J@וrn(D~g 2]hq;?Tjo dȽ=;GO<=sߦ{\6Eq K֓M̀"#=%k0Kzow/j1E(B=RH`R_J! ]0u]dϥ@ob@|9dz`*J(:f* %༯<&-BM84KAI#U\přH.;|Y 8vʤf)*eGlvF-\ohde3&Y>#ÐY@jmM2S.&:~`I6 EGKR LlqkwWK(]p`qn >ڗ, >~+Ho=K ` F VӣtH+(l+$KkX3Smm?r莖3"#n01Mc,+T.v#x!oHV}`1ƪ^}1\v2$dàCFUtLLY2w6ݩfsb)w~FTD-wijTQz_E\-H^RhԲnZntJ2-rZҬַ@Za:(O6|=e{Ns1qO:Yp^qC5u5ߤB^ ]m>W&QiTNla+s;I>@ /(Z>P*S{^֟(5\Ȣ#{*FQ.Eؽ@7ءNA 3m!}3%C S 8P'JKH1MYdUgh/./ 1-O\mIP(e5^j[ng3շj!j0EWvw%Fc E%+ͪJ6D} [wf Uh7>5G YH>>('*;,?tLyw)$s(?W?93iV3d%:<uv[J1Ul;X&^㯾էF28k\SHf7 I7z]c3DKKG{CyE冋CV6eCaX*&s$Y J-:u!$):8/IU%'h+Ps4Y(Gr\ELlGgl k6&SƺH; Gm% 20a>֋e%#Up׉6pGk!x8Z]D&;vT }'ك7qCQ@VZ*-#޲^a s`YrQO] oxV3<}[ gXEatk*_j`{$˅Z*2u𖳴eSo-Tn SxV1NOgXtF? -21%@~lF ?$mŧhvhq/S s-RN!TqKdNtS'ux=Mt )mmiWUP`0p>,ՀYu4*ꂛCC)@}![)N(zZn]퟉ 2J9& "0-uFQnF  BEc-@+czSCi[*PE!ǒoU;;֗sؚ3ZTzvVE6FRU|nNGK:#]BU1h[SC/ w#~ %ȱ(QP#8U4w= f|r|UD^*!!}՝BS^1Y;WqnJNU?AsWQ7@*_taMnʫRX҅٨6"|Ə4{MIm&bƓn+svFpapf/-sa_f &w@5gRHʥĬ񴽥 V&KZ :lFgC^3X%v`[?44&m$;JT8$ynd?|xˤT~)+$ec7=|>{ vd맢_-<*=3*l"X=wX.G@ʅsTi%~,{UB飯 Q f('&OB}P:3Gy*`A& 5OT{W;U~jW-֛\3Msj7FuOfjap-׊NS^ [%~< ɖT{NL]L;N3M{gq.uw棊$m:`{ɷ`:}8Qlٱ+Ep9!ԹO˻}a7uSӕqիJXi>Z)*ezoƉ(TS}'%87^:hhxHwj[Er!s ?9rQH dnT4TagF_WUmZ' 2Ѽx@H[sG;5K$\~NA! bkYi͈RT&[c&Lv-k3kC$ A+\zKZ? S[\$cBOyGNn3ܥ`ꝧz:JdQu0vm4ĐN϶ؿIRNVZuHy!Ӑ_,2AjhO؟Z0g61B{$&^BQT3zsK_U?9.\",*f8*0gyILOlp^3d;T%/*#msZMi t\+%AYuf.滲La %'žV[ ~Z~ؚߨ+ajL;RT#w n!V +hkD?٬phEZWwn#a ǁ %`,kWb3t+ (U"WqfEϒn<91= I%{N m$c4D)68Fc#)RnA{1z YXӍU|ʔk&|u 0c{_qÁKS#sDH/kԘ1CQWS Rt+pu]eWx#bywR4[ 8Ti(2c?X=Ů$@jq5_Zs -,UXa#Z4#3amp˫B8 _E+DzQsj+usg0CB#&_3)/귣,69qDNOq9 y&HV>EȥLpku܎@״/ԏK8$h (hlY z^ )7IǞ*u|x{u_{<5%YSNG ].L\:n5rP -Uռ1 swUNa<^{j{ۭ%/n9bql܇[r9eZfʔ2ƦQ Nٶt\z)O~X~PҬe y^8}\K/Zpt>d3ԨmP6@awPRݍk§zb:֣{t)_"6އi)"+Al {@b8A}%y SEA<Fgup}Dgp ̞"Ɣ1| hNGREody\ 8l rA Y< *;(6TȮ#o1L!Z `3~Uh|ף& YOr@[ ;QOBÌ Yڥ0;H]AѨPqCO>D̵`YM)yOX_BGlZ_-yΕ6};Tq)lȪF׭oxM.D6v32~Zc=^bT7lp7C$Q̎QފKG>HwGA^6(Kj.7qp'i:TRյǙ8\yR!,މC Ȑ[[^Zi=p&# I+ xOo}$޽˽J4X^6G5ORH/+$:=<۰:-Ϋ?ydZ(ԆɊ9- š5Te oՌMn^9`c#bUXN TxȤω(Ȍ%vYNB0jr$6299D',P{5È+s(cLNoJ[wh/2n%Rru*(A0; Ef`MyEtcĜeJֲTx])*w6I/rQGjE y!KtS[V!Å[}l/I[݄7˽|wUP,4)"`g;P@`ɪp0V|ۜ@cB-븂o.gW jh{f8z

`AK&ӛB3ƐEZ \ .ۘ@e 5m& !7sd5_;_HPB^5L~A/1#pyPBKQ݂#lvYVfM\Q~J~+@QY`;SbbTI 88Վ hᶈ Z6Gtq(Cv@en!͏pNw 57ƣ?.tUw|j7Gy$ B") #)TH~q 02##=j`"s3fE 0+&& CU8I,xp.)0xRh f-}"lIԢd4m1ѓzOUX_wgطc=U/Y1xN2DѡkYЉފ Axͮl򜒧 ׄ5v) `op +#֛0gXZs_.#75,Z?u/Z.?.k}QJvZ[ JaņMh2טٽC1x646q*ߋfVbEI 뎲SV߈Uπ} b*e ŀp%>kEs sm1|߼A m=EֿqvKZ 5e9رx2ot1axUH,$Fَ>HuOI){7C#>t=qp[^d,pVzᱻs 5M+!BhV-U>Xx "峳Uhcj_2ŏbGi]&\ d+I*,3ĩ6wq?,x\sul#s^Ep=y[ZTY@6I\ng֘q{ !'抶OnE`{<ڻCXGgm%cV%N 1֯i$m}PZT*h ?•|iAsȳaA%?UVÑoa$n:š 0WgR9- \Z̼E0igtSo .o!SՋ<m'a vϭV4HWLK D[W,d񩰃F+7R:Z ]ҩ!_Me6QTV2,2hqNM8ưիĮ_ӧsHsFH.H)Z[GnTht:j,o%CZ8}{I /U0=ό1rÖ[`0h!A=%#h=E! n˚6^Sr@c4oT@)){dЯ6E$>=',Sø X'=$lB/η .(,V!%iOZl);@Ѹ';sB^َ ~g{/kPLYhL&D=`q?+ka}rd^۝X 堢1IÀ_!bT`zlmJ2I^DF3,̯#J XkyªPq3 T-v_ͱn]CB.7"O2txzClȸ<^+n?,Iߣd(I7wN ؠ]am? w*bAX: LbW30#o-`fdCdk.d\]V5Ե/Dz֦ǪO_x#}I}(%čl~7+YOvW7u+K w${+⦥#u=>C \ƚY,(2pni;#WV{#'6/!L#f1ȶκŰ?i\__?éGT[G(پI @uRn5bŅp@b~L( .F񓦄OABg<Ò8c:V?i{X>YeӷY`_T|<$G^eټM4}lQ4 }`'c jd e䕌_~1_eMAO8 a!* z#!a;{#=Hzlȝ2/7Si*s)P¿v4n,DtA;c/~bӣ/':%Osˢ~J9ەozVUFSJcx/GFgR !!HH13is4`_pl^m)q@NӃ5a{6_c}YNg&RթW[soa/j ~gKZ>:w޵ @Z7 4*T {tmnofx+h&`Zoч'WȦÄ^ F'S@=ja՝z%E ZZ\:<{ߦh@ J6ld B,~ѱ99!Wkqqن`(Vh yhn3YvpY(xx/x%j1!H3"w0Ғ3\EdA+_5&oPuo[eVutȑ n.2BȧBQڰQ['P+PJ:Q8e;3; >M8K﬜Ȼ_Ll1g2Xm 5DBgM4c'zBI3rRu帎c _.3/t8.H " ]g 9ѡ7|=fGٖ8Lh~r(|G) 4[ܘ-H' n6$s y5OKYNpgG(Q:q+Aֻ9jRM>`rtE-Csa)\;w%0θ2n!M@]c!fnWx?թ}ݖܷiY^/g&'(qvei=H&,6D}x1ԴY &ыn{ex?9L!4ZŞ [3=`3(mQĜEDrkN YZ