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:           Wed Jan 10 16:46:21 UTC 2024

Modified Files:
        pkgsrc/sysutils/duplicity: Makefile PLIST distinfo

Log Message:
duplicity: Update to 2.1.5

pkgsrc changes:
---------------
  * Migrate from lang/python/egg.mk to lang/python/wheel.mk.

upstream changes:
-----------------
rel.2.1.5 (2023-12-28)
New
  * _testbackend to simulate issues. [Thomas Laubrock]
  * _testbackend is a copy of the localbackend and allows to trigger certain
    miss behaviours. Failure type and condition can be set via env vars. Some
    test cases are added to test_badupload.py.
  * This is pre-work for !153 but want to decouple it for better handling.
Changes
  * Run po/update-pot. [Kenneth Loafman]
  * Remove “backup” and “replicate” dead code. [Kenneth Loafman]
  * Fix imports in _testbackend.py. [Kenneth Loafman]
  * Move addhandler() to __init__. [Kenneth Loafman]
  *   o Will not produce temp log unless in use
  *   o Reorg imports
  * Deprecate PyDrive backend. Replaced with GDrive backend. [Kenneth Loafman]
  * Setuptools_scm not needed at runtime. [Gwyn Ciesla]
  * Fix swift uploads to default to 5GB segment size. [Garth Williamson]
  * Add venv* to .gitignore. [Kenneth Loafman]
  * Some formatting fixes. [Kenneth Loafman]
  * Fix check of versions in setup.py. [Kenneth Loafman]
  * Limit range of versions in setup.py. [Kenneth Loafman]
  *   o We already had lower limit of 3.8, make 3.11 upper limit.
  * Update version for LP. [Kenneth Loafman]
Fix
  * Swap implied and removed action checks. [Kenneth Loafman]
  * Error on dry-run with verify. [Kenneth Loafman]
  * Fix imports in boxbackend.py. [Kenneth Loafman]
  * Multibackend not working with remove-all-but-n-full in stripe mode. [Kenneth Loafman]
  * remove short-circuit logic that fails
  *   o add test in testing/regression
  * Fixes #781
  * Fix collection-status with file-changed argument. [JulianWgs]


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/sysutils/duplicity/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/sysutils/duplicity/PLIST
cvs rdiff -u -r1.31 -r1.32 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.61 pkgsrc/sysutils/duplicity/Makefile:1.62
--- pkgsrc/sysutils/duplicity/Makefile:1.61     Mon Dec 18 09:28:38 2023
+++ pkgsrc/sysutils/duplicity/Makefile  Wed Jan 10 16:46:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2023/12/18 09:28:38 triaxx Exp $
+# $NetBSD: Makefile,v 1.62 2024/01/10 16:46:20 triaxx Exp $
 
-DISTNAME=      duplicity-2.1.4
+DISTNAME=      duplicity-2.1.5
 CATEGORIES=    sysutils net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/duplicity/}
 
@@ -41,8 +41,6 @@ REPLACE_PYTHON+=      bin/rdiffdir
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
-USE_PKG_RESOURCES=     yes
-
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing hard coded directories
@@ -57,6 +55,6 @@ SUBST_FILES.gpgpath=          duplicity/gpginter
 SUBST_VARS.gpgpath=            GPGPATH
 
 .include "../../lang/python/application.mk"
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../net/librsync/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/duplicity/PLIST
diff -u pkgsrc/sysutils/duplicity/PLIST:1.19 pkgsrc/sysutils/duplicity/PLIST:1.20
--- pkgsrc/sysutils/duplicity/PLIST:1.19        Mon Dec 18 09:28:38 2023
+++ pkgsrc/sysutils/duplicity/PLIST     Wed Jan 10 16:46:20 2024
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.19 2023/12/18 09:28:38 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.20 2024/01/10 16:46:20 triaxx Exp $
 bin/duplicity
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/duplicity/__init__.py
 ${PYSITELIB}/duplicity/__init__.pyc
 ${PYSITELIB}/duplicity/__init__.pyo
@@ -29,6 +29,9 @@ ${PYSITELIB}/duplicity/backends/_cf_clou
 ${PYSITELIB}/duplicity/backends/_cf_pyrax.py
 ${PYSITELIB}/duplicity/backends/_cf_pyrax.pyc
 ${PYSITELIB}/duplicity/backends/_cf_pyrax.pyo
+${PYSITELIB}/duplicity/backends/_testbackend.py
+${PYSITELIB}/duplicity/backends/_testbackend.pyc
+${PYSITELIB}/duplicity/backends/_testbackend.pyo
 ${PYSITELIB}/duplicity/backends/adbackend.py
 ${PYSITELIB}/duplicity/backends/adbackend.pyc
 ${PYSITELIB}/duplicity/backends/adbackend.pyo

Index: pkgsrc/sysutils/duplicity/distinfo
diff -u pkgsrc/sysutils/duplicity/distinfo:1.31 pkgsrc/sysutils/duplicity/distinfo:1.32
--- pkgsrc/sysutils/duplicity/distinfo:1.31     Mon Dec 18 09:28:38 2023
+++ pkgsrc/sysutils/duplicity/distinfo  Wed Jan 10 16:46:20 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2023/12/18 09:28:38 triaxx Exp $
+$NetBSD: distinfo,v 1.32 2024/01/10 16:46:20 triaxx Exp $
 
-BLAKE2s (duplicity-2.1.4.tar.gz) = 616be498842857eff4114cbac5f8cb3552c5a0737daa598fbdb7439ab1d65212
-SHA512 (duplicity-2.1.4.tar.gz) = 91804c6f4dc13d700cbe4747317f9611f530996de8a22a0907d714fb6f8a7fadc3371c270a2257c24324c0233bb4501a4b7d33aea7631862568c8530f7173ef1
-Size (duplicity-2.1.4.tar.gz) = 1556341 bytes
+BLAKE2s (duplicity-2.1.5.tar.gz) = 2f1db27c4aeb6afc7662e1d1b174384d2d7424066399069e2c8fed3488389ece
+SHA512 (duplicity-2.1.5.tar.gz) = 98776028153a70fefb2f2cc591c28315d0485fc3beb9b29e1afe69a36c1319b86b90c9cc589dfec4d89ba133f72c8040d8eddad5157cc9df4327d989f13d70fe
+Size (duplicity-2.1.5.tar.gz) = 1559641 bytes
 SHA1 (patch-duplicity_gpginterface.py) = 2fdf1cec8d069380be4802dd14ed7baaeb0c5929



Home | Main Index | Thread Index | Old Index