[Pkg-mozext-commits] [adblock-plus] 41/98: Issue 4524 - Update buildtools dependency to revision 595808987fd9

David Prévot taffit at moszumanska.debian.org
Tue Oct 24 01:30:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit a5377623d6b581dbcae84844e4f3b379fec3a47c
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Oct 13 13:36:20 2016 +0200

    Issue 4524 - Update buildtools dependency to revision 595808987fd9
---
 dependencies           | 2 +-
 ensure_dependencies.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dependencies b/dependencies
index 5d70aaa..91e6edb 100644
--- a/dependencies
+++ b/dependencies
@@ -1,5 +1,5 @@
 _root = hg:https://hg.adblockplus.org/ git:https://github.com/adblockplus/
 _self = buildtools/ensure_dependencies.py
-buildtools = buildtools hg:822863fb5df6 git:a0cd489
+buildtools = buildtools hg:595808987fd9 git:5f8a4c2
 adblockpluscore = adblockpluscore hg:1aa19da44dce git:18e21b7
 adblockplusui = adblockplusui hg:253faf3ccf79 git:ebc5d8a
diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index 33ee20b..c1c7145 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -220,7 +220,7 @@ def read_deps(repodir):
                 if spec:
                     result[key] = spec
         return result
-    except IOError, e:
+    except IOError as e:
         if e.errno != errno.ENOENT:
             raise
         return None
@@ -332,7 +332,7 @@ def resolve_deps(repodir, level=0, self_update=True, overrideroots=None, skipdep
         try:
             with io.open(source, 'rb') as handle:
                 sourcedata = handle.read()
-        except IOError, e:
+        except IOError as e:
             if e.errno != errno.ENOENT:
                 raise
             logging.warning("File %s doesn't exist, skipping self-update" % source)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list