python2-scandir-1.10.0-lp152.2.3.1<>,!P`cTA/=„]$,eolZB6^I@˨Xp(1DtNGV6"j'D-#e`(-ǒ!WE<3H 'f$`qH^]Ua1 dV3tfp=M;%P.~vןEf%vDj$E AS aQf}WMMaih74ĸlW! 44"nZ[8`=Kq)`k.qmD6? v'nX>A?d % \  &2U[`               N x     F( v8 9 : BFG H I X0Y<Zx[|\ ] ^b^cdeflu vw x yT zCpython2-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).`cTAbuild77I~openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgUnspecifiedhttps://github.com/benhoyt/scandirlinuxi586K+#`HH!:A큤A큤A큤`cTA`cT@`cT@`cT@`cT@`cT@\`cT@`cT@`cTA`cT?`cTA`cT?1ba9cd46f201a85f436440c8f95ed05489d8a297ba83a89484ee02f17f1d3ef91b14b5ff2031c9a300e3917742b6c287b90e50953e2f586f5c1ae46128ab546928e812039cb0fe3be144e58d144be09d7e8e322ddf54976c0377fd449772ef0901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b231cdee663639a2b3df6a97b244b4061cf7e76324c6df471f85170dd1ff365fff7b0b6010227b8a93e3e16f769733b7c9a2685cfb4d2964c701babdb73549ab11cbed2b832df406c50e0612622861bdca313e05d02b9da23e0c4c56652314ba61cbed2b832df406c50e0612622861bdca313e05d02b9da23e0c4c56652314ba6cb4ce8153f70e0702b4f92ca74a872b7748d692938427bc3957b30594b04d32ea5e2fbdc239744419d29407cdbc92793c4d9c1d956c174f7cb7f96fa6d058c86rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-scandir-1.10.0-lp152.2.3.1.src.rpmpython-scandirpython2-scandirpython2-scandir(x86-32)@@@@@@@@@     libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.2)libc.so.6(GLIBC_2.4)libpthread.so.0libpthread.so.0(GLIBC_2.0)libpython2.7.so.1.0python(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-scandirbuild77 1617122369 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/lib/python2.7/site-packages//usr/lib/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/-fomit-frame-pointer -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_Updatedrpmxz5i586-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a3f3b783e267ae3290b66dd6a8e055712fad797, strippeddirectoryPython script, ASCII text executableASCII textpython 2.7 byte-compiled RRRRRRRRRRRRR9>=qK putf-87d80fa80497a85de21dafdf76661bb748627690bd6a7213eaac8fa5b03fb95bd?7zXZ !t/*]"k%pa kAn^4;_N=} K9U! ;>>|<t: ` 6n~ ;|ܖyuKv1My4~!:!bVrs/p;-B8~_!dؗU0LuwqAXF.+!N^Vùi^ŧs2d@1rԥh3?#?ڙr(~P+ FɐHŧf8S~p)82A<*rcNc/.)|hE?DIz _ޟ8#c;fX/,j35ytgkN`@^^\P0C㪖]t/:բ/@@<TB޺ҊqݫwtLVB]%Atf ?ME@-Rc\Pʧ&GKn ò~· Kކ<ƖrVl:>)xLBWNț(#rVGn͛Hߥ&ZXl^x_Z#-u)c@= |CƘɺw,iB&"3 xvW.RƓvmv1oJ7gir!in@O %dKS:fNJC@}}POKVS7ɺ] /lRts9Zb[8ݝTTOΕb=S_/c rFFv3P0+b@<Rmpvig(:ɿ.}Rz]s=K3o tYIn~Y+"yl#.7iцD0-ä#e r'<ڛyLv ^7| "TjY\ m(gs I6W|+j˕ZֿVqhX^Qn}GJ/W~hͼQ4~F oIHgN]B Yů5U99a]?tru J k%4Drc}.׽D9lĭG+2 DA-?Ql\F:*z~ mΒhM8%Z\zY-p}*Y.w<%2O] Ȯ=r$Sy,x&W?7p܏Ճ6'э9 0 YZ