Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package borgbackup for openSUSE:Factory checked in at 2021-02-09 21:17:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgbackup (Old) and /work/SRC/openSUSE:Factory/.borgbackup.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgbackup" Tue Feb 9 21:17:50 2021 rev:30 rq:870668 version:1.1.15 Changes: -------- --- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes 2020-12-17 17:09:01.841954522 +0100 +++ /work/SRC/openSUSE:Factory/.borgbackup.new.28504/borgbackup.changes 2021-02-09 21:17:51.942884627 +0100 @@ -1,0 +2,67 @@ +Tue Feb 9 15:05:39 UTC 2021 - Antonio Larrosa <alarr...@suse.com> + +- Update to 1.1.15: + * drops python 3.4 support, minimum requirement is 3.5 now. + Fixes: + * extract: + + improve exception handling when setting xattrs, #5092. + + emit a warning message giving the path, xattr key and error + message. + + continue trying to restore other xattrs and bsdflags of the + same file after an exception with xattr-setting happened. + * export-tar: + + set tar format to GNU_FORMAT explicitly, #5274 + + fix memory leak with ssh: remote repository, #5568 + + fix potential memory leak with ssh: remote repository with + partial extraction + * create: fix --dry-run and --stats coexistence, #5415 + * use --timestamp for {utcnow} and {now} if given, #5189 + New features: + * create: implement --stdin-mode, --stdin-user and --stdin-group, + #5333 + * allow appending the files cache filename with + BORG_FILES_CACHE_SUFFIX env var + Other changes: + * drop python 3.4 support, minimum requirement is 3.5 now. + * enable using libxxhash instead of bundled xxh64 code + * update llfuse requirements (1.3.8) + * set cython language_level in some files to fix warnings + * allow EIO with warning when trying to hardlink + * PropDict: fail early if internal_dict is not a dict + * update shell completions + * tests / CI + + add a test for the hashindex corruption bug, #5531 #4829 + + fix spurious failure in test_cache_files, #5438 + + added a github ci workflow + + reduce testing on travis, no macOS, no py3x-dev, #5467 + + travis: use newer dists, native py on dist + * vagrant: + + remove jessie and trusty boxes, #5348 #5383 + + pyinstaller 4.0, build on py379 + + binary build on stretch64, #5348 + + remove easy_install based pip installation + * docs: + + clarify '--one-file-system' for btrfs, #5391 + + add example for excluding content using the --pattern cmd + line arg + + complement the documentation for pattern files and exclude + files, #5524 + + made ansible playbook more generic, use package instead of + pacman. also change state from "latest" to "present". + + complete documentation on append-only remote repos, #5497 + + internals: rather talk about target size than statistics, + #5336 + + new compression algorithm policy, #1633 #5505 + + faq: add a hint on sleeping computer, #5301 + + note requirements for full disk access on macOS Catalina, + #5303 + + fix/improve description of borg upgrade hardlink usage, + #5518 + * modernize 1.1 code: + + drop code/workarounds only needed to support Python 3.4 + + remove workaround for pre-release py37 argparse bug + + removed some outdated comments/docstrings + + requirements: remove some restrictions, lock on current + versions + +------------------------------------------------------------------- Old: ---- borgbackup-1.1.14.tar.gz borgbackup-1.1.14.tar.gz.asc New: ---- borgbackup-1.1.15.tar.gz borgbackup-1.1.15.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgbackup.spec ++++++ --- /var/tmp/diff_new_pack.pQzVxx/_old 2021-02-09 21:17:52.566885361 +0100 +++ /var/tmp/diff_new_pack.pQzVxx/_new 2021-02-09 21:17:52.570885366 +0100 @@ -1,7 +1,7 @@ # # spec file for package borgbackup # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2016-2019 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -38,7 +38,7 @@ %endif Name: borgbackup -Version: 1.1.14 +Version: 1.1.15 Release: 0 Summary: Deduplicating backup program with compression and authenticated encryption License: BSD-3-Clause @@ -69,12 +69,13 @@ BuildRequires: libzstd-devel >= 1.3.0 %endif BuildRequires: openssl-devel >= 1.0.0 -BuildRequires: python3 >= 3.4 +BuildRequires: python3 >= 3.5 BuildRequires: python3-Cython BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-sphinx_rtd_theme BuildRequires: zsh +BuildRequires: pkgconfig(libxxhash) # docs requirements BuildRequires: python3-Sphinx ++++++ borgbackup-1.1.14.tar.gz -> borgbackup-1.1.15.tar.gz ++++++ ++++ 10041 lines of diff (skipped)