python3-scandir-1.10.0-lp152.2.3.1<>,&<`cTA/=„]׺sUݢg n ^o4bVKlYStl=c^Mb[?140<,b+4ɉ:rM2@+M!OS;Ee:&#vʸydT,дcnovF cGÈE;1K,L6a qo OF 9Brۼf%0N{vd~ܝ "=$(p:l+l_FAς3QZ@$'/ʽmUV{#0>/Jݿ>>,?d % \  &2U[`         " h    (  7 ( _8 h 9 : F~GHIXY\D]|^{bcEdefluv0wxPy zCpython3-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).`cTAbuild77w openSUSE Leap 15.2openSUSEBSD-3-Clausehttp://bugs.opensuse.orgUnspecifiedhttps://github.com/benhoyt/scandirlinuxi586;;K+#`!:A큤A큤A큤A큤`cT@`cT@`cT@`cTA`cT@`cT@`cT@`cT@`cT@\`cTA`cT?`cTA`cT?119656a194cbed5295e6a6b90576f4b971198d1bda1c906b425ad8a3f39f308fbcc694f70700b6e6a6bb75756b5fc36a6048951349af56dbe604d5cd6c584fc6ef7df80efb3f464c2f51ec1ad715cea80adae7404961daf98fc9a60b84ceddad1b14b5ff2031c9a300e3917742b6c287b90e50953e2f586f5c1ae46128ab546928e812039cb0fe3be144e58d144be09d7e8e322ddf54976c0377fd449772ef0901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b231cdee663639a2b3df6a97b244b4061cf7e76324c6df471f85170dd1ff365fff7b0b6010227b8a93e3e16f769733b7c9a2685cfb4d2964c701babdb73549ab1cb4ce8153f70e0702b4f92ca74a872b7748d692938427bc3957b30594b04d32ea5e2fbdc239744419d29407cdbc92793c4d9c1d956c174f7cb7f96fa6d058c86rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-scandir-1.10.0-lp152.2.3.1.src.rpmpython3-scandirpython3-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)libpython3.6m.so.1.0python(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 versionbuild77 1617122369 1.10.0-lp152.2.3.11.10.0-lp152.2.3.1__pycache__scandir.cpython-36.opt-1.pycscandir.cpython-36.pyc_scandir.cpython-36m-i386-linux-gnu.soscandir-1.10.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtscandir.pypython3-scandirREADME.rstpython3-scandirLICENSE.txt/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/__pycache__//usr/lib/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/-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-linuxdirectorypython 3.6 byte-compiledELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=23c7a0403bce526378b28a702f575d6a48a47e43, strippedPython script, ASCII text executableASCII text  RRRRRRRRRRRRR9>=qK putf-8d8551fbdae484f9aa32949d3621e98638738595621855eacda80a057d116c015? 7zXZ !t/Y ]"k%pa An^4;_N=} K9U!rȨ OgݥL/fIˇbcfg1b#*ow. pN0fsحgOZy{KPg9R.`мoygm;5FV6+ig=4bk=U󧱜52?,̀`.41:&a;Q*̡8Y'=dEZ`Weu)J fAf";1/u [|{be{GzHpI/OM{>|FsUEإׅͥ_gsVPupœiL=PyN1Bl޵!L=v[Y@iC>["eDB:Of C?|Cu2xi{S?YWxd&Bu$Ei kYƧ\vSZ\>g n!â?i1L XH-g: ]=e}V樇6:P>kkLCv?f L7vwz|HwƍM'뜱0mVDVQ(i$D=LϙCDmB0rAiN2 [#} ,;=5['hh?Afe7{et#O_x!CKvKY{T5DegA@^bxء ӌt j.?uO w{\b@\;X`lp ~O .d8k4J1buYw; 2އsmK_ kg xl;my$ [f?"}<4iYswV38w4 aTp')at/oO"BҀ8Ѝ6V4M1|ope&scl퓺$ڨC?wfupcPx;9>&qkOקuu nW[]p);6܈.M_m8_Q `( >S54LVߘ-I0_Su܉xoT3r\UE \ [;Ǵ !I\*l9[w\{p>(a4n6a6`uQ}!Ed>3<`B[qM~9a07Are'SԫdfrZMduoe}Ir:IQlew sO%\٦C 8z,OaJl՗|`; G<).(͡=W8Nϖ? ᚰ'!=)z2U,8Zw5:' D>rv6'ϙЄئLGuqCoA֯ie4!;3`gBH1']sX20M&?s%0:ӧEFYdʯTS4Րn(.EL&O>>{95& e-'H@"'`r Vv?uf_ V; *| EO'R1LfQ"ևd. bv8ɖqϾ`dv|H Rzt%E+U[3H&'K<8>L6u=^jdrDm< YZ