[tor-commits] [bridgedb/develop] Bump Leekspin version to 1.0.0.
isis at torproject.org
isis at torproject.org
Wed Sep 3 07:19:20 UTC 2014
commit fe3967b8dbe9b61ed4bec6dd3662d61da314c607
Author: Isis Lovecruft <isis at torproject.org>
Date: Wed Sep 3 06:57:20 2014 +0000
Bump Leekspin version to 1.0.0.
---
.test.requirements.txt | 2 +-
.travis.requirements.txt | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.test.requirements.txt b/.test.requirements.txt
index f1f85ab..ca2c01c 100644
--- a/.test.requirements.txt
+++ b/.test.requirements.txt
@@ -6,7 +6,7 @@
# $ make coverage
#
coverage==3.7.1
-leekspin==0.2.1
+leekspin==1.0.0
mechanize==0.2.5
pep8==1.5.7
# pylint must be pinned until pylint bug #203 is fixed. See
diff --git a/.travis.requirements.txt b/.travis.requirements.txt
index b84396b..b10bae4 100644
--- a/.travis.requirements.txt
+++ b/.travis.requirements.txt
@@ -15,7 +15,7 @@
#------------------------------------------------------------------------------
coverage==3.7.1
coveralls==0.4.2
-leekspin==0.2.1
+leekspin==1.0.0
mechanize==0.2.5
pep8==1.5.7
# pylint must be pinned until pylint bug #203 is fixed. See
diff --git a/setup.py b/setup.py
index e3463c9..47a2cbf 100644
--- a/setup.py
+++ b/setup.py
@@ -285,7 +285,7 @@ setuptools.setup(
scripts=['scripts/bridgedb'],
extras_require={'test': ["sure==1.2.2",
"coverage==3.7.1",
- "leekspin==0.2.1"]},
+ "leekspin==1.0.0"]},
zip_safe=False,
cmdclass=get_cmdclass(),
include_package_data=True,
More information about the tor-commits
mailing list