-------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2013-19887 2013-10-25 00:28:11 --------------------------------------------------------------------------------
Name : python-unipath Product : Fedora 19 Version : 1.0 Release : 1.fc19 URL : http://pypi.python.org/pypi/Unipath/ Summary : Alternative to Python modules os, os.path and shutil Description : Unipath is a package for doing pathname calculations and filesystem access in an object-oriented manner, an alternative to functions in os.path, shutil and glob, and even some functions in os.* It's based on Jason Orendorff's path.py but does not adhere as strictly to the underlying functions' syntax, in order to provide more user convenience and higher-level functionality. For example: o p.mkdir() succeeds silently if the directory already exists, and o p.mkdir(True) creates intermediate directories a la os.makedirs. o p.rmtree(parents=True) combines shutil.rmtree, os.path.isdir, os.remove, and os.removedirs, to recursively remove whatever it is if it exists. o p.read_file("rb") returns the file's contents in binary mode. o p.needs_update([other_path1, ...]) returns True if p doesn't exist or has an older timestamp than any of the others. o extra convenience functions in the unipath.tools module. dict2dir creates a directory hierarchy described by a dict. dump_path displays an ASCII tree of a directory hierarchy. -------------------------------------------------------------------------------- Update Information: Update to latest upstream release Unipath 1.0. -------------------------------------------------------------------------------- ChangeLog: * Wed Oct 23 2013 Terje Rosten <[email protected]> - 1.0-1 - 1.0 - Python 3 package * Sun Aug 4 2013 Fedora Release Engineering <[email protected]> - 0.2.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -------------------------------------------------------------------------------- This update can be installed with the "yum" update program. Use su -c 'yum update python-unipath' 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 -------------------------------------------------------------------------------- _______________________________________________ package-announce mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-announce
