https://bugzilla.redhat.com/show_bug.cgi?id=1245845
Bug ID: 1245845
Summary: Review Request: python-scandir - faster version of
os.walk included in PY3.5
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Spec URL: https://drive.google.com/open?id=0B0D-SO5kT7MTbFNIbUR4UEpzTzA
SRPM URL: https://drive.google.com/open?id=0B0D-SO5kT7MTVXhTTllIYzRKWnc
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.
https://github.com/benhoyt/scandir
This package makes scandir available for Python 2 and Python <3.5
Fedora Account System Username: aviso
Scratch builds:
F24: https://koji.fedoraproject.org/koji/taskinfo?taskID=10443289
EL6: https://koji.fedoraproject.org/koji/taskinfo?taskID=10443284
EL7: https://koji.fedoraproject.org/koji/taskinfo?taskID=10443277
This is my first package, so I need a sponsor. The wiki says this is where I
should post links to show I'm involved.
Backported python-pgpdump to el6: bug 1030710
Help with python-pgpdump build failures: bug 1239850
Patches for python-defusedxml: bug 927883
Backported dhcp fix to el6: bug 1067142
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review