Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package borgmatic for openSUSE:Factory 
checked in at 2021-07-30 23:22:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgmatic (Old)
 and      /work/SRC/openSUSE:Factory/.borgmatic.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgmatic"

Fri Jul 30 23:22:17 2021 rev:29 rq:909377 version:1.5.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgmatic/borgmatic.changes      2021-07-07 
18:31:56.250304558 +0200
+++ /work/SRC/openSUSE:Factory/.borgmatic.new.1899/borgmatic.changes    
2021-07-30 23:22:46.079597435 +0200
@@ -1,0 +2,16 @@
+Wed Jul 28 11:46:18 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- Update to 1.5.17
+  * Fix error when configuration file contains "umask" option.
+  * Remove test dependency on vim and /dev/urandom.
+
+- Update to 1.5.16
+  * Suppress console output in sample crontab and
+    systemd service files.
+  * Fix syslog logging on FreeBSD.
+  * Fix hang when restoring a PostgreSQL "tar" format database dump.
+  * Better error messages! Switch the library used
+    for validating configuration files
+  * Link borgmatic Ansible role from installation documentation:
+
+-------------------------------------------------------------------

Old:
----
  borgmatic-1.5.15.tar.gz

New:
----
  borgmatic-1.5.17.tar.gz

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

Other differences:
------------------
++++++ borgmatic.spec ++++++
--- /var/tmp/diff_new_pack.L6UgVS/_old  2021-07-30 23:22:46.507596965 +0200
+++ /var/tmp/diff_new_pack.L6UgVS/_new  2021-07-30 23:22:46.511596961 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           borgmatic
-Version:        1.5.15
+Version:        1.5.17
 Release:        0
 Summary:        Automation tool for borgbackup
 License:        GPL-3.0-only
@@ -40,6 +40,7 @@
 BuildRequires:  python3-docopt
 BuildRequires:  python3-flake8
 BuildRequires:  python3-flexmock
+BuildRequires:  python3-jsonschema >= 3.2.0
 BuildRequires:  python3-mccabe
 BuildRequires:  python3-more-itertools
 BuildRequires:  python3-pluggy
@@ -58,6 +59,7 @@
 BuildRequires:  pkgconfig(libsystemd)
 Requires:       borgbackup
 Requires:       python3-colorama
+Requires:       python3-jsonschema >= 3.2.0
 Requires:       python3-pykwalify
 Requires:       python3-requests
 Requires:       python3-ruamel.yaml

++++++ borgmatic-1.5.15.tar.gz -> borgmatic-1.5.17.tar.gz ++++++
++++ 1897 lines of diff (skipped)

++++++ skip-tests.patch ++++++
--- /var/tmp/diff_new_pack.L6UgVS/_old  2021-07-30 23:22:46.635596824 +0200
+++ /var/tmp/diff_new_pack.L6UgVS/_new  2021-07-30 23:22:46.635596824 +0200
@@ -1,6 +1,6 @@
---- a/tests/integration/test_execute.py.orig   2021-03-31 12:12:42.743855551 
+0200
-+++ b/tests/integration/test_execute.py        2021-03-31 12:13:45.048295215 
+0200
-@@ -86,6 +86,7 @@
+--- a/tests/integration/test_execute.py.orig   2021-07-28 13:47:51.839769127 
+0200
++++ b/tests/integration/test_execute.py        2021-07-28 13:48:37.963971510 
+0200
+@@ -87,6 +87,7 @@
      assert not error.value.output
  
  
@@ -8,8 +8,8 @@
  def test_log_outputs_kills_other_processes_when_one_errors():
      flexmock(module.logger).should_receive('log')
      flexmock(module).should_receive('command_for_process').and_return('grep')
-@@ -123,6 +124,7 @@
-     assert error.value.output
+@@ -162,6 +163,7 @@
+     )
  
  
 [email protected](reason="test is failing in our env")

Reply via email to