Skip to content

Commit

Permalink
Merge branch 'release/v1.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed May 13, 2015
2 parents 7ae70a9 + 554aacf commit c6e1883
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -120,7 +120,7 @@ Requirements
------------

* six >= 1.4.1
* futures >= 2.1.4
* futures >= 3.0.2

Extras
------
Expand Down
14 changes: 7 additions & 7 deletions buildout.cfg
Expand Up @@ -19,7 +19,7 @@ recipe = zc.recipe.egg

[evolve]
<= bvc
arguments = 'buildout.cfg -w --indent 24 --sorting alpha'
arguments = 'buildout.cfg -w --indent 24 --sorting alpha -e pep8'
scripts = check-buildout-updates=${:_buildout_section_name_}

[indent]
Expand Down Expand Up @@ -59,17 +59,17 @@ recipe = zc.recipe.egg
PyYAML = 3.11
blessings = 1.6
coverage = 3.7.1
flake8 = 2.3.0
futures = 2.2.0
flake8 = 2.4.0
futures = 3.0.2
mccabe = 0.3
nose = 1.3.4
nose = 1.3.6
nose-progressive = 1.5.1
packaging = 15.0
packaging = 15.1
pbp.recipe.noserunner = 0.2.6
pep8 = 1.6.2
pep8 = 1.5.7
pyflakes = 0.8.1
python-coveralls = 2.5.0
requests = 2.5.3
requests = 2.7.0
sh = 1.11
six = 1.9.0
zc.buildout = 2.3.1
Expand Down
4 changes: 2 additions & 2 deletions bvc/checker.py
@@ -1,6 +1,4 @@
"""Version checker for Buildout Versions Checker"""
import futures

import os
import json
import socket
Expand All @@ -15,6 +13,8 @@
from urllib.request import urlopen
from configparser import NoSectionError

from concurrent import futures

from packaging.specifiers import SpecifierSet
from packaging.version import parse as parse_version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
from setuptools import find_packages

__version__ = '1.9'
__version__ = '1.9.1'
__license__ = 'BSD License'

__author__ = 'Fantomas42'
Expand Down

0 comments on commit c6e1883

Please sign in to comment.