From 9200ef2a6ddc41982ed9239a05ed627ddf2679b3 Mon Sep 17 00:00:00 2001 From: Manraj Singh Grover Date: Wed, 29 May 2019 10:13:17 +0530 Subject: [PATCH 1/4] [Version] Bumped to 0.0.24 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c7b8d3b..f387895 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def dependencies(file): setup( name='halo', packages=find_packages(exclude=('tests', 'examples')), - version='0.0.23', + version='0.0.24', license='MIT', description='Beautiful terminal spinners in Python', long_description=long_description, From 9b579b6fb85b7f968805c6c82665a0a0bad37094 Mon Sep 17 00:00:00 2001 From: Manraj Singh Grover Date: Wed, 29 May 2019 10:36:07 +0530 Subject: [PATCH 2/4] [Appveyor] Make tox download latest pip --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 1fd25df..b7043c9 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ skip_missing_interpreters = True [testenv] +download = true # See https://github.com/pytest-dev/pytest/pull/5222#issuecomment-492428610 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-dev.txt From d38e43c3b5d0621ab7db4b3343de6c94cfe72999 Mon Sep 17 00:00:00 2001 From: Manraj Singh Grover Date: Wed, 29 May 2019 10:39:07 +0530 Subject: [PATCH 3/4] [Appveyor] Change true -> True in tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b7043c9..4c24524 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ skip_missing_interpreters = True [testenv] -download = true # See https://github.com/pytest-dev/pytest/pull/5222#issuecomment-492428610 +download = True # See https://github.com/pytest-dev/pytest/pull/5222#issuecomment-492428610 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-dev.txt From 38ef16b55a73be5b2a648af9c5817c507df3e6b3 Mon Sep 17 00:00:00 2001 From: Manraj Singh Grover Date: Wed, 29 May 2019 10:42:25 +0530 Subject: [PATCH 4/4] [Tox] Fixes comment passed for windows --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c24524..d9d193b 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,8 @@ skip_missing_interpreters = True [testenv] -download = True # See https://github.com/pytest-dev/pytest/pull/5222#issuecomment-492428610 +# See https://github.com/pytest-dev/pytest/pull/5222#issuecomment-492428610 +download = True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/requirements-dev.txt