[arch-commits] Commit in duplicity/repos (14 files)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Feb 15 14:20:17 UTC 2013


    Date: Friday, February 15, 2013 @ 15:20:17
  Author: lfleischer
Revision: 84281

archrelease: copy trunk to community-i686, community-x86_64

Added:
  duplicity/repos/community-i686/PKGBUILD
    (from rev 84280, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-i686/botobackend.patch
    (from rev 84280, duplicity/trunk/botobackend.patch)
  duplicity/repos/community-i686/duplicity-0.6.17-fix-memleak.patch
    (from rev 84280, duplicity/trunk/duplicity-0.6.17-fix-memleak.patch)
  duplicity/repos/community-x86_64/PKGBUILD
    (from rev 84280, duplicity/trunk/PKGBUILD)
  duplicity/repos/community-x86_64/botobackend.patch
    (from rev 84280, duplicity/trunk/botobackend.patch)
  duplicity/repos/community-x86_64/duplicity-0.6.17-fix-memleak.patch
    (from rev 84280, duplicity/trunk/duplicity-0.6.17-fix-memleak.patch)
Deleted:
  duplicity/repos/community-i686/PKGBUILD
  duplicity/repos/community-i686/botobackend.patch
  duplicity/repos/community-i686/duplicity-0.6.17-fix-memleak.patch
  duplicity/repos/community-i686/u1-ascii-error.patch
  duplicity/repos/community-x86_64/PKGBUILD
  duplicity/repos/community-x86_64/botobackend.patch
  duplicity/repos/community-x86_64/duplicity-0.6.17-fix-memleak.patch
  duplicity/repos/community-x86_64/u1-ascii-error.patch

-----------------------------------------------------+
 community-i686/PKGBUILD                             |   77 ++++++++----------
 community-i686/botobackend.patch                    |   26 +++---
 community-i686/duplicity-0.6.17-fix-memleak.patch   |   58 ++++++-------
 community-i686/u1-ascii-error.patch                 |   13 ---
 community-x86_64/PKGBUILD                           |   77 ++++++++----------
 community-x86_64/botobackend.patch                  |   26 +++---
 community-x86_64/duplicity-0.6.17-fix-memleak.patch |   58 ++++++-------
 community-x86_64/u1-ascii-error.patch               |   13 ---
 8 files changed, 156 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-i686/PKGBUILD	2013-02-15 14:20:17 UTC (rev 84281)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=duplicity
-pkgver=0.6.20
-pkgrel=2
-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')
-
-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
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-i686/PKGBUILD (from rev 84280, duplicity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-15 14:20:17 UTC (rev 84281)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=duplicity
+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})
+md5sums=('4ade1de475e0af64211bb6933b593057'
+         '3521d679ba7dff46653313aa3b3e6855')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}

Deleted: community-i686/botobackend.patch
===================================================================
--- community-i686/botobackend.patch	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-i686/botobackend.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -1,13 +0,0 @@
-=== modified file duplicity/backends/botobackend.py
---- duplicity/backends/botobackend.py	2011-11-25 17:47:57 +0000
-+++ duplicity/backends/botobackend.py	2011-12-01 16:15:25 +0000
-@@ -26,6 +26,6 @@
-     if sys.version_info[:2] < (2,6):
-         print "Sorry, S3 multiprocessing requires version 2.6 or later of python"
-         sys.exit(1)
--    import _boto_multi.py
-+    import _boto_multi
- else:
--    import _boto_single.py
-+    import _boto_single
-

Copied: duplicity/repos/community-i686/botobackend.patch (from rev 84280, duplicity/trunk/botobackend.patch)
===================================================================
--- community-i686/botobackend.patch	                        (rev 0)
+++ community-i686/botobackend.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -0,0 +1,13 @@
+=== modified file duplicity/backends/botobackend.py
+--- duplicity/backends/botobackend.py	2011-11-25 17:47:57 +0000
++++ duplicity/backends/botobackend.py	2011-12-01 16:15:25 +0000
+@@ -26,6 +26,6 @@
+     if sys.version_info[:2] < (2,6):
+         print "Sorry, S3 multiprocessing requires version 2.6 or later of python"
+         sys.exit(1)
+-    import _boto_multi.py
++    import _boto_multi
+ else:
+-    import _boto_single.py
++    import _boto_single
+

