From c8102bd63891a3ecaf9c38d0e94e4056e0474d2c Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 7 Oct 2021 21:51:24 +0100 Subject: [PATCH] :handshake: update project static information --- .github/workflows/lint.yml | 4 ++-- .github/workflows/moban-update.yml | 7 +++---- .github/workflows/tests.yml | 7 +++++-- CONTRIBUTORS.rst | 3 ++- README.rst | 12 ++++++------ docs/source/index.rst | 6 +++--- 6 files changed, 21 insertions(+), 18 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/moban-update.yml b/.github/workflows/moban-update.yml index 706fd82..73a3aed 100644 --- a/.github/workflows/moban-update.yml +++ b/.github/workflows/moban-update.yml @@ -8,6 +8,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} + token: ${{ secrets.PAT }} - name: Set up Python uses: actions/setup-python@v1 with: @@ -20,10 +21,8 @@ jobs: git diff --exit-code - name: Auto-commit if: failure() - uses: docker://cdssnc/auto-commit-github-action - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + uses: stefanzweifel/git-auto-commit-action@v4 with: - args: >- + commit_message: >- This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5703185..810f878 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,6 +9,9 @@ jobs: matrix: python-version: [3.6, 3.7, 3.8, 3.9] os: [macOs-latest, ubuntu-latest, windows-latest] + exclude: + - os: macOs-latest + python-version: 3.6 runs-on: ${{ matrix.os }} name: run tests @@ -20,8 +23,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 ba2e01d..5a6c33d 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,6 +1,6 @@ -5 contributors +6 contributors ================================================================================ In alphabetical order: @@ -9,4 +9,5 @@ In alphabetical order: * `John Vandenberg `_ * `Stephen J. Fuhry `_ * `Stephen Rauch `_ +* `vinraspa `_ * `Víctor Antonio Hernández Monroy `_ diff --git a/README.rst b/README.rst index a289f87..c4f43b7 100644 --- a/README.rst +++ b/README.rst @@ -108,9 +108,9 @@ sqlalchemy supported databases. Its supported file formats are extended to cover Plugin shopping guide ------------------------ -Since 2020, all pyexcel-io plugins have dropped the support for python version -lower than 3.6. If you want to use any python verions, please use pyexcel-io -and its plugins version lower than 0.6.0. +Since 2020, all pyexcel-io plugins have dropped the support for python versions +which are lower than 3.6. If you want to use any of those Python versions, please use pyexcel-io +and its plugins versions that are lower than 0.6.0. Except csv files, xls, xlsx and ods files are a zip of a folder containing a lot of @@ -205,7 +205,7 @@ Then install relevant development requirements: #. pip install -r tests/requirements.txt Once you have finished your changes, please provide test case(s), relevant documentation -and update CHANGELOG.rst. +and update changelog.yml .. note:: @@ -224,7 +224,7 @@ On Linux/Unix systems, please launch your tests like this:: $ make -On Windows systems, please issue this command:: +On Windows, please issue this command:: > test.bat @@ -236,7 +236,7 @@ Please run:: $ make format -so as to beautify your code otherwise travis-ci may fail your unit test. +so as to beautify your code otherwise your build may fail your unit test. diff --git a/docs/source/index.rst b/docs/source/index.rst index ad3a030..ac12734 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -97,9 +97,9 @@ For individual excel file formats, please install them as you wish: Plugin shopping guide ------------------------ -Since 2020, all pyexcel-io plugins have dropped the support for python version -lower than 3.6. If you want to use any python verions, please use pyexcel-io -and its plugins version lower than 0.6.0. +Since 2020, all pyexcel-io plugins have dropped the support for python versions +which are lower than 3.6. If you want to use any of those Python versions, please use pyexcel-io +and its plugins versions that are lower than 0.6.0. Except csv files, xls, xlsx and ods files are a zip of a folder containing a lot of