Hello community,

here is the log from the commit of package borgmatic for openSUSE:Factory 
checked in at 2019-08-23 11:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/borgmatic (Old)
 and      /work/SRC/openSUSE:Factory/.borgmatic.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "borgmatic"

Fri Aug 23 11:07:15 2019 rev:10 rq:725309 version:1.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/borgmatic/borgmatic.changes      2019-05-07 
23:19:42.573017093 +0200
+++ /work/SRC/openSUSE:Factory/.borgmatic.new.7948/borgmatic.changes    
2019-08-23 11:07:19.374477089 +0200
@@ -1,0 +2,77 @@
+Wed Aug 21 19:55:56 UTC 2019 - [email protected]
+
+- Update to 1.3.14
+ * #204: Do not treat Borg warnings (exit code 1) as failures.
+ * When validating configuration files, require strings instead of allowing 
any scalar type.
+
+- Update to 1.3.13
+ * #199: Add note to documentation about using spaces instead of tabs for 
indentation, as YAML does
+   not allow tabs.
+ * #203: Fix compatibility with ruamel.yaml 0.16.x.
+ * If a "prefix" option in borgmatic's configuration has an empty value (blank 
or ""), then disable
+   default prefix.
+
+- Update to 1.3.12
+ * Only log to syslog when run from a non-interactive console (e.g. a cron 
job).
+ * Remove unicode byte order mark from syslog output so it doesn't show up as 
a literal in rsyslog
+   output. See discussion on #197.
+
+- Update to 1.3.11
+ * #193: Pass through several "borg list" and "borg info" flags like --short, 
--format, --sort-by,
+   --first, --last, etc. via borgmatic command-line flags.
+ * Add borgmatic info --repository and --archive command-line flags to display 
info for individual
+   repositories or archives.
+ * Support for Borg --noatime, --noctime, and --nobirthtime flags via 
corresponding options in
+   borgmatic configuration location section.
+
+- Update to 1.3.10
+ * #198: Fix for Borg create error output not showing up at borgmatic 
verbosity level zero.
+
+- Update to 1.3.9
+ * #195: Switch to command-line actions as more traditional sub-commands, e.g. 
"borgmatic create",
+   "borgmatic prune", etc. However, the classic dashed options like "--create" 
still work!
+
+- Update to 1.3.8
+ * #191: Disable console color via "color" option in borgmatic configuration 
output section.
+
+- Update to 1.3.7
+ * #196: Fix for unclear error message for invalid YAML merge include.
+ * #197: Don't color syslog output.
+ * Change default syslog verbosity to show errors only.
+
+- Update to 1.3.6
+ * #53: Log to syslog in addition to existing console logging. Add 
--syslog-verbosity flag to
+   customize the log level. See the documentation for more information:
+   https://torsion.org/borgmatic/docs/how-to/inspect-your-backups/
+ * #178: Look for .yml configuration file extension in addition to .yaml.
+ * #189: Set umask used when executing hooks via "umask" option in borgmatic 
hooks section.
+ * Remove Python cache files before each Tox run.
+ * Add #borgmatic Freenode IRC channel to documentation.
+ * Add Borg/borgmatic hosting providers section to documentation.
+ * Add files for building documentation into a Docker image for web serving.
+ * Upgrade project build server from Drone 0.8 to 1.1.
+ * Build borgmatic documentation during continuous integration.
+ * We're nearly at 500 ★s on GitHub. We can do this!
+
+- Update to 1.3.5
+ * #153: Support for various Borg directory environment variables 
(BORG_CONFIG_DIR, BORG_CACHE_DIR,
+   etc.) via options in borgmatic's storage configuration.
+ * #177: Fix for regression with missing verbose log entries.
+
+- Update to 1.3.4
+ * Part of #125: Color borgmatic (but not Borg) output when using an 
interactive terminal.
+ * #166: Run tests for all installed versions of Python.
+ * #168: Update README with continuous integration badge.
+ * #169: Automatically sort Python imports in code.
+ * Document installing borgmatic with pip install --user instead of a system 
Python install.
+ * Get more reproducible builds by pinning the versions of pip and tox used to 
run tests.
+ * Factor out build/test configuration from tox.ini file.
+
+- Update to 1.3.3
+ * Add validate-borgmatic-config command, useful for validating borgmatic 
config generated by
+   configuration management or even edited by hand.
+
+- Update to 1.3.2
+ * #160: Fix for hooks executing when using --dry-run. Now hooks are skipped 
during a dry run.
+
+-------------------------------------------------------------------

Old:
----
  borgmatic-1.3.1.tar.gz

New:
----
  borgmatic-1.3.14.tar.gz

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

Other differences:
------------------
++++++ borgmatic.spec ++++++
--- /var/tmp/diff_new_pack.WWPtOt/_old  2019-08-23 11:07:19.922477000 +0200
+++ /var/tmp/diff_new_pack.WWPtOt/_new  2019-08-23 11:07:19.922477000 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           borgmatic
-Version:        1.3.1
+Version:        1.3.14
 Release:        0
 Summary:        Automation tool for borgbackup
 License:        GPL-3.0-only
@@ -35,6 +35,7 @@
 BuildRequires:  python3-attrs
 BuildRequires:  python3-black
 BuildRequires:  python3-click
+BuildRequires:  python3-colorama
 BuildRequires:  python3-coverage
 BuildRequires:  python3-devel
 BuildRequires:  python3-docopt
@@ -143,6 +144,7 @@
 %{_sbindir}/rcborgmatic
 %{_bindir}/generate-borgmatic-config
 %{_bindir}/upgrade-borgmatic-config
+%{_bindir}/validate-borgmatic-config
 %{_mandir}/man1/borgmatic.1%{?ext_man}
 %{_docdir}/%{name}/sample/cron
 

++++++ borgmatic-1.3.1.tar.gz -> borgmatic-1.3.14.tar.gz ++++++
++++ 7728 lines of diff (skipped)


Reply via email to