obnam: update to 1.15.
This commit is contained in:
parent
38f9e6b34e
commit
896d1bcf06
2 changed files with 3 additions and 12 deletions
|
@ -1,14 +1,5 @@
|
|||
--- obnamlib/plugins/backup_plugin.py
|
||||
+++ obnamlib/plugins/backup_plugin.py
|
||||
@@ -593,7 +593,7 @@ class BackupPlugin(obnamlib.ObnamPlugin):
|
||||
self.open_or_reopen_fs(self.fs.reinit, root_url)
|
||||
|
||||
def open_or_reopen_fs(self, func, root_url):
|
||||
- scheme, neloc, path, params, query, fragment = \
|
||||
+ scheme, netloc, path, params, query, fragment = \
|
||||
urlparse.urlparse(root_url)
|
||||
|
||||
try:
|
||||
@@ -613,7 +613,7 @@ class BackupPlugin(obnamlib.ObnamPlugin):
|
||||
for root_url in root_urls:
|
||||
self.progress.what('determining absolute path for %s' % root_url)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'obnam'
|
||||
pkgname=obnam
|
||||
version=1.14
|
||||
revision=2
|
||||
version=1.15
|
||||
revision=1
|
||||
build_style=python-module
|
||||
makedepends="python-devel python-larch python-paramiko"
|
||||
hostmakedepends="$makedepends python-yaml mdocml"
|
||||
|
@ -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=78203274010ab378ace8c8fd57782ab8bfa1b0482b95604873bd9e45c22b0799
|
||||
checksum=9d20f2e5f0e09faed0c2b1d93cca40b916e815b0c42085c60253dc9cb1f1fbf2
|
||||
|
|
Loading…
Reference in a new issue