summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-04-30 07:03:28 +0000
committeradam <adam@pkgsrc.org>2021-04-30 07:03:28 +0000
commite9abfe8a7ce590643dd5b6ac6ae3e3ba24c58e81 (patch)
tree4ecdd3e49b5da3ddab50d32e4290d98e8cf79d31 /sysutils
parent9940cc5b6c14f32ac8ceee6dfebce6f6a7d33e4b (diff)
downloadpkgsrc-e9abfe8a7ce590643dd5b6ac6ae3e3ba24c58e81.tar.gz
duplicity: updated to 0.18.19
rel.0.8.19 (2021-04-29) New * Merge branch 'google-drive-v3' into 'master' [Kenneth Loafman] Add a new Google Drive backend (gdrive:) See merge request duplicity/duplicity!41 Changes * Remove installs common between before\_script: and script: [Kenneth Loafman] * Remove installs common between before\_script: and script: [Kenneth Loafman] Fix * Gdata module passes on py27 only. [Kenneth Loafman] * Util.uexec() will return u'' if no err msg in e.args. [Kenneth Loafman] * Util.uexec() should check for e==None on entry. [Kenneth Loafman] * Fix bug 1547458 - more consistent passphrase prompt. [Kenneth Loafman] * Fixes bug 1454136 - SX backend issues. [Kenneth Loafman] * Fixes bug 1918981 - option to skip trash on delete on mediafire. [Kenneth Loafman] Added --mf-purge option to bypass trash * Fix bug 1919017 - MultiBackend reports failure on file deletion. [Kenneth Loafman] * Fixes 41 - par2+rsync (non-ssh) fails. [Kenneth Loafman] Other * Merge branch 'develop' into 'master' [Kenneth Loafman] Fix Google Drive timeout See merge request duplicity/duplicity!51 * Fix "Giving up after 5 attempts. timeout: The read operation timed out" [Christian Perreault] * Merge branch 'master' into 'master' [Kenneth Loafman] Don't sync when removing old backups See merge request duplicity/duplicity!50 * Don't sync when removing old backups. [Matthew Marting] * Merge branch 'fix-uexec-returns-None' into 'master' [Kenneth Loafman] fix util.uexc: do not return None See merge request duplicity/duplicity!49 * Fix util.uexc: do not return None. [Michael Kopp] * Merge branch 'boxbackend' into 'master' [Kenneth Loafman] Implement Box backend See merge request duplicity/duplicity!48 * Implement Box backend. [Jason Wu] * Merge branch 'megav3' into 'master' [Kenneth Loafman] Implement megav3 backend to to cater for change in MEGACmd See merge request duplicity/duplicity!47 * Implement megav3 backend to to cater for change in MEGACmd. [Jason Wu] * Merge branch 'master' of git@gitlab.com:duplicity/duplicity.git. [Kenneth Loafman] * Merge branch 'use-new-azure-python-packages' into 'master' [Kenneth Loafman] fix documentation for azure backend See merge request duplicity/duplicity!46 * Fix documentation for azure backend. [Michael Kopp] * Merge branch 'master' into 'master' [Kenneth Loafman] Fix typo See merge request duplicity/duplicity!45 * Fix typo. [Moses Miller] * Merge branch 'master' into 'master' [Kenneth Loafman] Add IDrive backend See merge request duplicity/duplicity!43 * Add IDrive backend. [SmilingM] * Merge branch 'master' into 'master' [Kenneth Loafman] Progress bar improvements See merge request duplicity/duplicity!44 * Progress bar improvements. [Moses Miller] * Fix;usr:Fixes bug 1652953 - seek(0) on /dev/stdin crashes. [Kenneth Loafman] * Add a new Google Drive backend (gdrive:) [Jindřich Makovička] - Removes the PyDrive/PyDrive2 dependencies, and depends only on the Google API client libraries commonly available in distributions. - Uses unchanged JSON secret files as downloaded from GCP - Updates the Google Drive API to V3 * Merge branch 'azurev12' into 'master' [Kenneth Loafman] Azurev12 See merge request duplicity/duplicity!40 * Replaced original azure implementation. [Erwin Bovendeur] * Fixed code smells. [Erwin Bovendeur] * Azure v12 support. [Erwin Bovendeur] * Revert "fix:pkg:Remove requirement for python3-pytest-runner. Not used." [Kenneth Loafman] This reverts commit 90e7e2acb6d158437cab3210114da46df72a7c85. * Merge branch 'feature/list-required-volumes-on-restore-dry-run' into 'master' [Kenneth Loafman] List required volumes when called with 'restore --dry-run' See merge request duplicity/duplicity!38 * List required volumes when called with 'restore --dry-run' [Matthias Blankertz] When restoring in dry-run mode, and with the manifest available, list the volumes that would be gotten from the backend when actually performing the operation. This is intended to aid users of e.g. the S3 backend with (deep) glacier storage, allowing the following workflow to recover files, optionally at a certain time, from a long-term archive: 1. duplicity restore --dry-run [--file-to-restore <file/dir>] [--time <time>] boto3+s3://... 2. Start a Glacier restore process for all the listed volumes 3. duplicity restore [--file-to-restore <file/dir>] [--time <time>] boto3+s3://... * Merge branch 'swrmr-master-patch-23969' into 'master' [Kenneth Loafman] Fix sorting of BackupSets by avoiding direct comparison See merge request duplicity/duplicity!37 * Fix sorting of BackupSets by avoiding direct comparison. [Stefan Wehrmeyer] Sorting should only compare their time/end_time, not BackupSets directly * Merge branch 'master' of gitlab.com:duplicity/duplicity. [Kenneth Loafman] * Merge branch 'master' into 'master' [Kenneth Loafman] Update mailing list link See merge request duplicity/duplicity!36 * Update mailing list link. [Chris Coutinho] * Merge branch 'master' of gitlab.com:duplicity/duplicity. [Kenneth Loafman] * Fixes 16 - Move from boto to boto3. [Kenneth Loafman] * Py27 EOL 01/2020, py35 EOL 01/2021, remove tests. [Kenneth Loafman] * Remove 2to3 from ub16 builds. [Kenneth Loafman] * Move py35 back to ub16, try 2. [Kenneth Loafman] * Move py35 back to ub16. [Kenneth Loafman] * Move py27 tests to ub16 and py35 tests to ub18. [Kenneth Loafman] * Fixes 16 - Move from boto to boto3. [Kenneth Loafman] * Py27 EOL 01/2020, py35 EOL 01/2021, remove tests. [Kenneth Loafman] * Move py27 tests to ub16 and py35 tests to ub18. [Kenneth Loafman] Move py35 back to ub16. Move py35 back to ub16, try 2. Remove 2to3 from ub16 builds. * Fixes 33, remove quotes from identity filename option. [Kenneth Loafman] * Fix to correctly build \_librsync.so. [Kenneth Loafman] * Fix to add --inplace option to build\_ext. [Kenneth Loafman] * Rename pylintrc to .pylintrc. [Kenneth Loafman] * Merge branch 'fix-prefix-affinity-registration' into 'master' [Kenneth Loafman] * Multibackend: fix indentation error that was preventing from registering more than one affinity prefix per backend. [KheOps] * Move testfiles dir to a temp location. [Kenneth Loafman] - was crashing LiClipse/Eclipse when present in project. - so far only Darwin and Linux are supported, default Linux. - Darwin uses 'getconf DARWIN_USER_TEMP_DIR' for temp dir. - Linux uses TMPDIR, TEMP, or defaults to /tmp. * Merge remote-tracking branch 'alpha/testfiles' [Kenneth Loafman] * Update .gitlab-ci.yml to need code test to pass. [Kenneth Loafman] * Remove basepython in code and coverage tests. [Kenneth Loafman] * Add report.xml. [Kenneth Loafman] * Bulk replace testfiles with /tmp/testfiles. [Kenneth Loafman] * Skip unicode tests that fail on non-Linux systems like macOS.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/duplicity/Makefile4
-rw-r--r--sysutils/duplicity/PLIST14
-rw-r--r--sysutils/duplicity/distinfo10
3 files changed, 20 insertions, 8 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index 50432c85735..722f97ac358 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2021/02/11 10:40:35 adam Exp $
+# $NetBSD: Makefile,v 1.53 2021/04/30 07:03:28 adam Exp $
-DISTNAME= duplicity-0.8.18
+DISTNAME= duplicity-0.8.19
CATEGORIES= sysutils net python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/duplicity/}
diff --git a/sysutils/duplicity/PLIST b/sysutils/duplicity/PLIST
index 31ea0a22d80..d9377bfb6ef 100644
--- a/sysutils/duplicity/PLIST
+++ b/sysutils/duplicity/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2021/02/11 10:40:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2021/04/30 07:03:28 adam Exp $
bin/duplicity
bin/rdiffdir
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -42,6 +42,9 @@ ${PYSITELIB}/duplicity/backends/azurebackend.pyo
${PYSITELIB}/duplicity/backends/b2backend.py
${PYSITELIB}/duplicity/backends/b2backend.pyc
${PYSITELIB}/duplicity/backends/b2backend.pyo
+${PYSITELIB}/duplicity/backends/boxbackend.py
+${PYSITELIB}/duplicity/backends/boxbackend.pyc
+${PYSITELIB}/duplicity/backends/boxbackend.pyo
${PYSITELIB}/duplicity/backends/cfbackend.py
${PYSITELIB}/duplicity/backends/cfbackend.pyc
${PYSITELIB}/duplicity/backends/cfbackend.pyo
@@ -51,6 +54,9 @@ ${PYSITELIB}/duplicity/backends/dpbxbackend.pyo
${PYSITELIB}/duplicity/backends/gdocsbackend.py
${PYSITELIB}/duplicity/backends/gdocsbackend.pyc
${PYSITELIB}/duplicity/backends/gdocsbackend.pyo
+${PYSITELIB}/duplicity/backends/gdrivebackend.py
+${PYSITELIB}/duplicity/backends/gdrivebackend.pyc
+${PYSITELIB}/duplicity/backends/gdrivebackend.pyo
${PYSITELIB}/duplicity/backends/giobackend.py
${PYSITELIB}/duplicity/backends/giobackend.pyc
${PYSITELIB}/duplicity/backends/giobackend.pyo
@@ -60,6 +66,9 @@ ${PYSITELIB}/duplicity/backends/hsibackend.pyo
${PYSITELIB}/duplicity/backends/hubicbackend.py
${PYSITELIB}/duplicity/backends/hubicbackend.pyc
${PYSITELIB}/duplicity/backends/hubicbackend.pyo
+${PYSITELIB}/duplicity/backends/idrivedbackend.py
+${PYSITELIB}/duplicity/backends/idrivedbackend.pyc
+${PYSITELIB}/duplicity/backends/idrivedbackend.pyo
${PYSITELIB}/duplicity/backends/imapbackend.py
${PYSITELIB}/duplicity/backends/imapbackend.pyc
${PYSITELIB}/duplicity/backends/imapbackend.pyo
@@ -81,6 +90,9 @@ ${PYSITELIB}/duplicity/backends/megabackend.pyo
${PYSITELIB}/duplicity/backends/megav2backend.py
${PYSITELIB}/duplicity/backends/megav2backend.pyc
${PYSITELIB}/duplicity/backends/megav2backend.pyo
+${PYSITELIB}/duplicity/backends/megav3backend.py
+${PYSITELIB}/duplicity/backends/megav3backend.pyc
+${PYSITELIB}/duplicity/backends/megav3backend.pyo
${PYSITELIB}/duplicity/backends/multibackend.py
${PYSITELIB}/duplicity/backends/multibackend.pyc
${PYSITELIB}/duplicity/backends/multibackend.pyo
diff --git a/sysutils/duplicity/distinfo b/sysutils/duplicity/distinfo
index 1a9c2046971..09df04fde48 100644
--- a/sysutils/duplicity/distinfo
+++ b/sysutils/duplicity/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.26 2021/02/11 10:40:35 adam Exp $
+$NetBSD: distinfo,v 1.27 2021/04/30 07:03:28 adam Exp $
-SHA1 (duplicity-0.8.18.tar.gz) = 1213f1475fd071e7e72783c4e40aca91818f2a44
-RMD160 (duplicity-0.8.18.tar.gz) = 7f9633794d21b4f6e0f754823c64aba8727cb938
-SHA512 (duplicity-0.8.18.tar.gz) = d730c7b19f48254759fcb3985e9c64eab4218908fe042743cce256bb701e1969d8648eec78a67c52853840f9dd32ab054099ee7c239b5ab32e2cd06bba2b6c4b
-Size (duplicity-0.8.18.tar.gz) = 1340850 bytes
+SHA1 (duplicity-0.8.19.tar.gz) = 750f0dfd46caff0eea07164041725fced3550a0a
+RMD160 (duplicity-0.8.19.tar.gz) = 406566eb4a756431f3baf650c5d2cd9d2a6d4212
+SHA512 (duplicity-0.8.19.tar.gz) = dc5c60d4a038d19cbd9e60a5af2a0a1980fe3817866352157d85790950d171af3c20adb72af4723a01cee43db968f45ddc25b4c440c8105a1979b500eea2318f
+Size (duplicity-0.8.19.tar.gz) = 1361916 bytes
SHA1 (patch-duplicity_gpginterface.py) = 3d765f1666f44bbf8cb535cba37b76f914ffdd93