Name: | python34-scandir |
---|---|
Version: | 1.7 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 180477 |
License: | BSD |
RPM: | python34-scandir-1.7-1.el7.aarch64.rpm |
Source RPM: | python-scandir-1.7-1.el7.src.rpm |
Build Date: | Tue May 29 2018 |
Build Host: | ca-buildarm03.us.oracle.com |
Vendor: | Oracle America |
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. |
- Updated to 1.7 (bz#1394440)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Rebuild for Python 3.6
- Updated to 1.3 (bz#1370901)
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Build Python3 package for el7+