Bug 204579

Summary: [maintainer update] devel/py-fs: Update to 0.5.4
Product: Ports & Packages Reporter: Douglas Thrift <douglas>
Component: Individual Port(s)Assignee: Ruslan Makhmatkhanov <rm>
Status: Closed FIXED    
Severity: Affects Only Me CC: rm
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 204582    
Attachments:
Description Flags
py27-fs-0.5.4.diff none

Description Douglas Thrift 2015-11-16 02:24:28 UTC
Created attachment 163167 [details]
py27-fs-0.5.4.diff

Update devel/py-fs to 0.5.4.

From CHANGES.txt:

0.5:

    * Ported to Python 3.X
    * Added a DeleteRootError to exceptions thrown when trying to delete '/'
    * Added a remove_all function to utils
    * Added sqlitefs to fs.contrib, contributed by Nitin Bhide
    * Added archivefs to fs.contrib, contributed by btimby
    * Added some polish to fstree command and unicode box lines rather than ascii art

0.5.1:

    * Fixed a hang bug in readline
    * Added copydir_progress to fs.utils

0.5.2:

    * Added utils.open_atomic_write

0.5.3:

    * Implemented scandir in listdir if available
    * Fix for issue where local.getpreferredencoding returns empty string
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-11-18 20:01:43 UTC
A commit references this bug:

Author: rm
Date: Wed Nov 18 20:01:37 UTC 2015
New revision: 401890
URL: https://svnweb.freebsd.org/changeset/ports/401890

Log:
  devel/py-fs: update to 0.5.4

  0.5:

   * Ported to Python 3.X
   * Added a DeleteRootError to exceptions thrown when trying to delete '/'
   * Added a remove_all function to utils
   * Added sqlitefs to fs.contrib, contributed by Nitin Bhide
   * Added archivefs to fs.contrib, contributed by btimby
   * Added some polish to fstree command and unicode box lines rather than ascii art

  PR:		204579
  Submitted by:	douglas@douglasthrift.net (maintainer)

Changes:
  head/devel/py-fs/Makefile
  head/devel/py-fs/distinfo
  head/devel/py-fs/pkg-descr
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2015-11-18 20:09:44 UTC
Committed, thank you!