Deleted: community-i686/duplicity-0.6.17-fix-memleak.patch
===================================================================
--- community-i686/duplicity-0.6.17-fix-memleak.patch	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-i686/duplicity-0.6.17-fix-memleak.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -1,29 +0,0 @@
-=== modified file 'duplicity/util.py'
---- duplicity/util.py	2011-08-23 18:14:17 +0000
-+++ duplicity/util.py	2012-01-20 21:50:01 +0000
-@@ -71,6 +71,10 @@
-         else:
-             raise
- 
-+class BlackHoleList(list):
-+    def append(self, x):
-+        pass
-+
- class FakeTarFile:
-     debug = 0
-     def __iter__(self):
-@@ -83,7 +87,12 @@
-     # yet.  So we want to ignore ReadError exceptions, which are used to signal
-     # this.
-     try:
--        return tarfile.TarFile("arbitrary", mode, fp)
-+        tf = tarfile.TarFile("arbitrary", mode, fp)
-+        # Now we cause TarFile to not cache TarInfo objects.  It would end up
-+        # consuming a lot of memory over the lifetime of our long-lasting
-+        # signature files otherwise.
-+        tf.members = BlackHoleList()
-+        return tf
-     except tarfile.ReadError:
-         return FakeTarFile()
- 
-

Copied: duplicity/repos/community-i686/duplicity-0.6.17-fix-memleak.patch (from rev 84280, duplicity/trunk/duplicity-0.6.17-fix-memleak.patch)
===================================================================
--- community-i686/duplicity-0.6.17-fix-memleak.patch	                        (rev 0)
+++ community-i686/duplicity-0.6.17-fix-memleak.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -0,0 +1,29 @@
+=== modified file 'duplicity/util.py'
+--- duplicity/util.py	2011-08-23 18:14:17 +0000
++++ duplicity/util.py	2012-01-20 21:50:01 +0000
+@@ -71,6 +71,10 @@
+         else:
+             raise
+ 
++class BlackHoleList(list):
++    def append(self, x):
++        pass
++
+ class FakeTarFile:
+     debug = 0
+     def __iter__(self):
+@@ -83,7 +87,12 @@
+     # yet.  So we want to ignore ReadError exceptions, which are used to signal
+     # this.
+     try:
+-        return tarfile.TarFile("arbitrary", mode, fp)
++        tf = tarfile.TarFile("arbitrary", mode, fp)
++        # Now we cause TarFile to not cache TarInfo objects.  It would end up
++        # consuming a lot of memory over the lifetime of our long-lasting
++        # signature files otherwise.
++        tf.members = BlackHoleList()
++        return tf
+     except tarfile.ReadError:
+         return FakeTarFile()
+ 
+

Deleted: community-i686/u1-ascii-error.patch
===================================================================
--- community-i686/u1-ascii-error.patch	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-i686/u1-ascii-error.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -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):
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-x86_64/PKGBUILD	2013-02-15 14:20:17 UTC (rev 84281)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=duplicity
-pkgver=0.6.20
-pkgrel=2
-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')
-
-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
-    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 84280, duplicity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-15 14:20:17 UTC (rev 84281)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=duplicity
+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})
+md5sums=('4ade1de475e0af64211bb6933b593057'
+         '3521d679ba7dff46653313aa3b3e6855')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+    sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+    sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}

Deleted: community-x86_64/botobackend.patch
===================================================================
--- community-x86_64/botobackend.patch	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-x86_64/botobackend.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -1,13 +0,0 @@
-=== modified file duplicity/backends/botobackend.py
---- duplicity/backends/botobackend.py	2011-11-25 17:47:57 +0000
-+++ duplicity/backends/botobackend.py	2011-12-01 16:15:25 +0000
-@@ -26,6 +26,6 @@
-     if sys.version_info[:2] < (2,6):
-         print "Sorry, S3 multiprocessing requires version 2.6 or later of python"
-         sys.exit(1)
--    import _boto_multi.py
-+    import _boto_multi
- else:
--    import _boto_single.py
-+    import _boto_single
-

