Fri, 26 Apr 2024 01:31:57 UTC | login

Information for build python-scandir-1.9.0-9.el8

ID28315
Package Namepython-scandir
Version1.9.0
Release9.el8
Epoch
SummaryA better directory iterator and faster os.walk() for Python
Descriptionscandir() 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.
Built byrdobuilder
State complete
Volume DEFAULT
StartedTue, 28 Jan 2020 09:44:14 UTC
CompletedTue, 28 Jan 2020 09:46:47 UTC
Taskbuild (cloud8-openstack-ussuri-el8, python-scandir-1.9.0-9.el8.src.rpm)
Tags
cloud8-openstack-train-release
cloud8-openstack-train-testing
cloud8-openstack-ussuri-release
cloud8-openstack-ussuri-testing
cloud8-openstack-victoria-release
cloud8-openstack-victoria-testing
cloud8-openstack-wallaby-testing
cloud8s-openstack-train-testing
cloud8s-openstack-ussuri-release
cloud8s-openstack-ussuri-testing
cloud8s-openstack-victoria-release
cloud8s-openstack-victoria-testing
cloud8s-openstack-wallaby-release
cloud8s-openstack-wallaby-testing
cloud8s-openstack-xena-release
cloud8s-openstack-xena-testing
cloud8s-openstack-yoga-release
cloud8s-openstack-yoga-testing
cloud8s-openstack-zed-testing
RPMs
src
python-scandir-1.9.0-9.el8.src.rpm (info) (download)
aarch64
python3-scandir-1.9.0-9.el8.aarch64.rpm (info) (download)
python-scandir-debugsource-1.9.0-9.el8.aarch64.rpm (info) (download)
python3-scandir-debuginfo-1.9.0-9.el8.aarch64.rpm (info) (download)
ppc64le
python3-scandir-1.9.0-9.el8.ppc64le.rpm (info) (download)
python-scandir-debugsource-1.9.0-9.el8.ppc64le.rpm (info) (download)
python3-scandir-debuginfo-1.9.0-9.el8.ppc64le.rpm (info) (download)
x86_64
python3-scandir-1.9.0-9.el8.x86_64.rpm (info) (download)
python-scandir-debugsource-1.9.0-9.el8.x86_64.rpm (info) (download)
python3-scandir-debuginfo-1.9.0-9.el8.x86_64.rpm (info) (download)
Logs
aarch64
root.log
hw_info.log
mock_output.log
build.log
state.log
ppc64le
root.log
hw_info.log
mock_output.log
build.log
state.log
x86_64
root.log
hw_info.log
mock_output.log
build.log
state.log
Changelog * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.0-9 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.0-8 - Restore python2-scandir in F32 (it is still needed by python2-pytest) * Sun Aug 18 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.0-7 - Rebuilt for Python 3.8 * Wed Jul 31 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.0-6 - Restore python2-scandir in F31 (it is still needed by python2-pytest) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.0-3 - Use C.UTF-8 locale See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot * Mon Nov 05 2018 Avram Lubkin <aviso@fedoraproject.org> - 1.9.0-2 - Restore python2-scandir in F30 (bz#1645935) * Sun Nov 04 2018 Avram Lubkin <aviso@fedoraproject.org> - 1.9.0-1 - Updated to 1.9.0 (bz#1614995) - Don't include tests * Sat Aug 04 2018 Avram Lubkin <aviso@fedoraproject.org> - 1.8-1 - Updated to 1.8 (bz#1611869) - Rework spec for Python version conditionals and newer guidelines * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7-2 - Rebuilt for Python 3.7 * Mon Apr 16 2018 Avram Lubkin <aviso@fedoraproject.org> - 1.7-1 - Updated to 1.7 (bz#1394440) * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.3-2 - Rebuild for Python 3.6 * Fri Sep 02 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.3-1 - Updated to 1.3 (bz#1370901) * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jan 20 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.2-3 - Build Python3 package for el7+ * Tue Jan 19 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.2-2 - Fixed typos and logic in spec file * Mon Jan 18 2016 Avram Lubkin <aviso@fedoraproject.org> - 1.2-1 - Updated to version 1.2 - Use python2 macros instead of bare python macros - Changed Python2 package name to python2-scandir for Fedora 24+ - Use python3_pkgversion for package names * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Wed Jul 22 2015 Avram Lubkin <aviso@fedoraproject.org> - 1.1-1 - Initial package.