pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/duplicity



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Aug 23 09:52:36 UTC 2024

Modified Files:
        pkgsrc/sysutils/duplicity: Makefile distinfo

Log Message:
duplicity: Update to 3.0.2

upstream changes:
-----------------
rel.3.0.2 (2024-08-09)
Changes
  * Fix collection-status print. [Kenneth Loafman]
rel.3.0.1 (2024-08-05)
Changes
  * Remove version limits on urllib3. [Kenneth Loafman]
      o did nothing since requests loads urllib3 first.
  * Add some debug output to help pinpoint B2 backend import issues. [ede]
  * Make sure rclone backend is tested. [Kenneth Loafman]
      o add to .gitlab-ci.yml
      o fix test_query_missing
  * Run po/update-pot. [Kenneth Loafman]
  * Fixes #832, urllib3 error under python3.12. [Kenneth Loafman]
  * Fix typo in setuptools section and migrate to new structure. [Sandro]
  * Use functools.lru_cache with limit, not unlimited. [Kenneth Loafman]
  * Set dev branch to 3.0.1.dev. [Kenneth Loafman]
Fix
  * Rework logging to be compatible with Python’s logging. [Kenneth Loafman]
  * S3 glacier storage class and –concurrency #831. [Thomas Laubrock]
  * Unblock multiprocessing deadlock, ensure local disk usage not exceed n+1
    volumes, switch to “spawn”. [Thomas Laubrock]
    Fixed a bug when many processed volumes causing a deadlock in an unused
    queue.
      o Switched to multiprocessing.get_context(method=“spawn”) as “fork” is
        known to cause issues, “spawn” is the default/recommended method since
        python 3.13 anyway
      o Throttle local volume creation to keep disk use to n+1, which n as
        number concurrent uploads
      o Several smaller bug fixes and cleanups.
  * Add file-size query support to rclonebackend. [Michael Terry]
  * Allow empty manifest list. #827. [Thomas Laubrock]
  * Make –ignore-errors actually ignore (and recover from) errors. [David
    Huggins-Daines]
  * SSLCertVerificationError despite –ssl-no-check-certificate. [ede]
    tested and works
    https://gitlab.com/duplicity/duplicity/-/issues/822#note_1937487522 thx
    Nico J
    Fixes #822
  * Instead of raise call command_line_error() directly. [Kenneth Loafman]
  * Will make sure the help footer is printed after error.
  * Empty exclude string results in unfriendly traceback. [Kenneth Loafman]
    Fixes #821


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/sysutils/duplicity/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/sysutils/duplicity/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/duplicity/Makefile
diff -u pkgsrc/sysutils/duplicity/Makefile:1.69 pkgsrc/sysutils/duplicity/Makefile:1.70
--- pkgsrc/sysutils/duplicity/Makefile:1.69     Sat Aug 10 08:05:20 2024
+++ pkgsrc/sysutils/duplicity/Makefile  Fri Aug 23 09:52:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2024/08/10 08:05:20 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2024/08/23 09:52:36 triaxx Exp $
 
-DISTNAME=      duplicity-3.0.0
+DISTNAME=      duplicity-3.0.2
 CATEGORIES=    sysutils net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/duplicity/}
 

Index: pkgsrc/sysutils/duplicity/distinfo
diff -u pkgsrc/sysutils/duplicity/distinfo:1.36 pkgsrc/sysutils/duplicity/distinfo:1.37
--- pkgsrc/sysutils/duplicity/distinfo:1.36     Tue Jul  9 08:08:32 2024
+++ pkgsrc/sysutils/duplicity/distinfo  Fri Aug 23 09:52:36 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2024/07/09 08:08:32 triaxx Exp $
+$NetBSD: distinfo,v 1.37 2024/08/23 09:52:36 triaxx Exp $
 
-BLAKE2s (duplicity-3.0.0.tar.gz) = 0f2c93974bb824c5b228f3c310d742706dbd30afbed7a38a1df077a8a0bc70a9
-SHA512 (duplicity-3.0.0.tar.gz) = 59c19ffd46057b519f73f6e3715d6d8790d435966da66c1ea368e35217244fa478f9f1b8be96edbe081f7844d0dd497ec2b55efc1b8b4c6ca5a8d2c5e78a1a44
-Size (duplicity-3.0.0.tar.gz) = 1943808 bytes
+BLAKE2s (duplicity-3.0.2.tar.gz) = 27ac85e4b790b8c5f9b40028d787eb2e7003fdf30377d90aff65917bfb1abf95
+SHA512 (duplicity-3.0.2.tar.gz) = b174fdb793b8d6c1ba99a0e77d8c9cb2cbba6000d2a230be9cd894042d62be76ffe1fa5088121932abba394f03681318de6c906baf7383cb1b7e39e321c9f6fc
+Size (duplicity-3.0.2.tar.gz) = 1933597 bytes
 SHA1 (patch-duplicity_backends_lftpbackend.py) = e158f78e3ed47d3594598f40406a6d0815e449e8
 SHA1 (patch-duplicity_gpginterface.py) = bc15642fe7f6f5b9b28eefa2d953f83260fef40a



Home | Main Index | Thread Index | Old Index