pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-borgbackup/patches



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 21 12:37:46 UTC 2018

Added Files:
        pkgsrc/sysutils/py-borgbackup/patches: patch-setup.py

Log Message:
py-borgbackup: add patch for previous


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.3 pkgsrc/sysutils/py-borgbackup/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/py-borgbackup/patches/patch-setup.py
diff -u /dev/null pkgsrc/sysutils/py-borgbackup/patches/patch-setup.py:1.3
--- /dev/null   Sat Apr 21 12:37:46 2018
+++ pkgsrc/sysutils/py-borgbackup/patches/patch-setup.py        Sat Apr 21 12:37:46 2018
@@ -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