From e309f9e45acaced2aa3ebe42cc94c60f0ad44dfc Mon Sep 17 00:00:00 2001 From: chfw Date: Sun, 26 Sep 2021 08:48:10 +0000 Subject: [PATCH] This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst --- .github/workflows/lint.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- CONTRIBUTORS.rst | 3 ++- LICENSE | 2 +- docs/source/conf.py | 2 +- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 03122a1..3789494 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: python-version: 3.8 - name: lint run: | - pip install flake8 - pip install -r tests/requirements.txt + pip --use-deprecated=legacy-resolver install flake8 + pip --use-deprecated=legacy-resolver install -r tests/requirements.txt flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . python setup.py checkdocs diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4b5c675..86ab9f8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,8 +20,8 @@ jobs: python-version: ${{ matrix.python-version }} - name: install run: | - pip install -r requirements.txt - pip install -r tests/requirements.txt + pip --use-deprecated=legacy-resolver install -r requirements.txt + pip --use-deprecated=legacy-resolver install -r tests/requirements.txt - name: test run: | pip freeze diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index aa6bd68..b45268a 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,9 +1,10 @@ -2 contributors +3 contributors ================================================================================ In alphabetical order: * `John Vandenberg `_ * `Peter Carnesciali `_ +* `vinraspa `_ diff --git a/LICENSE b/LICENSE index 923df6b..409a51e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2020 by Onni Software Ltd. and its contributors +Copyright (c) 2015-2021 by Onni Software Ltd. and its contributors All rights reserved. Redistribution and use in source and binary forms of the software as well diff --git a/docs/source/conf.py b/docs/source/conf.py index 5e5b7cd..550ca04 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ DESCRIPTION = ( # -- Project information ----------------------------------------------------- project = 'pyexcel-xls' -copyright = '2015-2020 Onni Software Ltd.' +copyright = '2015-2021 Onni Software Ltd.' author = 'C.W.' # The short X.Y version version = '0.6.2'