Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package borgbackup for openSUSE:Factory checked in at 2023-03-26 20:19:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/borgbackup (Old) and /work/SRC/openSUSE:Factory/.borgbackup.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "borgbackup" Sun Mar 26 20:19:31 2023 rev:44 rq:1074340 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes 2022-12-28 10:54:38.828145822 +0100 +++ /work/SRC/openSUSE:Factory/.borgbackup.new.31432/borgbackup.changes 2023-03-26 20:19:32.531066216 +0200 @@ -1,0 +2,68 @@ +Sat Mar 25 14:29:45 UTC 2023 - Andreas Prittwitz <m4n...@gmx.de> + +- change requirement: python3-Cython >= 0.29.33 + +------------------------------------------------------------------- +Fri Mar 24 15:32:58 UTC 2023 - Andreas Prittwitz <m4n...@gmx.de> + +- update to 1.2.4 + + New features: + * import-tar: add --ignore-zeros to process concatenated tars, + #7432. + * debug id-hash: computes file/chunk content id-hash, #7406 + * diff: --content-only does not show mode/ctime/mtime changes, + #7248 + * diff: JSON strings in diff output are now sorted + alphabetically + + Bug fixes: + * xattrs: fix namespace processing on FreeBSD, #6997 + * diff: fix path related bug seen when addressing deferred + items. + * debug get-obj/put-obj: always give chunkid as cli param, see + #7290 (this is an incompatible change, see also borg debug + id-hash) + * extract: fix mtime when ResourceFork xattr is set (macOS + specific), #7234 + * recreate: without --chunker-params, do not re-chunk, #7337 + * recreate: when --target is given, do not detect "nothing to + do". use case: borg recreate -a src --target dst can be used + to make a copy of an archive inside the same repository, + #7254. + * set .hardlink_master for ALL hardlinkable items, #7175 + * locking: fix host, pid, tid order. tid (thread id) must be + parsed as hex from lock file name. + * update development.lock.txt, including a setuptools security + fix, #7227 + + Other changes: + * requirements: allow msgpack 1.0.5 also + * upgrade Cython to 0.29.33 + * hashindex minor fixes, refactor, tweaks, tests + * use os.replace not os.rename + * remove BORG_LIBB2_PREFIX (not used any more) + * docs: + * BORG_KEY_FILE: clarify docs, #7444 + * update FAQ about locale/unicode issues, #6999 + * improve mount options rendering, #7359 + * make timestamps in manual pages reproducible + * installation: update Fedora in distribution list, #7357 + * tests: + * fix test_size_on_disk_accurate for large st_blksize, #7250 + * add same_ts_ns function and use it for relaxed timestamp + comparisons + * "auto" compressor tests: don't assume a specific size, do not + assume zlib is better than lz4, #7363 + * add test for extracted directory mtime + * vagrant: + * upgrade local freebsd 12.1 box -> generic/freebsd13 box + (13.1) + * use pythons > 3.8 which work on freebsd 13.1 + * pyenv: also install python 3.11.1 for testing + * pyenv: use python 3.10.1, 3.10.0 build is broken on freebsd + + Full changelog: + https://github.com/borgbackup/borg/blob/1.2.4/docs/changes.rst#version-124-2023-03-23 + +------------------------------------------------------------------- Old: ---- borgbackup-1.2.3.tar.gz borgbackup-1.2.3.tar.gz.asc New: ---- borgbackup-1.2.4.tar.gz borgbackup-1.2.4.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ borgbackup.spec ++++++ --- /var/tmp/diff_new_pack.h2B39q/_old 2023-03-26 20:19:33.147069434 +0200 +++ /var/tmp/diff_new_pack.h2B39q/_new 2023-03-26 20:19:33.155069476 +0200 @@ -1,8 +1,8 @@ # # spec file for package borgbackup # -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2016-2022 LISA GmbH, Bingen, Germany. +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2016-2023 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,7 +41,7 @@ %bcond_with borg_sysblake2 %endif Name: borgbackup -Version: 1.2.3 +Version: 1.2.4 Release: 0 Summary: Deduplicating backup program with compression and authenticated encryption License: BSD-3-Clause @@ -62,7 +62,7 @@ BuildRequires: libacl-devel BuildRequires: openssl-devel >= 1.1.0 BuildRequires: pkgconfig -BuildRequires: python3-Cython +BuildRequires: python3-Cython >= 0.29.33 BuildRequires: python3-base >= 3.8 BuildRequires: python3-devel BuildRequires: python3-packaging @@ -85,11 +85,11 @@ # msgpack is not included with borg version >= 1.2.0 anymore # The metadata is very specific about the version, the command will fail if msgpack is out of range -- boo#1198267 # See https://github.com/borgbackup/borg/blob/1.2.1/setup.py#L68 and update this for every version bump! -BuildRequires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.4) +BuildRequires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.5) BuildConflicts: python3-msgpack = 1.0.1 Conflicts: python3-msgpack = 1.0.1 Requires: python3-packaging -Requires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.4) +Requires: (python3-msgpack >= 0.5.6 with python3-msgpack <= 1.0.5) %if 0%{?suse_version} > 1500 # upstream recommends a "Requires" if pyfuse3 is available Requires: python3-pyfuse3 >= 3.1.1 ++++++ borgbackup-1.2.3.tar.gz -> borgbackup-1.2.4.tar.gz ++++++ ++++ 23773 lines of diff (skipped)