pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-borgbackup/patches py-borgbac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e005cde0dcfb
branches:  trunk
changeset: 306597:e005cde0dcfb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 21 12:37:46 2018 +0000
description:
py-borgbackup: add patch for previous

diffstat:

 sysutils/py-borgbackup/patches/patch-setup.py |  15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r bc973f25eb39 -r e005cde0dcfb sysutils/py-borgbackup/patches/patch-setup.py
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/py-borgbackup/patches/patch-setup.py     Sat Apr 21 12:37:46 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-setup.py,v 1.3 2018/04/21 12:37:46 wiz Exp $
+
+Use latest msgpack version
+
+--- setup.py.orig      2018-03-30 07:08:16.000000000 +0000
++++ setup.py
+@@ -39,7 +39,7 @@ install_requires = [
+     # 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',
+ ]
+ 
+ # note for package maintainers: if you package borgbackup for distribution,



Home | Main Index | Thread Index | Old Index