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:   wiz
Date:           Thu Apr  1 17:04:23 UTC 2021

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

Log Message:
py-borgbackup: update to 1.1.16.

Version 1.1.16 (2021-03-23)
---------------------------

- 1.1.15 drops python 3.4 support, minimum requirement is 3.5 now.

Fixes:

- setup.py: add special openssl prefix for Apple M1 compatibility
- do not recurse into duplicate roots, #5603
- remove empty shadowed_segments lists, #5275, #5614
- fix libpython load error when borg fat binary / dir-based binary is invoked
  via a symlink by upgrading pyinstaller to v4.2, #5688
- config: accept non-int value (like 500M or 100G) for max_segment_size or
  storage_quota, #5639.
  please note: when setting a non-int value for this in a repo config,
  using the repo will require borg >= 1.1.16.

New features:

- bundled msgpack: drop support for old buffer protocol to support Python 3.10
- verbose files cache logging via --debug-topic=files_cache, #5659.
  Use this if you suspect that borg does not detect unmodified files as expected.
- create/extract: add --noxattrs and --noacls option, #3955.
  when given with borg create, borg will not get xattrs / ACLs from input files
  (and thus, it will not archive xattrs / ACLs). when given with borg extract,
  borg will not read xattrs / ACLs from archive and will not set xattrs / ACLs
  on extracted files.
- diff: add --json-lines option, #3765
- check: debug log segment filename
- borg debug dump-hints

Other changes:

- Tab completion support for additional archives for 'borg delete'
- repository: deduplicate code of put and delete, no functional change
- tests: fix result order issue (sporadic test failure on openindiana)
- vagrant:

  - upgrade pyinstaller to v4.2, #5671
  - avoid grub-install asking interactively for device
  - remove the xenial box
  - update freebsd box to 12.1
- docs:

  - update macOS install instructions, #5677
  - use macFUSE (not osxfuse) for Apple M1 compatibility
  - update docs for dev environment installation instructions, #5643
  - fix grammar in faq
  - recomend running tests only on installed versions for setup
  - add link back to git-installation
  - remove /var/cache exclusion in example commands, #5625.
    This is generally a poor idea and shouldn't be promoted through examples.
  - add repology.org badge with current packaging status
  - explain hash collision
  - add unsafe workaround to use an old repo copy, #5722


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/py-borgbackup/Makefile
cvs rdiff -u -r1.22 -r1.23 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.30 pkgsrc/sysutils/py-borgbackup/Makefile:1.31
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.30 Mon Jan  4 11:50:02 2021
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Thu Apr  1 17:04:23 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/01/04 11:50:02 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2021/04/01 17:04:23 wiz Exp $
 
-DISTNAME=      borgbackup-1.1.15
+DISTNAME=      borgbackup-1.1.16
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/borgbackup/}

Index: pkgsrc/sysutils/py-borgbackup/distinfo
diff -u pkgsrc/sysutils/py-borgbackup/distinfo:1.22 pkgsrc/sysutils/py-borgbackup/distinfo:1.23
--- pkgsrc/sysutils/py-borgbackup/distinfo:1.22 Mon Jan  4 11:50:02 2021
+++ pkgsrc/sysutils/py-borgbackup/distinfo      Thu Apr  1 17:04:23 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2021/01/04 11:50:02 wiz Exp $
+$NetBSD: distinfo,v 1.23 2021/04/01 17:04:23 wiz Exp $
 
-SHA1 (borgbackup-1.1.15.tar.gz) = 3cd5843f5ef86e6fba15f64004d8b54d429fb2b5
-RMD160 (borgbackup-1.1.15.tar.gz) = 8d131001b81c4b2b8cedf47c2c89a41a79d9ff49
-SHA512 (borgbackup-1.1.15.tar.gz) = db2f06a96897c07a71e9c4531d4f219ef5451009c08ae933348b1a02b7d6c95b4e814a25b4cf465c0021ff670fdd46076c486c2a466d056dd931cb7eee8b1ef3
-Size (borgbackup-1.1.15.tar.gz) = 3777355 bytes
+SHA1 (borgbackup-1.1.16.tar.gz) = 798e50dd4c7978e188ea278f8cfef1efaaa7cf76
+RMD160 (borgbackup-1.1.16.tar.gz) = 87571df87b2120e7a652da0cb951f4555c2f6ebb
+SHA512 (borgbackup-1.1.16.tar.gz) = 9cdfe794329821c784461382633fd29f7f9b3cc6ef9e7fa2463ed178efd64ea367e56d49128d88b86bd516d36971282207ec173735ecb4eabc4ec7b4604ed773
+Size (borgbackup-1.1.16.tar.gz) = 3777030 bytes



Home | Main Index | Thread Index | Old Index