update shared deps

This commit is contained in:
j 2019-01-13 13:31:53 +05:30
commit 642ba49f68
275 changed files with 31987 additions and 19235 deletions

View file

@ -488,7 +488,7 @@ Library for working with the tor process.
import stem.util
import stem.util.enum
__version__ = '1.7.0'
__version__ = '1.7.1'
__author__ = 'Damian Johnson'
__contact__ = 'atagar@torproject.org'
__url__ = 'https://stem.torproject.org/'

View file

@ -138,7 +138,7 @@ def launch_tor(tor_cmd = 'tor', args = None, torrc_path = None, completion_perce
signal.signal(signal.SIGALRM, timeout_handler)
signal.setitimer(signal.ITIMER_REAL, timeout)
bootstrap_line = re.compile('Bootstrapped ([0-9]+)%: ')
bootstrap_line = re.compile('Bootstrapped ([0-9]+)%')
problem_line = re.compile('\[(warn|err)\] (.*)$')
last_problem = 'Timed out'