pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-barman py-barman: updated to 2.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce93f65f02cf
branches:  trunk
changeset: 389614:ce93f65f02cf
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 04 22:20:41 2019 +0000

description:
py-barman: updated to 2.5

Version 2.5:

- Add support for PostgreSQL 11

- Add check-backup command to verify that WAL files required for
   consistency of a base backup are present in the archive. Barman now
   adds a new state (WAITING_FOR_WALS) after completing a base backup,
   and sets it to DONE once it has verified that all WAL files from
   start to the end of the backup exist. This command is included in
   the regular cron maintenance job. Barman now notifies users
   attempting to recover a backup that is in WAITING_FOR_WALS state.

- Allow switch-xlog --archive to work on a standby (just for the
   archive part)

- Bug fixes:
  - Fix decoding errors reading external commands output
  - Fix documentation regarding WAL streaming and backup from
        standby

diffstat:

 databases/py-barman/Makefile |   4 ++--
 databases/py-barman/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r e639d841459f -r ce93f65f02cf databases/py-barman/Makefile
--- a/databases/py-barman/Makefile      Fri Jan 04 22:13:11 2019 +0000
+++ b/databases/py-barman/Makefile      Fri Jan 04 22:20:41 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/12/15 21:12:20 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2019/01/04 22:20:41 adam Exp $
 
-DISTNAME=      barman-2.4
+DISTNAME=      barman-2.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/barman/}
diff -r e639d841459f -r ce93f65f02cf databases/py-barman/distinfo
--- a/databases/py-barman/distinfo      Fri Jan 04 22:13:11 2019 +0000
+++ b/databases/py-barman/distinfo      Fri Jan 04 22:20:41 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/08/14 14:47:55 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/01/04 22:20:41 adam Exp $
 
-SHA1 (barman-2.4.tar.gz) = 5e9155175bca31362aca26e90d605574a404e66c
-RMD160 (barman-2.4.tar.gz) = df28084c5122d8ea654c3773af0202658ad6ec3b
-SHA512 (barman-2.4.tar.gz) = ef316de7cae7f41d95894892b260e1cc67f62866c6feaf03acd96391ab07d9eb27ea7fd6cb472743cbd56658dde24718ac0892ba2280706098f4bdd14b5674d1
-Size (barman-2.4.tar.gz) = 997651 bytes
+SHA1 (barman-2.5.tar.gz) = 6712a2a5c7eef5c7561e05856ff60b15522ed1b1
+RMD160 (barman-2.5.tar.gz) = 33e5bb20e49b971ca331e839da634a0ff835be71
+SHA512 (barman-2.5.tar.gz) = 0f081475ca72910b6eff308ef995241c2bc5c206c035097b3cceb7419849d290d96cc80ea625119164b2655dfc3518759a425f3127d5506156042da60e782cf7
+Size (barman-2.5.tar.gz) = 1002958 bytes
 SHA1 (patch-barman_utils.py) = 0f93835a814bdd41c999dcebb34719312a74bd94



Home | Main Index | Thread Index | Old Index