obnam: update to 1.16.
This commit is contained in:
parent
e7d78c507a
commit
f9b7313f49
2 changed files with 2 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
|||
--- obnamlib/plugins/backup_plugin.py
|
||||
+++ obnamlib/plugins/backup_plugin.py
|
||||
@@ -613,7 +613,7 @@ class BackupPlugin(obnamlib.ObnamPlugin):
|
||||
for root_url in root_urls:
|
||||
self.progress.what('determining absolute path for %s' % root_url)
|
||||
|
||||
- scheme, neloc, path, params, query, fragment = \
|
||||
+ scheme, netloc, path, params, query, fragment = \
|
||||
urlparse.urlparse(root_url)
|
||||
|
||||
if self.fs.isdir(path):
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'obnam'
|
||||
pkgname=obnam
|
||||
version=1.15
|
||||
version=1.16
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python-devel python-larch python-paramiko"
|
||||
|
@ -12,4 +12,4 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
homepage="http://obnam.org"
|
||||
license="GPL-3"
|
||||
distfiles="http://code.liw.fi/debian/pool/main/o/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
||||
checksum=9d20f2e5f0e09faed0c2b1d93cca40b916e815b0c42085c60253dc9cb1f1fbf2
|
||||
checksum=e5630712cd0aa7812a7b3f11e6afba55973b44d58301c4afd1b2824763bf693b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue