Date: Friday, February 15, 2013 @ 15:20:02 Author: lfleischer Revision: 84280
upgpkg: duplicity 0.6.21-1 Upstream update. Modified: duplicity/trunk/PKGBUILD Deleted: duplicity/trunk/u1-ascii-error.patch ----------------------+ PKGBUILD | 15 +++++---------- u1-ascii-error.patch | 13 ------------- 2 files changed, 5 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-15 14:08:16 UTC (rev 84279) +++ PKGBUILD 2013-02-15 14:20:02 UTC (rev 84280) @@ -3,25 +3,20 @@ # Contributor: Aaron Schaefer <[email protected]> pkgname=duplicity -pkgver=0.6.20 -pkgrel=2 +pkgver=0.6.21 +pkgrel=1 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync algorithm.' arch=('i686' 'x86_64') url='http://www.nongnu.org/duplicity/' license=('GPL') depends=('librsync' 'ncftp' 'python2' 'python2-boto' 'python2-gnupginterface' 'python2-paramiko') -source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig} - u1-ascii-error.patch) -md5sums=('83a56c4c17fc50961c961943867deae4' - '2bd2d4a3a331ab728473f46963dc87da' - '7e19cc49547848ce847297b1880f5a8e') +source=("http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('4ade1de475e0af64211bb6933b593057' + '3521d679ba7dff46653313aa3b3e6855') build() { cd "${srcdir}/${pkgname}-${pkgver}" - # Fix ascii error in U1 backend - patch -Np0 -i "${srcdir}/u1-ascii-error.patch" - # python2 fix for file in $(find . -name '*.py' -print); do sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file Deleted: u1-ascii-error.patch =================================================================== --- u1-ascii-error.patch 2013-02-15 14:08:16 UTC (rev 84279) +++ u1-ascii-error.patch 2013-02-15 14:20:02 UTC (rev 84280) @@ -1,13 +0,0 @@ -=== modified file 'duplicity/backends/u1backend.py' ---- duplicity/backends/u1backend.py 2012-10-27 12:16:19 +0000 -+++ duplicity/backends/u1backend.py 2012-11-03 21:39:23 +0000 -@@ -207,7 +207,7 @@ - "Content-Type": content_type} - resp, content = self.client.request(remote_full, - method="PUT", -- body=str(data), -+ body=bytearray(data), - headers=headers) - - def get(self, filename, local_path): -
