python2-scandir-1.10.0-lp152.2.3.1<>, `cTU/=„N'ؐ+سҕj*1\2&`AWt51 /GˋVZzF!tXcc[ꋖ~C> t_=s)^6F4w^Xm=YS؃U~/kN'hm;-㊭|PtJref6@ckd~7OT)mNAD3Nn+"|jDt'u1}ukKL:,V@-nr{kbt>A?d % \  &2U[d                R |      J ( x8 9 : BFG H I X0Y<Zx[|\ ] ^bbc deflu vw x y@ zl|Cpython2-scandir1.10.0lp152.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).`cTUlamb15PopenSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgUnspecifiedhttps://github.com/benhoyt/scandirlinuxx86_64R+#`II!:A큤A큤A큤`cTT`cTS`cTS`cTS`cTS`cTS\`cTS`cTS`cTU`cTQ`cTU`cTQ2acd1bad893ac15175d15acdd21766fb3cfabf86e23330b37121c567b08c1c5e1b14b5ff2031c9a300e3917742b6c287b90e50953e2f586f5c1ae46128ab546928e812039cb0fe3be144e58d144be09d7e8e322ddf54976c0377fd449772ef0901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b231cdee663639a2b3df6a97b244b4061cf7e76324c6df471f85170dd1ff365fff7b0b6010227b8a93e3e16f769733b7c9a2685cfb4d2964c701babdb73549ab13587a0c52f6f1d05ef4bb516b20f50e03a043df751b27835bab59d2b04ea31993587a0c52f6f1d05ef4bb516b20f50e03a043df751b27835bab59d2b04ea3199cb4ce8153f70e0702b4f92ca74a872b7748d692938427bc3957b30594b04d32ea5e2fbdc239744419d29407cdbc92793c4d9c1d956c174f7cb7f96fa6d058c86rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-scandir-1.10.0-lp152.2.3.1.src.rpmpython-scandirpython2-scandirpython2-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)libpython2.7.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-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 versionpython-scandirlamb15 1617122389 1.10.0-lp152.2.3.11.10.0-lp152.2.3.11.10.0-lp152.2.3.11.10.0-lp152.2.3.1_scandir.soscandir-1.10.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtscandir.pyscandir.pycscandir.pyopython2-scandirREADME.rstpython2-scandirLICENSE.txt/usr/lib64/python2.7/site-packages//usr/lib64/python2.7/site-packages/scandir-1.10.0-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-scandir//usr/share/licenses//usr/share/licenses/python2-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:16008/openSUSE_Leap_15.2_Update/e5d8c42a3878d586bc593aaa5293e965-python-scandir.openSUSE_Leap_15.2_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=764eb5961b1d375764f1fc00dbd7b9dd399cf84a, strippeddirectoryPython script, ASCII text executableASCII textpython 2.7 byte-compiled RRRRRRRRRRR&l=ϣ\ Wcutf-87c2da3f8d089e8bf972ecb60145e7bcc87348a5a5f3a4567f96f9df694d26519?7zXZ !t/]"k%pa kAn^4;_N=} K9U!f%ǨR2 ;C)ESDo)H&MyЇսqofF+b_FՐp[Tk#d.*E4,Ѐ&4{$%%!3+h=ۈW԰m 3$šj6lǃ6*_f$_9{_R5etZۜ6m9ި7YHrH YY&nLc\A PD`X;?h(fS^K ' i1x_%58KO.  )oGy6Nd**/+%"gď0#ckt |_/vh 6Yf:F~RbtE g!~1}CMkU.%fjŦϨS'n:H筨[I4ÀXkIB׹eo7Vf%؉ۡiq3o ;syks=ecw9I/w~c3m=6XV HVg DBZa"&޳L' .t 9ot_zcGRA"éObzdWm91\a6rѿf/SRP Yɬ.z0I9/ִ6-7Ov$poBndH_2]ǺLU{ ̛{pE "5OXt}̊e{[ b7,GG8?߱]Pxw#oDvmce&p;c}1H[=雏Tzwr%:mQ0$;U@sj6dg+D%x.1H$u; b>,xgkQ1U@lq_Z:fpt-g%PuHaڵSBð/3GˉmGg.:0dY{)p{}dCAa^H%ׄ6 b~/h3toe9+D"Pu`s&d=P?h5ˈ;P Aqm /C0Ҷ YZ