Fri, 10 May 2024 06:15:18 UTC | login

Information for build python-pathlib-1.0.1-1.el7

ID1428
Package Namepython-pathlib
Version1.0.1
Release1.el7
Epoch
SummaryObject-oriented filesystem paths
Descriptionpathlib offers a set of classes to handle filesystem paths. It offers the following advantages over using string objects: * No more cumbersome use of os and os.path functions. Everything can be done easily through operators, attribute accesses, and method calls. * Embodies the semantics of different path types. For example, comparing Windows paths ignores casing. * Well-defined semantics, eliminating any warts or ambiguities (forward vs. backward slashes, etc.). It's part of Python 3.4+ standard library.
Built byhguemar
State complete
Volume DEFAULT
StartedSat, 18 Jul 2015 13:13:43 UTC
CompletedSat, 18 Jul 2015 13:16:17 UTC
Taskbuild (cloud7-openstack-common-el7, python-pathlib-1.0.1-1.el7.src.rpm)
Tags
cloud7-openstack-common-candidate
cloud7-openstack-common-release
cloud7-openstack-common-testing
cloud7-openstack-queens-candidate
cloud7-openstack-queens-release
cloud7-openstack-queens-testing
cloud7-openstack-rocky-release
cloud7-openstack-rocky-testing
cloud7-openstack-stein-release
cloud7-openstack-stein-testing
cloud7-openstack-train-release
cloud7-openstack-train-testing
cloud7-openstack-ussuri-testing
RPMs
src
python-pathlib-1.0.1-1.el7.src.rpm (info) (download)
noarch
python-pathlib-1.0.1-1.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Fri Apr 24 2015 Haïkel Guémar <hguemar@fedoraproject.org> - 1.0.1-1 - Initial package.