Bump to 1.1.dev0
This commit is contained in:
parent
5f67c04b69
commit
8fa06fe3d9
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ Generic Python packager for Android / iOS. Desktop later.
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
__version__ = '1.0'
|
__version__ = '1.1.dev0'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
@ -79,7 +79,7 @@ IS_PY3 = sys.version_info[0] >= 3
|
||||||
class ChromeDownloader(FancyURLopener):
|
class ChromeDownloader(FancyURLopener):
|
||||||
version = (
|
version = (
|
||||||
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 '
|
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 '
|
||||||
'(KHTML, like Gecko) Chrome/28.0.1500.71 Safari/537.36')
|
'(KHTML, like Gecko) Chrome/28.0.1.1.dev00.71 Safari/537.36')
|
||||||
|
|
||||||
|
|
||||||
urlretrieve = ChromeDownloader().retrieve
|
urlretrieve = ChromeDownloader().retrieve
|
||||||
|
@ -684,7 +684,7 @@ class Buildozer(object):
|
||||||
progression = '{0} bytes'.format(index * blksize)
|
progression = '{0} bytes'.format(index * blksize)
|
||||||
else:
|
else:
|
||||||
progression = '{0:.2f}%'.format(
|
progression = '{0:.2f}%'.format(
|
||||||
index * blksize * 100. / float(size))
|
index * blksize * 1.1.dev0. / float(size))
|
||||||
if "CI" not in environ:
|
if "CI" not in environ:
|
||||||
stdout.write('- Download {}\r'.format(progression))
|
stdout.write('- Download {}\r'.format(progression))
|
||||||
stdout.flush()
|
stdout.flush()
|
||||||
|
|
Loading…
Reference in a new issue