python3-pep8-naming-0.10.0-lp152.1.1 >  A ^|3 /=„'P8}^R|'2iXiVf 7uCmd C:oA5xve[jv$3|T˼μi ǂ*5)yk*FX-[ԼPTh,0CEF{Pfwq ߹;x-ҷiKjDq|e.DJ7C;r\hʒV2%Ij xÅcBp?P4ȋZIO!ѽ-$ddf5a1f75685bee809155a092b19f7018975ea20ea95c95a11ac7ff8851e0792098dd20f5b4127bb6538aeea84b4afc4055a92b2[^|3 /=„K6%)y;@~ƿ/vT{p>x?hd ' [ 3<@ Zw  0 p  `0 T  (I8P 9x : ^ FoGHIXY\,]l^bcOdefluvw|xyz"dCpython3-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 7openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/flintwork/pep8-naminglinuxnoarch@m@mK6JlmA큤A큤A큤^|3^|3^|3^|3^|3^|3^|3^|3^|3^|3^u2^|3^u2^<^|3ZK90a3408679bf81f7a2c89ba31e4da1726e327406e0f7a4dcb176aa7353095d164dbd788c592c3828066e3d1ba8db5c22ea487b7e8982dd45a9f82465ab1df49a713032499a4df49af6802bf0458d0841e02f9378bd53e372978556d06ee404af785bd66cc441a9ad54980bdbed41d60a64908d7dfa1fb3767176690f1d3681c201ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b08a07c13d17316858b3539e110e2ee897a57fb61d690fb662be504adb4a3ee3f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546ba9e2fd272046c26d5ac875e6c59c37fddb4dc2e21fb4bd895b8dc659eef82438ed202421f0108c210ef749c89ab790bff946b4f95227d2bd81b3294b389e5afe72153fe628537ffc3cfe6f108f4dc57bee51e45b51513842b1731b93659c8af3ce2f012215373c316e32c8c57fa2300db6b40e7e0788221a497cd7443ae07967e68bbea555785a06fb8888f0cc57b0a713852a6d9d05b047c8583a8bcf07e64944bea406fa76e543e465fbfe0ba71029d143ca9a251504fbc8659f3965ab28fbrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-naming-0.10.0-lp152.1.1.src.rpmpython3-pep8-naming@      python(abi)python3-flake8python3-flake8-polyfillpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.61.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.4lamb16 1585197830 0.10.0-lp152.1.1pep8ext_naming.cpython-36.opt-1.pycpep8ext_naming.cpython-36.pycpep8_naming-0.10.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnot-zip-saferequires.txttop_level.txtpep8ext_naming.pypython3-pep8-namingCHANGELOG.rstREADME.rstpython3-pep8-namingLICENSE/usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/pep8_naming-0.10.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-pep8-naming//usr/share/licenses//usr/share/licenses/python3-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-linuxpython 3.6 byte-compileddirectoryASCII textPython script, ASCII text executableUTF-8 Unicode textRRRѴ0UdbiRutf-8a422d6d1734397d839b61bd3889e8cc76f463cd76664a82a00fdecb47daa1c67? 7zXZ !t/8] crv(vX0EhnNq'fі%ÏM]Ck~64ضBvjf+'\u[j.|>#ҵ&a]BiFPЂcYJ‹F&ƪJiGF^4vogP@$'\@ngy=VR5t}Y УeZ4B_5 #ܬſyUO@uDTJ܆e Oxo[9kS!y Fˋ{۾|X({{`Yk6nǤ5 ܐÊr&~ZVlj2h:uQG̺R RMU'/sjHC~&|K[H8yQQ^jx=t~QKa,{2}z5W6֜w= 4sf6ڰtU"LpŔ48CՕ&0u "'tbMsZ"#RrjB|. |R|z ֤l[TN¶ j+o͓(b/::QI0%@k/iG\YsMIjiypt9Z7W0t GMY" *%@a&JTѕS`{¨̼!3Gf{.GhYR'Q?}Ctɲw ;Kk\0ږ,*BtS0 il} Q6hՎ~F*~Nꎷ@]3z2čG][ibjYM PU0yc9\4_r\y;5W>N\T~{g4<):'QWRCm3„o:iU-jBd "rvOiPqJ} ]D 16{X2Šm2>~I}k m |< D9)0oCw'9ZhN1 >]W 8 }COu3誎9O? [!ͣ1v<MVJ ҳW v_4drΕFuuL*@S`kxEѵm?%wl6\P.L&[dF̥ZG,tff7%"Y\"\0NeIv.@-> a͒Yg=L۳QoL.IQIQWZu{iAoi #V4M2g&^`H!g%ミ6hqb\7|oJ1?C>|D皿%IWVoDsf,p+1FI}&5RP'"ȭp.bZ~Pn(v:]u8N0BkSfI0GӉ\6`XސBhvmϣL*O(W QD* \iv(sNzP2m!~<^En}8֖qm2k2ca|1gy ]9cLᯩY]_ O Y_Ch%|hP/IbZZ`Svř5a| o#,Q5~ʛojEsH>:yj9- A9L;F}=a29n4@Hsu̪͂hJqR+|VI뙼bpDf +~ݰ"1_ͣ0R!,i>B@BRLKe/#7{ V=jܥ{ָN +T2FZԧL 2-hJE﮼?1DPdmGA1ϳ?I S1ȈoTc[ܜĽD g dd ר)7>4$nUI{6ZZHs:k5%H:X=Sԣ/DPJgk)P0cYC ˆ@YqM@ٵNBq(0|-J b:1M@K f|fqYl1cpu;I3'cld&=<<)KWy>gp70QL$Ѥw5y-伩$ ")`g;XS|5ˉ"dMxî5]r>;vFԊ7ZGo iID<]=1ɒn7=-i^K{06w-g~MUKűxkga zѦp '3tD#aa|!>aՑs1`H@b&BSh`V|}JL˯ߌN '׆aFEZ[=V.4/E.ǃֶ,ݢC??"/HLGz6IQݬR7l""[ {0~Ggȿ5ocvHRR}!iX#?FvE-o3 ƕ`^3ޤ Gn<;MCB].3|Z2 >?y vc LHդ;f$ՁaK1l{My53ʈ{R|iዢJj&"URHĐ2ҼVSIr?T)Sj r"bG1\z9w0AΨ0$)Lf6bX.qKsrq*܂F:[.S09X'\5fcp}]E=/8S- L%Tg/ӝ.UI"foUn8jA&])Wp]Уs'ùbc4)RPV$q"04ӫyfѱN ˏep/;YO,b9:{?2Ԕ3'|eD!t֮_5wLM5yiՇ':Ma t%љހاg)!0ozu &HebPlE6'S>[)m=)&f;5~=CeDɚ˜ҋ#_[ipuxp-87( N~gI$y-N۾5+oo IPF';L}[~F$W@ArDDZ\avsQ #znD r޴$XqM{\_zyq7r \Nd ?H Hkl%Lt}crO}S!ko]$hI>Z3ӱpb} ']QK:Z.ToS8GZ1 zBeX; n Nmks/=UaAB>6 Y n'>[v+gzF"I]XZ|S OI?<<s`:!fsX'PnOxa'Af.ׁ~yD-}H+Zת}k*9n!9k5eQlR<o?=%&NS&|SM#mfҞHt&ە!hg+*e55ٛQĔsq8I]C3γ.\Sw hPR Xsl?2oYr:_| _7j߈>J iMl4.zWr'SAk/R.ت󢄭dQwHJuBysC P&M BeOE6'fNW7ߩ~>n@2Q;f?]2bqp+J`P 1g6lKRK_^L p'c"+wUoRs&5qVd8bǤK 6k 0 <$-> { Iij:ƹJq\ @(ԶwfЗo) mvR㡨>Gڬ<> <Z4.~:7h_SlyfVОnH [5~aH/A)sb>Üi$e@F،k c[tQBlNy N4R $껷QA F*Z?3[m\Ĺ s?$jtdY"ߎy4u*¯O 8rVGqT>I[fn<;aP^+4#mÚ3,Pv ~\X:E s)MU7^Z0O! ƌl(&AI Z_0||4)M6(Ao/_֬}tkो$7ja/>LoYBD р+`:̂j+SB7}⸲p0#HEQkԌqؿ7ɴ=y"'*r@>؆("#ιAaT ;ݭbzr|~̥iewz)elf4ĕW7#y=LGM9ftԜHZ39d0?UtDjmS)mq6/FԀPI.FN.h9|H_촊(e[-rf)Fd@Y2wݯ8!\4\_7wW_ID4Ƽ?_`-c؜[ч`rR%͎#朅a4fD|ZP/ A;m_ƵxXWPl fXxA zzjH Gyq(B8V5oZ),{{j:-mam>ThT8'R\ whg5U+Jnm2*Ѐp AxG>PM^Whod-_5{&syCMDH9 ՛ @3['S &~>}*co- CyP򌐘ODb&\EoD|+pFc/׫3%s޸DC0ʹ&F-bph g7=~yF9kKnخ3Y~mxBqɸڿړUTװV}r!l3r9k,ں}o3^M*G\Fk710kcђDzt%XRb+;Щ;bKHA+NEg =Q_ X/0s8: ξq;^/<ƴHWM]C2tau,)p DR$q.DZEwщx E8nhxuչ?WluUG9܊lkjL O9مVrYL߶~2-JiQ L߮nGEǦm{͇Fײe -̺ E)=%)*EA:@=X< {fƣZIiIEj-7KE4nSO_ig0R\V_N#azed‡C7qbLˇ=(7Lzה [ո],J<{K% Rϯg7ê{L,uڹg{\ O}ZimϘA v$x&cBה|%PSܤ/᱊};wYlpmgO"ϢeE(jdD<&a~>J@1E>4ɸAi7#Xta u)IOrbaEK9<o#gV@PL =z8&u=68>g|z0e;Y߄#E>|{h|CY?!CsͱC\>:0q? .{~/ˆN%:Зw i4H",+=NRYpJ9S QA@2EvX@@?U⡶1;ހQNszTE/{,Dg& 0J1;:u!ĉ%%//[ kx)sZMcGHȹsS.~vèn$hǾzkIʪb֠E/W=-x! fMHn3bg.KTWށpT81bgyڹYKCs^s [J] ^\C~mnvݵF*8dhg&6l>еk)árN$Aq5l#qheH-xqU_O@TZ1{0Š  ͜ݯL3U/iC5 @ܒ H6㐊*INuo;s$͢fuZH',o2K!OYơ$Z5鶫K^Yp8G#2CDQw]/$m=8nUGj&X9rR~0p69`rXs(q{tX&I'bgۛ_֦qmIKc.i,#R(Y`i'lf&^keI=GcdRSiJ-N86/Fh1 iP|BP$utG'#ʰrăAR iD[h( mÿAh&,4uB,;5YК <5lә9DX)n t碝DƒPnUM2: ɮo\Ev{ @xԬjkJxF{U$rB³02>WzEb3kGǽѳ0Mn|ٽrr,P#9Šꀗ$5*5QM9{,v[~5kcoHtkdIxXl\ؿLƉK~W5oe“Pvc7Ŀ8?R Xau1){p1y{@,@E9CG5(Z$S5A2;c~%N`KRY!} I4%%AV1W/*uOV93~²-ӠoSA';2燸?&@CBxxեzL7'Wx5}*DDqvw:)˓}(eLPrYtgJk2wVSp3^cxPKbfﰝ5&ofk˩Z1ka sqIn:UtiF+ᇼRpafYrg^ jzGJ#~.6Ƅx٤=;N>זw9vt}]btTYW:ٔ@f#"3TDZJ<`~J[].2d&=6 GaʰkRPOQa<}Y;x'q%([XA>J6 K_t#ݽx`[Ԭ'KV7Q/ ꉺp,pLp'*oS^(m)Nuǹ.041V+EZ\i&-0}cZ Qt^_O A(J-`EQB M ª6| RCq5(:ey6В}Pz*"D(d B ݦA_׵sep+THW($6ͿT,h(W*BC^~z䡪QFu,HBT)\U+ޞbf]^jF~*dTX@gh3^]LDj$zz ; )[g$ xyvFk۶]%wJg-Ͼ3KNWavZ~Bo%RT zc 1ҧ' Ju`r*qDbV6LV$5ַ;G2>BZn! 9)Jm!Pڳh ~RG~4?e']L=M0xFC٢W>v:.x?uUgd} ՀM|WMdyX2*!NYg+,"IT?ϒlNۃZ-I;ZA`+,ҫL1\)MKާ @r_klH˲?KIb\D\psU`[?L!/%q (P.FgzHnE &g':Tn2wI'5sXN)xdǵqlI~,8-at= 3ukxtG;㈯u0 {=1>Oi3՞[[:g+Ɣt3XhW^;媧y \%13 +]y.%%cr{fK qrCæ )u1"#kzT֯_5w(c{et ΋,`g~SuqZ^+#ա.kݐݾH\,:RLoFW_ Q1mSw(_7o-)82@SFI\׵WI\NN[ * fa]ržѳjC&D*$^re_XL#rhn~սLZ@k^2rA"{h!f@ڼǝ=Wη7G̠1$0+r1iK7DƪE [ՁKy찓v`g0KU()'5 Mk? n;}Sh1 BFR֚%2A=ƷD>x~_'^P̳w]EgJ-ldHs` ȸjrj<n(S{dϚj%(`ե2`B(`3T'5=kHgfr6W }(0Qxu9ms^3xꂟ2OhS-r Qğp-V RTݧֵ M/NaFM3VXBd}Xi㋵bsӱKJSj)C`B3S,)~éwHgD\ Xr"'MK{RzлFbߗL Xdje#hB%(rV:W_^aPe{~+zBtz3U%XحШ2WV<pQ&J(EU]pa0]湮8,CRS@ RGxw( cqe޺:{xo^qc?Oj`vq'^qjWX2#l-[2Iu/KYemw m`E?Y4 &kLn^ȬbxDž'*돓LEŴ_@'=yOEVƉgq.HHW;; :GzVU-l.?WE1Ԭ> W nnuuzvP.G.ZOAtzƘuGu K#(~"zn:Ĝ0`6\7:UB~>az&쑗xh|8h( -L@=_f" %WXȖ94!mc SpU4XmL`H DAu 48{Sys_¥e^wO2"Bk:g:Nhվ0Op #s4PE;Ch!abZ$BG_`t=-#)Aa/@2SN=RM nn Pc U/00P%4dz(rSV3$,vHOUiRq&cQC(~V?n DXU-i4=jPe,hpN35YSm/=x'(_Z获@| UPbuѳ­1Mϩ|ђ)LA6$·rS+ȡ%8X6f!g,;W3^Ny{LT8Pya/K )jQ,qU-0ӓ$' 04v,ikEmwcE *%ɮRhJfoN?cV8`wϽ Trw.یXt03`]Τ il3Fs&q4-'tGɕ=ĸ(8JNkP~oc=cttLM,Յi +2["tJ c:a:ŀka&åOk7 JL/ €KFVU{](vT+ՅN)U5;̆zUe"׬ԁ=ˤɮꞮtLk*nfuO7[O51A6}.;M$WSyo05ced]\XCu*Km T.ת̿zݷvyj6 ]q2j}71U| Ж^ 7VŰEL*F^_Uf_ x݅ko*!]}r_G\G>\5Բz5i+6AzEܚj_dpxSA9׋ 0m7FT9mD,r8\}wNP?cv(dhR{LmHZwE%7u!Gc-}4q0nL."N[tuE^*Xz~@TMsp|IcYq*mKr^ȍ>?'}1=i2f.D݇nMϦauQS[ <Ƣш$H:p5?wB*o b95>7!3wՐǝN:_ɭH{ 2߮BxX85H mtWcSk\iF n@yrh%q?ooz8٣$)uB NW꠹zE{O m-+v`^VpLh2ƛr{g[*#I:C(3d+<[[fri YZ