Fedora 21 Update: python-scandir-1.1-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Fri Aug 7 13:13:56 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-12234
2015-07-29 21:42:05
--------------------------------------------------------------------------------

Name        : python-scandir
Product     : Fedora 21
Version     : 1.1
Release     : 1.fc21
URL         : https://github.com/benhoyt/scandir
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.
scandir is included in the Python 3.5+ standard library.

--------------------------------------------------------------------------------
Update Information:

Initial package.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1245845 - Review Request: python-scandir - faster version of os.walk included in PY3.5
        https://bugzilla.redhat.com/show_bug.cgi?id=1245845
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update python-scandir' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list