From 5a22a855acfb0101c68ce2e6cfabc6f15134d778 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 19 Sep 2020 16:36:41 +0100 Subject: [PATCH] :books: auto update(this is auto scraped from github profile) contributors and change log. #75 --- .github/workflows/moban-update.yml | 2 +- CHANGELOG.rst | 5 +++-- CONTRIBUTORS.rst | 4 ++-- requirements.txt | 1 - setup.py | 1 - test.sh | 0 tests/requirements.txt | 1 + 7 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 test.sh diff --git a/.github/workflows/moban-update.yml b/.github/workflows/moban-update.yml index 874ff61..db4f13a 100644 --- a/.github/workflows/moban-update.yml +++ b/.github/workflows/moban-update.yml @@ -14,7 +14,7 @@ jobs: python-version: '3.7' - name: check changes run: | - pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible + pip install moban gitfs2 pypifs moban git status git diff --exit-code diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 645e25d..9e7e171 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,9 +4,10 @@ Change log 0.6.0 - tbd -------------------------------------------------------------------------------- -#. `#74 `_: handle zip files which - contain non-UTF-8 encoded files. +**fixed** +#. `#74 `_: handle zip files + which contain non-UTF-8 encoded files. **removed** diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 9c17a94..8f171f7 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -1,11 +1,11 @@ -4 contributors +5 contributors ================================================================================ In alphabetical order: -* `Antherkiv `_ * `Craig Anderson `_ * `John Vandenberg `_ * `Stephen J. Fuhry `_ * `Stephen Rauch `_ +* `Víctor Antonio Hernández Monroy `_ diff --git a/requirements.txt b/requirements.txt index e8fc171..dac001a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ ordereddict;python_version<"2.7" lml>=0.0.4 -chardet diff --git a/setup.py b/setup.py index ee23512..19ec082 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,6 @@ PYTHON_REQUIRES = ">=3.6" INSTALL_REQUIRES = [ "lml>=0.0.4", - "chardet", ] SETUP_COMMANDS = {} diff --git a/test.sh b/test.sh old mode 100755 new mode 100644 diff --git a/tests/requirements.txt b/tests/requirements.txt index ad5e0e3..2359d93 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,6 +8,7 @@ isort collective.checkdocs pygments moban +moban_jinja2_github pyexcel pyexcel-xls SQLAlchemy