Package python-module-scandir: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #281043
Package removed: Grigory Ustinov
Deletion date: July 27, 2021
Message: python2_eol
    Source package: python-module-scandir
    Version: 1.10.0-alt2
    Build time:  Jul 14, 2021, 01:03 AM in the task #278429
    Report package bug
    License: BSD
    Summary: A better directory iterator and faster os.walk() for Python
    Description: 
    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.

    List of rpms provided by this srpm:
    python-module-scandir (x86_64, ppc64le, i586, armh, aarch64)
    python-module-scandir-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Stanislav Levin

    List of contributors:
    Stanislav Levin

      1. python-module-setuptools

    Last changed


    Sept. 9, 2020 Stanislav Levin 1.10.0-alt2
    - Disabled testing.
    March 17, 2019 Stanislav Levin 1.10.0-alt1
    - 1.9.0 -> 1.10.0.
    Aug. 20, 2018 Stanislav Levin 1.9.0-alt1
    - Initial build.