python3-scandir-1.10.0-lp151.2.3.1 4>$  Ap^/=„LoY;KN]PqdOa1TLo7~1Е‰avLy8>I@0+ۅv CeO_}HD[TI"zHf@ X2+ҟ36VbL-/]fn2m I3T%ee3<Za6b7פ| t`ȪO9ֆoL B2m.Jid,]3Q  M?B *u(f5-.6c95e6efca972c8e8ed5bd97845600dd5c78e07dcc637a260fa9a025cbb737b52634a05b0182dd18d8c1403607bb1183f438e22aa7pH^/=„nK*N$W*T}~܂IrN⒜lh.y@"& 7>R_ɓ,{T1b@oGrHO^&SN25?o,X{C6F ࿂j*H#IS#Y `ƏmnU AJ\P8S Ll 7Is  !،Pl?4 YuKw!iEI\iLyTLwSud#6urdB9p:HԱָ[g;>p>?d % \  &2U[d          & l    $  ; ( a8 h 9 : F~GHIXY\@]x^ybc4defluv wx<yt zCpython3-scandir1.10.0lp151.2.3.1Scandir, a better directory iterator and faster oswalk``scandir()`` is a directory iteration function like ``os.listdir()``, except that instead of returning a list of bare filenames, it yields ``DirEntry`` objects that include file type and stat information along with the name. Using ``scandir()`` increases the speed of ``os.walk()`` by 2-20 times (depending on the platform and file system) by avoiding unnecessary calls to ``os.stat()`` in most cases. ``scandir`` has been included in the Python 3.5 standard library as ``os.scandir()``, and the related performance improvements to ``os.walk()`` have also been included. So if you're lucky enough to be using Python 3.5 (release date September 13, 2015) you get the benefit immediately, otherwise just `download this module from PyPI `_, install it with ``pip install scandir``, and then do something like this in your code:: try: from os import scandir, walk except ImportError: from scandir import scandir, walk `PEP 471 `_, which is the PEP that proposes including ``scandir`` in the Python standard library, was `accepted `_ in July 2014 by Victor Stinner, the BDFL-delegate for the PEP. This ``scandir`` module is intended to work on Python 2.6+ and Python 3.2+ (and it has been tested on those versions).^lamb19}openSUSE Leap 15.1openSUSEBSD-3-Clausehttp://bugs.opensuse.orgUnspecifiedhttps://github.com/benhoyt/scandirlinuxx86_64;;R+#`!:A큤A큤A큤A큤^^^^^^^^^\^^^^33874515a709e8d956d9c68d8e94b7ab0962f411378ff359b6bb2ed2174507e881127c8fe6164a98d073a163514a637031079a9b36ab99ecfd2818582743289481fba366f35ebfed15b06164b29a1aebb9bd928d1fb3d5fea9830bb604206b4e1b14b5ff2031c9a300e3917742b6c287b90e50953e2f586f5c1ae46128ab546928e812039cb0fe3be144e58d144be09d7e8e322ddf54976c0377fd449772ef0901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b231cdee663639a2b3df6a97b244b4061cf7e76324c6df471f85170dd1ff365fff7b0b6010227b8a93e3e16f769733b7c9a2685cfb4d2964c701babdb73549ab1cb4ce8153f70e0702b4f92ca74a872b7748d692938427bc3957b30594b04d32ea5e2fbdc239744419d29407cdbc92793c4d9c1d956c174f7cb7f96fa6d058c86rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-scandir-1.10.0-lp151.2.3.1.src.rpmpython3-scandirpython3-scandir(x86-64)@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpython3.6m.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1]]c@\M\zp@[ZYZ@YjX@John Paul Adrian Glaubitz Matej Cepl Tomáš Chvátal John Vandenberg Tomáš Chvátal arun@gmx.dearun@gmx.dealoisio@gmx.comtoddrme2178@gmail.com- Include in SLE-12 (fate#326950, bsc#1122668, jsc#PM-1447)- Replace %fdupes -s with plain %fdupes; hardlinks are better.- Update to 1.10.0: * remove support for pyton 2.6 and <3.3- Allow building on Python 3.5+, as it is useful for testing and it should exist for when packages list it as a runtime dependency, and it will add backports of enhancements to scandir since Python 3.5. bsc#1167207- Update to 1.9.0: * Mark C extension as optional for things like Jython. See #105. * Fix build on Python 2.7 (#107). Fix dirent struct alignment on OpenBSD (#109). - Do not build on python 3.5+ as it is part of the base- specfile: * update copyright year - update to version 1.7: * Expose scandir.DirEntry (#93).- update to version 1.6: * Fixed #11: inode should be unsigned * Fixed unicode handling on PyPy due to Py_FileSystemDefaultEncoding always being NULL there * Improve tests on PyPy and Windows * Add Travis and Appveyor CI testing- Converted to singlespec- Initial versionlamb19 1587917728 1.10.0-lp151.2.3.11.10.0-lp151.2.3.1__pycache__scandir.cpython-36.opt-1.pycscandir.cpython-36.pyc_scandir.cpython-36m-x86_64-linux-gnu.soscandir-1.10.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtscandir.pypython3-scandirREADME.rstpython3-scandirLICENSE.txt/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/__pycache__//usr/lib64/python3.6/site-packages/scandir-1.10.0-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-scandir//usr/share/licenses//usr/share/licenses/python3-scandir/-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:Maintenance:12461/openSUSE_Leap_15.1_Update/90ab7fe1f946374927654852655a201e-python-scandir.openSUSE_Leap_15.1_Updatecpioxz5x86_64-suse-linuxdirectorypython 3.6 byte-compiledELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6078101439213e2b9130f344c8e1f1ffbede96fd, strippedPython script, ASCII text executableASCII text RRRRRRRRRRR"b=`ݥOdutf-898bfeb563db4e75369f3b935262ca67d77007bbfd4ed2bcea33408630d3b77ed? 7zXZ !t/S] crt:bLL GvEBn\ӒGrQ@  )Qf"1n( JE[Ǚo4kmAQg>c8Uӝ:)ĺ;Dw9)Ms/};LkY:6iy? AExwe&@o 1%%{/%)&>\UtDo2򧜲731T;rDG eW=强@kAv@Gά~PF; RRj\p~$"5f.ʿa(~£aG+dL5d*us[h7E-_'5^fGbT `r~o40p Ɏzg"͜nyTX"X:ytթvcTǗTav3 B3QG&$T*%R D>10)} ScGI4#y4֦B\Kf7|Ul#sr Zwy|Lw'1 .C1%/W7>thTNN->~"u>T u?]TkRc6F"g:KĐ)1".&ukw撄p݇aD N|͏HKLM@ScB` x麖D "f"+wÛ6)=OA',!GxOVI _yΞ×ZUP1fh UOx>V4C^N´փQZxoC$}^$pwޱ4JcPul1S1Tq8,b%z%9u(A֮ad}:빪@,E0*3"e9b#JEι\ A2dARWsWk<@H7Tvb\ :@}Ǝ+ a1jv#kgrh¡]E:awHxcP!Tg>*+hZu0x\;C %É ǝ$ͣv9hw @_ 4wũTFq2іm<,B[p2,0)9gKC6I0o*le#$y|rIwL;Cw[9mm @>VTߛm+=˿KՊ]z ˵W@vx:7{PZd݈KDqw5zUbB1$j,1c2'  wCj4_ PBO11'91m* cGjj8[}P-ZL2Sҕiz;.n_zb"vb<@r`ˁ `qcY'!"v+r;7Ţ,)GK)5WƔ2)U;vTlxam9ݞ&H0v8j.ܔ%_)jןd5 uqDm"梠0n +|I3lb+t'!к9t=gJJ7Qv@ |QI]{<ILԋxӧ*URHD56I?<7%=%bg{0!qvwfUjUŵfJ0%WIL}w2&@T!&36ma?J>.|nE2A[i 7w8^}M̽,+?9$sCAڹi ðp~#}=g $Q ug]q ͇<28,OdoēҀݬk ;A?r@M9%;gEs; 8S` @C"ڲ"Ԇs! t+-r~Zxi샙ʺS\7 {cƌӕ5Ob2;y0a$osPC(FwXOwԘZx_&KNޓvy>oA 4#`0P_a| ET#̇[4QҜYm{4%% ~08 N%)s%kXUs8nH کN[ؓQd6Xt)S46=HJVY/Dp5WMYJ!Vyq`ûmMo6ׄۄFX:>VS5ɨCO=W]&U4neIȧ:D"E_=LQ -a9g_=}| G(yx}r{1| RHҹ!|{u\YȧhB,j&}h`-j LBD,{0YYDž3l[^D*OZ 8X ,S01fgK\RE+GJ5@or/eb?ԔOH9.@?Pe`zT=ZK`􅜹QU6/N'^Ј]Ɯ|L!5)U3{CWJJ_Gg-簬+^͋7VWԽƶ{ETQQ*6wbʨi#^ ]Uh@:t|"QJv1<˫\ґg F,É9lX!DgZ5Y%X#^|~#n 7vq}!Q"cf翊(-Kp;/A)#cEX^x9\t:hedIеʑa14:20(MoH&8}Sw5"0L7lF{d7<蓴^e^Ճޣd#{,Z*C<٦̿p}Yֆ?q?cVׇ~A磞Rs?An"3xP4.0_}l9%AWȲr8 d֎ PE2P>)dI2p^KpxPE=At7:F䈘17Zu"k%/:hx Uܣ ^'(pvu@ 3RWh8PGRSb8 Aϒث94<$eOXue7MA6g2U>5ϗy؞<'cHs^ĥ|9d,қ?!%\8XHh!C욪3QI B&淅1wo6OOX[$'`f# v Fゥvwu6Qоl.ԇ% k$% <aORAgs. F?˨`ݏ'bbfBٗ~μrtJ-^c XGڿ5!lR12!4J G v3||CKd=iغT洱yNIEZ N;s31o㳑Fw(`cg@v_ѓ0qt- m174bu)&u:i_w Pn;F!TہD3z#`4QRmqQFmЖg6Wi((X;w%oc$&i*LTF3'MTdp$ 8aX93{Icd}ZULI!0N;5-U {^m  :q?TR\5[9{ 8ĉ=̨rtnА[(g.LF2Xu3&ee oSmKZ/fu;099)p0bޥG=z~vT* Wl8a'҄r`:Nt OءgEh7 |$chVU.f~eLl:wvE9p)d-HA~"LV':D f@=ީ- 8w񕂰#l1k5F4k887C9ЦJF7hgT金Ylu6qpcޖXE_gt2U˞ڝF\ SWS 6uYpוȞtv~~(-YsG*> \Fi$۶.5!UjI5?^;QKX"85fVc˙4bdn$|5gNt!# Ń+3;6-N\ ]O# Y`^W +vS &zwBW=bKf PW̬؅Mpt1$~J]="0$>TWJ[-P>Gtc~ 7.mI/?籮<$ 1V",Že a#<1V)p=)j>,&8h6%5|klp;ϽP/%%ĺl#v(꜄D9MQ2N2K( &P9*/kL;ۆgwi-2i쮵oKwD8E ݴ*FKK7ܞ;$IhH}*SzXѵwm50 Xb%|Zxw2 u^ 0Mʉ bBK'oD>(p!mef(.iGfidfGR?M&+'܆ 3RhOUF}ϼ} ~E|e 7VYcLT'L&>'ڇlT;ŖnP}G_ rTY|w7 JL>w> QI*Ʊxa-9, ;fZ_-20['79;YD!<`*bq@%;T;s7*p Z!v3J!Ri/~CX[G.mز -dXMd(9fZ= QLFmIv7y涴0su>k#_ⰲ p`XetzGwpmR~%a_2Bii]1L;Odzg/ mjۮ6B"K֝7 $X1ACTS`N܌LSr°vJsGmTf 忦"4opzu4z2a=NPlZ ݜ,Bdxc81 fIT(_ N?vmwKJgW8E2]ҋrx5աQer7_ûI qjٞ ˖T Q7|ZMLIeVli&`&L .{e>u.:Yy-Av&Ub[Bb%)&>CB'?Y&. k:_sհV8;)>;,2:c.^ڽ.u"*pJ*6v25#ZxȑpbHs;!aeYPB~XE^\fHO7|KsNIrN={\@7d>\ݻS;k=f T:-ZF>8Ŕ xK"æ(,},n߷;W]i aLSvʤ؃j1QNCBivInM7ax2^0&F_ԣ8}xE^#]$͕XUu8 L%5fo$tkG (Z" NLM~2q\>] +"ٯPy%+-@ !RfqɒTYHrN|2pjk}~;j־!lZ7*ɵ2-! Xl|@eB~]i*YcOI6HIMMU9*H mAw}o(!s~*cމ-wpڏy5ص-ĻlRO47wjeY+Y2l+~$w>zEK>h÷\i*, " f!=*kn˷–pp@f\&4}14b瞋p7Mrf@p^qJx̽&)'1)a,KM$E(4LM 5A8ٌ3Q=ji! c'IAie#i~-A0^#pA!KG܇l1 3Z1{Kp+hV5 v #)"y7*Q}8…8lVҍc >.D;W\SҼ "V엌eA&{P50¥zsHJqi0J>{0m𛚰7oT'~U6fXuv (ӊl::JM0%ŠYnOG1M"u"A"=3Pd~SAݪd&o$7t' Okp ]#;B P>^jkP7*aҁājr]1P$7"yhdIc*Ffp/Ĥdb<4sX$ )Ec=[D.bX'ƙF%VB|,vީKO+KyVUlH"*_y=%zFoffx5`xs!PLlİi/6ݙml8Sd5lzH#{#E$N{)$"G-}t>:͐f %XN|FKC0z(ļ] 1fb#rԦk.5Y4⺓sKs-jx޳ISNxnt[ȼUۣ9 :Zu ՇNcbB*.V9 Gg D*[Ÿ״6|9hxq%/+h5 kߝ< "l ^ήUTQ,޿\NV_ Q/wp@,Ce]YN,P%lJB,?qcM+.JZGzY\KXo:!5#wmo6>1=4^2w14eT@iƝ4aw{s!"*޾yIԌЛjQEJ$>Q fː_a3)lzIЯLLEól{Ҡ"+N ɨq 9+%i >^(ݶ$rmɌyOZk2',i҇K[^=^?%; k.I(O:$Y0r 4?ͽ$1{mMu?gƮF%]~4#t72~8HWÜtA=|ox"}b"ZN= n9( ~>@JbLay)8- o2FKSx MŽtcȵ@ !͸fk'̆q dJ@`S#ТɄ~L~vMIZZv]ODZs^w I^/џ'Ie:k Yorx@<ѲYoh)RNKKc?-!zkS 1e4%HF ^-_wu݈*J[/!^ju}ɵuL0].;ž͓'=s= `"7kRUc|$  ʡvNJ~lSve:F!3ˍdn/_ [?Kt% ՔȜl軽z̞bFJ0Z@5n!oòikXa%pa7@a6]ODR PZZ V(ZC7FµFJ. )A]m+b \ Bӎ;t^>NU8 'aP*}HeP^,A< $.ʘAmŔWv%H"㯽 A=‰gRGhw+"T;w5A2]+ (*vf񂳦XX "NhP=SP6,YlOZ"Ʉp_7^U-$xä4*6vkuKEoi|bg=Hkp}Z>R_lX{ޝnݬ=!Xkq~ԃ=ᜂ,CRC(Fhqz46(nY ~l@ oLyfV)1y<`QS#U#'&\hha^jk+L+y.kn50uӒu>>k G[}$2ֲW24#ְyVF4cXނpTx4: AVЂ[D;RBK~i '/nG#Inor㪗hٮjң19LgŅdSU<#&t7?풴^r)vH)}ChL;C А9CDV(4o(h\qZ.VhWO#wM. );<@!)xEl9k<}Wmkbz43qը95 7&4?q~ twf9@ŋN-6t7&[>dm?N% ilFA;tR'FT퉳ieEV^s,w kfB5OOt S`lRP˔Zן?ܷ]'M01 hfϫY^[ѩ?58cS&'>?_ o$qO6ăi*fpus3>G|'u5Q$a_>v~rEdu/a)l_xi`B49rw{GOT ~Y56:˶a;a"!-6֙i%# ;yHc080@n#¡&x* XwE.-!w~ɾԐuC&zFJ>54|Dg#+A+N#viCaQ#';oݤwmn8c46BD-XpK±NJ<'51H( @RS=W s'[UQ *+U텟tut3VwJZ !rm -_HlqΏ~ZX{9Cxёg2bh!.\t ѫLǂ[p 7 @ً^V̬8tN{ͥЛJ& &MovXF;yd7}AjDa(B'0>ٜǯ,Q>yn҃ Drd'ׂҿL7YW:V2w =MljWʡ!mM}*]}vpۼSꋷ3t&RZ ?D <9vɞmP}M{92DGo&"6; Sn&u- 2 YԹ7% ~<%:|s3 68ǿ Xjٶ)Ό1#p3"JMM`REF\PfR!2, t/u1}#}:.A@ↀW@L]DcuOmmIM`i*Ysdk愳|M=B[I2 i3,;0 *h+0r9C!*Ǐ:(`<*B:¿΃M|ݏ*X/=M17|MW n鏊#N+1:!.r"Rʈ S=na\n(eF[~N**Vb]\8')40=vi$"pմhq;oҊyXu8y%< "{V q-{!K$rw+]I%xEL70uEz8MDND=r UaJ D$H dϱ[M!9%u$d'XUA|h'vb/)?%#_*)s]YNڲwg9cMTvBWl`<%뀌J  NTX(c5xa[0%15} [F7X21*f~Y3헋lŇ#VbvxQ+0|c`R:e(k;mZGEAg ՈIƞ j쏯e4SUh=E,l;A}Qp#f}"4"΄gi?828I`%o/*:a9g.ބsr&i8\|.747EuDN&DZN%rBx_%nLZFm= @cGu?cj=8U5@i]?v#\wM>֏> B--3ZAz ( [=eK#;ͭ@ ~I ҞV׽Nwq.69IE}%;P@$' ԛA>鹅ԟQ,nfJ͜;~.F8ÀmVLY{ݽߕUgYs-ٮ1o Fǥ|)x]qeH34t"0ŒMnm+/7pCg+vs x/hr~@}6zšP˾+:mdqad C%c;N'Y6Suz'L3<*oů8U&Fhz$_*у"P4Gi>TgIl \]|,J5nYZ$Y9ȘE(חa} nX ,q22ZF pE1\l;82iR+ՠˎ,?"lʡzVe ⦴AF]fbE.܏8w|?SsRtRj5t,c7pH ] ICtu"CTAbe^K­+_o˺֗ٸ@fe&u 5W/6#c{0`"{$|ހ\\ufiA4/ͪ7n:¡=|RH[ɓht\_' ̯і+uZQ-'28`3 q+3wSs`ա)KAs"{.{MsS a _p4ShT{8w ӳ~dz=-&3$Nks*vĘ ʦmbshݙ㏫%p75٠ KT56HHSb> =X_!hƲm v