From ec1744965cf2c89abc4ced4ed9a713b50a787bbd Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 15 Oct 2020 23:49:41 +0100 Subject: [PATCH 1/2] :green_heart: use mater branch for testing --- rnd_requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rnd_requirements.txt b/rnd_requirements.txt index 971c9e2..2a05eea 100644 --- a/rnd_requirements.txt +++ b/rnd_requirements.txt @@ -1,3 +1 @@ -https://github.com/pyexcel/pyexcel/archive/master.zip -https://github.com/pyexcel/pyexcel-io/archive/dev.zip - +https://github.com/pyexcel/libxlsxwpy/archive/master.zip From 1972467781c2b35baa96dc7bf0d07fe956d93c8e Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 15 Oct 2020 22:50:14 +0000 Subject: [PATCH 2/2] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- lint.sh | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lint.sh b/lint.sh index 891aa63..d31eeaa 100644 --- a/lint.sh +++ b/lint.sh @@ -1,2 +1,2 @@ pip install flake8 -flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs +flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs \ No newline at end of file diff --git a/setup.py b/setup.py index df763f7..c6995ae 100644 --- a/setup.py +++ b/setup.py @@ -73,13 +73,14 @@ } # You do not need to read beyond this line PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) +HERE = os.path.abspath(os.path.dirname(__file__)) + GS_COMMAND = ("gs pyexcel-xlsxw v0.6.1 " + "Find 0.6.1 in changelog for more details") NO_GS_MESSAGE = ("Automatic github release is disabled. " + "Please install gease to enable it.") UPLOAD_FAILED_MSG = ( 'Upload failed. please run "%s" yourself.' % PUBLISH_COMMAND) -HERE = os.path.abspath(os.path.dirname(__file__)) class PublishCommand(Command): @@ -125,7 +126,6 @@ def run(self): "publish": PublishCommand }) - def has_gease(): """ test if github release command is installed