Bug 240239 - sysutils/py-pyznap: Update to 1.4.2
Summary: sysutils/py-pyznap: Update to 1.4.2
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-31 20:40 UTC by Dries Michiels
Modified: 2019-09-02 13:43 UTC (History)
0 users

See Also:


Attachments
svn diff to update (2.02 KB, patch)
2019-08-31 20:40 UTC, Dries Michiels
driesm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dries Michiels freebsd_committer freebsd_triage 2019-08-31 20:40:08 UTC
Created attachment 207051 [details]
svn diff to update

Changelog from previous version: 

[1.4.2] - 2019-08-30
Fixed
Catch DatasetNotFoundError if dataset was destroyed after starting pyznap.
[1.4.1] - 2019-08-27
Fixed
Close stderr to detect broken pipe.
Raise CalledProcessError if there is any error during zfs receive.
[1.4.0] - 2019-08-27
Added
You can now exclude datasets when sending using Unix shell-type wildcards. Use the exclude keyword in the config or the -e flag for pyznap send.
[1.3.0] - 2019-08-22
Added
pyznap can now pull data over ssh, i.e. you can now send form local to local, local to remote, remote to local and remote to remote. Note that remote to remote is not direct, but via the local machine.
pv now outputs status once per minute when stdout is redirected (e.g. to a file).
Changed
Rewrote local/remote 'zfs send' commands in a more uniform manner.
Fixed
Enforce python>=3.5 in setup.py.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-09-02 13:43:26 UTC
A commit references this bug:

Author: swills
Date: Mon Sep  2 13:42:46 UTC 2019
New revision: 510787
URL: https://svnweb.freebsd.org/changeset/ports/510787

Log:
  sysutils/py-pyznap: Update to 1.4.2

  PR:		240239
  Submitted by:	Dries Michiels <driesm.michiels@gmail.com> (maintainer)

Changes:
  head/sysutils/py-pyznap/Makefile
  head/sysutils/py-pyznap/distinfo
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-09-02 13:43:52 UTC
Committed, thanks!