pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-borgbackup



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 30 08:32:20 UTC 2025

Modified Files:
        pkgsrc/sysutils/py-borgbackup: Makefile PLIST distinfo

Log Message:
py-borgbackup: updated to 1.4.3

Version 1.4.3 (2025-12-02)

For upgrade and compatibility hints, please also read the “Upgrade Notes” section above.

New features:

None.

Fixes:

compact: replace AssertionError with a warning,

compact: also fix segment hints data for lost segment files.

CI: FUSE-related fixes and improvements,

The Linux and FreeBSD binaries built on GitHub now include working FUSE support (based on llfuse).

We can’t include FUSE support in the macOS binaries built on GitHub, because we can’t install macFUSE there; use our Homebrew tap for that.

Other changes:

Drop Python 3.9 support (has reached end of life at python.org).

CI:

Install the correct FUSE library depending on the tox environment.

PyInstaller binary building: build and upload early, then run CI tests.

For now, use llfuse, as there is an issue with PyInstaller and pyfuse3.

Backported vm_tests (FreeBSD/NetBSD/OpenBSD/Haiku) from the master branch.

Dynamic code analysis (Address and Undefined Behavior Sanitizers),

Add tag-based workflows and provenance attestation for GitHub-built binaries,

Docs:

Some fixes and updates to the FAQ,

Update binary README; release binaries are built on GitHub now.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/sysutils/py-borgbackup/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-borgbackup/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/sysutils/py-borgbackup/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/py-borgbackup/Makefile
diff -u pkgsrc/sysutils/py-borgbackup/Makefile:1.60 pkgsrc/sysutils/py-borgbackup/Makefile:1.61
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.60 Mon Nov 10 19:44:33 2025
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Tue Dec 30 08:32:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2025/11/10 19:44:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.61 2025/12/30 08:32:20 adam Exp $
 
-DISTNAME=      borgbackup-1.4.2
+DISTNAME=      borgbackup-1.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/borgbackup/}

Index: pkgsrc/sysutils/py-borgbackup/PLIST
diff -u pkgsrc/sysutils/py-borgbackup/PLIST:1.16 pkgsrc/sysutils/py-borgbackup/PLIST:1.17
--- pkgsrc/sysutils/py-borgbackup/PLIST:1.16    Mon Apr 14 07:36:11 2025
+++ pkgsrc/sysutils/py-borgbackup/PLIST Tue Dec 30 08:32:20 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/04/14 07:36:11 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/12/30 08:32:20 adam Exp $
 bin/borg
 bin/borgfs
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -191,6 +191,9 @@ ${PYSITELIB}/borg/testsuite/hashindex_st
 ${PYSITELIB}/borg/testsuite/helpers.py
 ${PYSITELIB}/borg/testsuite/helpers.pyc
 ${PYSITELIB}/borg/testsuite/helpers.pyo
+${PYSITELIB}/borg/testsuite/issue_8535.py
+${PYSITELIB}/borg/testsuite/issue_8535.pyc
+${PYSITELIB}/borg/testsuite/issue_8535.pyo
 ${PYSITELIB}/borg/testsuite/item.py
 ${PYSITELIB}/borg/testsuite/item.pyc
 ${PYSITELIB}/borg/testsuite/item.pyo

Index: pkgsrc/sysutils/py-borgbackup/distinfo
diff -u pkgsrc/sysutils/py-borgbackup/distinfo:1.40 pkgsrc/sysutils/py-borgbackup/distinfo:1.41
--- pkgsrc/sysutils/py-borgbackup/distinfo:1.40 Mon Nov 10 19:44:33 2025
+++ pkgsrc/sysutils/py-borgbackup/distinfo      Tue Dec 30 08:32:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2025/11/10 19:44:33 bsiegert Exp $
+$NetBSD: distinfo,v 1.41 2025/12/30 08:32:20 adam Exp $
 
-BLAKE2s (borgbackup-1.4.2.tar.gz) = 9c018030879049582face67688ec58aa287a95a57e21ffc80f7a68c15cdf5e86
-SHA512 (borgbackup-1.4.2.tar.gz) = 035396661013057614724f55d6b3e3ed35b686887d836b7358e1f95b6c354ec5c4d9592c29cb1d4577e113e3a0558a9054689a2678b62b97d78287ad0295cce0
-Size (borgbackup-1.4.2.tar.gz) = 3932875 bytes
+BLAKE2s (borgbackup-1.4.3.tar.gz) = c8abfa74e2df1c22f575a210eba283373c3e7e8c73f9f9265ec1ed547b838782
+SHA512 (borgbackup-1.4.3.tar.gz) = 500c9da7aeeea6e9aac1efe4760e8d6ef6e7f9c80fc32c3f2e7b7dfb27d54cd0131b7c27248c276b23034fc92cdb2a8611926773f5aa9801eb99139efc9d0dd2
+Size (borgbackup-1.4.3.tar.gz) = 4014143 bytes



Home | Main Index | Thread Index | Old Index