summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-01-13 16:11:53 +0100
committerJulien Danjou <julien@danjou.info>2015-01-13 16:11:53 +0100
commit26c39acd31725aaa8ac0bbc0b35cede70cd7133f (patch)
treea2d0a6ff9d33efb8ae415d56138a3c9ad8fcb0f8
parent5a3e5cd3b4802e799da2fdc8ad50edf1f32d0831 (diff)
downloadtooz-26c39acd31725aaa8ac0bbc0b35cede70cd7133f.tar.gz
Upgrade to hacking 0.10
Change-Id: I77f50a1a4a5b08bd71d549e62fd471ef445b4bd7
-rw-r--r--tooz/drivers/_retry.py2
-rw-r--r--tooz/drivers/ipc.py2
-rw-r--r--tooz/drivers/memcached.py2
-rw-r--r--tooz/drivers/mysql.py2
-rw-r--r--tooz/drivers/pgsql.py2
-rw-r--r--tooz/tests/drivers/test_retry.py2
-rw-r--r--tox.ini2
7 files changed, 1 insertions, 13 deletions
diff --git a/tooz/drivers/_retry.py b/tooz/drivers/_retry.py
index 2852995..7fdd1d1 100644
--- a/tooz/drivers/_retry.py
+++ b/tooz/drivers/_retry.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tooz/drivers/ipc.py b/tooz/drivers/ipc.py
index 390dffa..f00c575 100644
--- a/tooz/drivers/ipc.py
+++ b/tooz/drivers/ipc.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tooz/drivers/memcached.py b/tooz/drivers/memcached.py
index 7d26df5..f14c5bc 100644
--- a/tooz/drivers/memcached.py
+++ b/tooz/drivers/memcached.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tooz/drivers/mysql.py b/tooz/drivers/mysql.py
index 4fdf97b..107af6b 100644
--- a/tooz/drivers/mysql.py
+++ b/tooz/drivers/mysql.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tooz/drivers/pgsql.py b/tooz/drivers/pgsql.py
index d1af833..a7707e9 100644
--- a/tooz/drivers/pgsql.py
+++ b/tooz/drivers/pgsql.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tooz/tests/drivers/test_retry.py b/tooz/tests/drivers/test_retry.py
index 7b917cb..f697f39 100644
--- a/tooz/tests/drivers/test_retry.py
+++ b/tooz/tests/drivers/test_retry.py
@@ -2,8 +2,6 @@
#
# Copyright © 2014 eNovance
#
-# Author: Julien Danjou <julien@danjou.info>
-#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
diff --git a/tox.ini b/tox.ini
index 67f231c..4274120 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,7 +84,7 @@ commands = doc8 doc/source
python setup.py build_sphinx
[testenv:pep8]
-deps = hacking>=0.9.2,<0.10
+deps = hacking>=0.10.0,<0.11
commands =
flake8