Bug 204579 - [maintainer update] devel/py-fs: Update to 0.5.4
Summary: [maintainer update] devel/py-fs: Update to 0.5.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks: 204582
  Show dependency treegraph
 
Reported: 2015-11-16 02:24 UTC by Douglas Thrift
Modified: 2015-11-18 20:09 UTC (History)
1 user (show)

See Also:


Attachments
py27-fs-0.5.4.diff (1.09 KB, patch)
2015-11-16 02:24 UTC, Douglas Thrift
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!