Hello community,

here is the log from the commit of package borgbackup for openSUSE:Factory 
checked in at 2018-06-19 11:56:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgbackup (Old)
 and      /work/SRC/openSUSE:Factory/.borgbackup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgbackup"

Tue Jun 19 11:56:01 2018 rev:17 rq:616273 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgbackup/borgbackup.changes    2018-05-29 
10:42:08.786634016 +0200
+++ /work/SRC/openSUSE:Factory/.borgbackup.new/borgbackup.changes       
2018-06-19 11:56:07.062842042 +0200
@@ -1,0 +2,18 @@
+Mon Jun 11 13:59:53 UTC 2018 - [email protected]
+
+- Update to 1.1.6:
+  - Fixes
+    - fix borg exception handling on ENOSPC error with xattrs
+    - prune: fix/improve overall progress display
+    - borg config repo ... does not need cache/manifest/key
+  - New features
+    - mount: add uid, gid, umask mount options
+    - delete:
+      - only commit once
+      - implement --dry-run
+    - check:
+      - show progress while rebuilding missing manifest
+      - more --repair output
+    - borg config --list <repo>
+
+-------------------------------------------------------------------

Old:
----
  borgbackup-1.1.5.tar.gz
  borgbackup-1.1.5.tar.gz.asc

New:
----
  borgbackup-1.1.6.tar.gz
  borgbackup-1.1.6.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ borgbackup.spec ++++++
--- /var/tmp/diff_new_pack.0g8Hlb/_old  2018-06-19 11:56:07.842813085 +0200
+++ /var/tmp/diff_new_pack.0g8Hlb/_new  2018-06-19 11:56:07.842813085 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           borgbackup
-Version:        1.1.5
+Version:        1.1.6
 Release:        0
 Summary:        Deduplicating backup program with compression and 
authenticated encryption
 License:        BSD-3-Clause

++++++ borgbackup-1.1.5.tar.gz -> borgbackup-1.1.6.tar.gz ++++++
++++ 39609 lines of diff (skipped)


++++++ fix-msgpack-requirement.patch ++++++
--- /var/tmp/diff_new_pack.0g8Hlb/_old  2018-06-19 11:56:08.378793186 +0200
+++ /var/tmp/diff_new_pack.0g8Hlb/_new  2018-06-19 11:56:08.378793186 +0200
@@ -6,16 +6,20 @@
 releases which we already packaged, and dropped py34 support is not
 an issue for us since we have py36. So we're safe to require any
 
-Index: borgbackup-1.1.4/setup.py
+---
+ setup.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: borgbackup-1.1.6/setup.py
 ===================================================================
---- borgbackup-1.1.4.orig/setup.py
-+++ borgbackup-1.1.4/setup.py
-@@ -39,7 +39,7 @@ on_rtd = os.environ.get('READTHEDOCS')
-     # msgpack pure python data corruption was fixed in 0.4.6.
-     # msgpack 0.5.0 was a bit of a troublemaker.
-     # also, msgpack dropped py34 support at 0.5.0.
--    'msgpack-python>=0.4.6,<0.5.0',
-+    'msgpack>=0.4.6',
- ]
- 
- # note for package maintainers: if you package borgbackup for distribution,
+--- borgbackup-1.1.6.orig/setup.py
++++ borgbackup-1.1.6/setup.py
+@@ -39,7 +39,7 @@ install_requires = [
+     # we are rather picky about msgpack versions, because a good working 
msgpack is
+     # very important for borg, see 
https://github.com/borgbackup/borg/issues/3753
+     # best versions seem to be 0.4.6, 0.4.7, 0.4.8 and 0.5.6:
+-    'msgpack-python >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, 
!=0.5.4, !=0.5.5',
++    'msgpack >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, !=0.5.4, 
!=0.5.5',
+     # if you can't satisfy the above requirement, these are versions that 
might
+     # also work ok, IF you make sure to use the COMPILED version of 
msgpack-python,
+     # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4


Reply via email to