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:   bsiegert
Date:           Tue Jul 13 20:20:29 UTC 2021

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

Log Message:
Update py-borgbackup to 1.1.17.

Fixes:

- pyinstaller dir-mode: fix pyi detection / LIBPATH treatment
- handle crash due to kill stale lock race
- fix BORG_CACHE_DIR crashing borg if empty
- create --dry-run: fix display of kept tagfile
- fix missing parameter in "did not consistently fail" msg
- missing / healed chunks: always tell chunk ID
- benchmark: make sure cleanup happens even on exceptions

New features:

- implement BORG_SELFTEST env variable.
  this can be used to accelerate borg startup a bit. not recommended for
  normal usage, but borg mass hosters with a lot of borg invocations can
  save some resources with this. on my laptop, this saved ~100ms cpu time
  (sys+user) per borg command invocation.
- implement BORG_LIBC env variable to give the libc filename.
  you can use this if a borg does not find your libc.
- check: add progress indicator for archive check.
- allow --files-cache=size (not recommended, make sure you know what you do)

Other changes:

- Python 3.10 now officially supported!
  we test on py310-dev on github CI since a while and now also on the vagrant
  machines, so it should work ok.
- github CI: test on py310 (again)
- get rid of distutils, use packaging and setuptools.
  distutils is deprecated and gives warnings on py 3.10.
- setup.py: rename "clean" to "clean2" to avoid shadowing the "clean" command.
- remove libc filename fallback for the BSDs (there is no "usual" name)
- cleanup flake8 checks, fix some pep8 violations.
- docs building: replace deprecated function ".add_stylesheet()" for Sphinx 4 compatibility
- docs:

  - add a hint on sleeping computer and ssh connections
  - update the documentation on hacked backup client
  - improve docs/FAQ about append-only remote repos
  - complement the documentation for pattern files and exclude files
  - "filename with spaces" example added to exclude file
    note: no whitespace escaping needed, processed by borg.
  - add info on renaming repositories
  - clarify borg check --verify-data
  - add notice about defective hardware to check documentation
  - add paragraph added in #5855 to utility documentation source
  - add missing leading slashes in help patterns
  - clarify "you will need key and passphrase" borg init warning
  - pull mode: add some warnings
  - mention tar --compare (compare archive to fs files)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/py-borgbackup/Makefile
cvs rdiff -u -r1.23 -r1.24 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.31 pkgsrc/sysutils/py-borgbackup/Makefile:1.32
--- pkgsrc/sysutils/py-borgbackup/Makefile:1.31 Thu Apr  1 17:04:23 2021
+++ pkgsrc/sysutils/py-borgbackup/Makefile      Tue Jul 13 20:20:29 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/04/01 17:04:23 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/07/13 20:20:29 bsiegert Exp $
 
-DISTNAME=      borgbackup-1.1.16
+DISTNAME=      borgbackup-1.1.17
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/borgbackup/}
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 USE_LANGUAGES= c c++
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 # current pkgsrc version is too new for borgbackup 1.1.11
 #DEPENDS+=     ${PYPKGPREFIX}-msgpack>=0.4.6:../../devel/py-msgpack
 

Index: pkgsrc/sysutils/py-borgbackup/distinfo
diff -u pkgsrc/sysutils/py-borgbackup/distinfo:1.23 pkgsrc/sysutils/py-borgbackup/distinfo:1.24
--- pkgsrc/sysutils/py-borgbackup/distinfo:1.23 Thu Apr  1 17:04:23 2021
+++ pkgsrc/sysutils/py-borgbackup/distinfo      Tue Jul 13 20:20:29 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2021/04/01 17:04:23 wiz Exp $
+$NetBSD: distinfo,v 1.24 2021/07/13 20:20:29 bsiegert Exp $
 
-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
+SHA1 (borgbackup-1.1.17.tar.gz) = bb868b360dd79be11b880ae3f19de8de3d5735b3
+RMD160 (borgbackup-1.1.17.tar.gz) = 0d19544016343d8f02d753fabae6387da709f036
+SHA512 (borgbackup-1.1.17.tar.gz) = 6170680efcca35341031a8fcfd9434d2dca530bb6f7fcabbf452e6af6a8df5a825b4991d342f3c97bd7378d56b9ee86e6118f9281a31ba51235f49818852f4bb
+Size (borgbackup-1.1.17.tar.gz) = 3781411 bytes



Home | Main Index | Thread Index | Old Index