diff options
author | John Miner <jminer74@post.com> | 2019-06-02 20:16:24 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-06-02 20:49:22 +0000 |
commit | 9f41f37ae319d064e9496729d9edfe73c6db2814 (patch) | |
tree | c0dcf7996eee21a04c31d3ae588ab6b2b51f7139 /community/borgbackup/msgpack-fix.patch | |
parent | 659f07a301ae37723d90bff7464513ae2be9a0ca (diff) | |
download | aports-9f41f37ae319d064e9496729d9edfe73c6db2814.tar.bz2 aports-9f41f37ae319d064e9496729d9edfe73c6db2814.tar.xz |
community/borgbackup: upgrade to 1.1.10
- py3-msgpack no longer a dependency as it's now bundled
Closes GH-8415
Diffstat (limited to 'community/borgbackup/msgpack-fix.patch')
-rw-r--r-- | community/borgbackup/msgpack-fix.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community/borgbackup/msgpack-fix.patch b/community/borgbackup/msgpack-fix.patch deleted file mode 100644 index 102492abcc..0000000000 --- a/community/borgbackup/msgpack-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- borgbackup-1.1.7/setup.py.original -+++ borgbackup-1.1.7/setup.py -@@ -39,7 +39,9 @@ - # we are rather picky about msgpack versions, because a good working msgpack is - # very important for borg, see https://github.com/borgbackup/borg/issues/3753 - # best versions seem to be 0.4.6, 0.4.7, 0.4.8 and 0.5.6: -- 'msgpack-python >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, !=0.5.4, !=0.5.5', -+ 'msgpack-python >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1, !=0.5.2, !=0.5.3, !=0.5.4, !=0.5.5;python_version <"3.4"', -+ 'msgpack-python >=0.4.6, <0.5;python_version=="3.4"', -+ 'msgpack >=0.5.6;python_version >="3.5"', - # if you can't satisfy the above requirement, these are versions that might - # also work ok, IF you make sure to use the COMPILED version of msgpack-python, - # NOT the PURE PYTHON fallback implementation: ==0.5.1, ==0.5.4 |