diff --git a/srcpkgs/obnam/patches/typo.patch b/srcpkgs/obnam/patches/typo.patch new file mode 100644 index 00000000000..93d6991b3fa --- /dev/null +++ b/srcpkgs/obnam/patches/typo.patch @@ -0,0 +1,20 @@ +--- 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) + +- scheme, neloc, path, params, query, fragment = \ ++ scheme, netloc, path, params, query, fragment = \ + urlparse.urlparse(root_url) + + if self.fs.isdir(path): diff --git a/srcpkgs/obnam/template b/srcpkgs/obnam/template index 5cbd54ab6c2..9d91d1aebd2 100644 --- a/srcpkgs/obnam/template +++ b/srcpkgs/obnam/template @@ -1,7 +1,7 @@ # Template file for 'obnam' pkgname=obnam version=1.14 -revision=1 +revision=2 build_style=python-module makedepends="python-devel python-larch python-paramiko" hostmakedepends="$makedepends python-yaml mdocml"