Copied: duplicity/repos/community-x86_64/botobackend.patch (from rev 84280, duplicity/trunk/botobackend.patch)
===================================================================
--- community-x86_64/botobackend.patch	                        (rev 0)
+++ community-x86_64/botobackend.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -0,0 +1,13 @@
+=== modified file duplicity/backends/botobackend.py
+--- duplicity/backends/botobackend.py	2011-11-25 17:47:57 +0000
++++ duplicity/backends/botobackend.py	2011-12-01 16:15:25 +0000
+@@ -26,6 +26,6 @@
+     if sys.version_info[:2] < (2,6):
+         print "Sorry, S3 multiprocessing requires version 2.6 or later of python"
+         sys.exit(1)
+-    import _boto_multi.py
++    import _boto_multi
+ else:
+-    import _boto_single.py
++    import _boto_single
+

Deleted: community-x86_64/duplicity-0.6.17-fix-memleak.patch
===================================================================
--- community-x86_64/duplicity-0.6.17-fix-memleak.patch	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-x86_64/duplicity-0.6.17-fix-memleak.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -1,29 +0,0 @@
-=== modified file 'duplicity/util.py'
---- duplicity/util.py	2011-08-23 18:14:17 +0000
-+++ duplicity/util.py	2012-01-20 21:50:01 +0000
-@@ -71,6 +71,10 @@
-         else:
-             raise
- 
-+class BlackHoleList(list):
-+    def append(self, x):
-+        pass
-+
- class FakeTarFile:
-     debug = 0
-     def __iter__(self):
-@@ -83,7 +87,12 @@
-     # yet.  So we want to ignore ReadError exceptions, which are used to signal
-     # this.
-     try:
--        return tarfile.TarFile("arbitrary", mode, fp)
-+        tf = tarfile.TarFile("arbitrary", mode, fp)
-+        # Now we cause TarFile to not cache TarInfo objects.  It would end up
-+        # consuming a lot of memory over the lifetime of our long-lasting
-+        # signature files otherwise.
-+        tf.members = BlackHoleList()
-+        return tf
-     except tarfile.ReadError:
-         return FakeTarFile()
- 
-

Copied: duplicity/repos/community-x86_64/duplicity-0.6.17-fix-memleak.patch (from rev 84280, duplicity/trunk/duplicity-0.6.17-fix-memleak.patch)
===================================================================
--- community-x86_64/duplicity-0.6.17-fix-memleak.patch	                        (rev 0)
+++ community-x86_64/duplicity-0.6.17-fix-memleak.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -0,0 +1,29 @@
+=== modified file 'duplicity/util.py'
+--- duplicity/util.py	2011-08-23 18:14:17 +0000
++++ duplicity/util.py	2012-01-20 21:50:01 +0000
+@@ -71,6 +71,10 @@
+         else:
+             raise
+ 
++class BlackHoleList(list):
++    def append(self, x):
++        pass
++
+ class FakeTarFile:
+     debug = 0
+     def __iter__(self):
+@@ -83,7 +87,12 @@
+     # yet.  So we want to ignore ReadError exceptions, which are used to signal
+     # this.
+     try:
+-        return tarfile.TarFile("arbitrary", mode, fp)
++        tf = tarfile.TarFile("arbitrary", mode, fp)
++        # Now we cause TarFile to not cache TarInfo objects.  It would end up
++        # consuming a lot of memory over the lifetime of our long-lasting
++        # signature files otherwise.
++        tf.members = BlackHoleList()
++        return tf
+     except tarfile.ReadError:
+         return FakeTarFile()
+ 
+

Deleted: community-x86_64/u1-ascii-error.patch
===================================================================
--- community-x86_64/u1-ascii-error.patch	2013-02-15 14:20:02 UTC (rev 84280)
+++ community-x86_64/u1-ascii-error.patch	2013-02-15 14:20:17 UTC (rev 84281)
@@ -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):
-




More information about the arch-commits mailing list