lists.arthurdejong.org
RSS feed

python-stdnum branch master updated. 1.11-28-gfb72550

[Date Prev][Date Next] [Thread Prev][Thread Next]

python-stdnum branch master updated. 1.11-28-gfb72550



This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "python-stdnum".

The branch, master has been updated
       via  fb725502333dc822675f770af0784f4474cc0f3e (commit)
       via  61c762d18801b36605f70a18da73784f44c7a4a1 (commit)
      from  ad96b15ebbb5d67b698bf925af216a0a830b0300 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://arthurdejong.org/git/python-stdnum/commit/?id=fb725502333dc822675f770af0784f4474cc0f3e

commit fb725502333dc822675f770af0784f4474cc0f3e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jul 21 22:41:38 2019 +0200

    Do not require Python 2 for building Sphinx docs
    
    This results in tox using Python 3, mostly to work around
    https://sourceforge.net/p/docutils/bugs/365/

diff --git a/tox.ini b/tox.ini
index 9b7c0bf..b7fe0c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,5 @@ deps = flake8
 commands = flake8 stdnum tests update *.py
 
 [testenv:docs]
-basepython = python
 deps = Sphinx
 commands = sphinx-build -N -b html docs {envtmpdir}/sphinx -W

https://arthurdejong.org/git/python-stdnum/commit/?id=61c762d18801b36605f70a18da73784f44c7a4a1

commit 61c762d18801b36605f70a18da73784f44c7a4a1
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jul 21 20:23:44 2019 +0200

    Avoid newer pydocstyle
    
    Do not install the latest pydocstyle because it currently breaks
    flake8-docstring. This pinning should be removed as soon as
    https://gitlab.com/pycqa/flake8-docstrings/issues/36 is resolved.

diff --git a/tox.ini b/tox.ini
index 065c3a8..9b7c0bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,9 @@ deps = flake8
        flake8-tidy-imports
        flake8-tuple
        pep8-naming
+       # Keep the following until this is fixed:
+       # https://gitlab.com/pycqa/flake8-docstrings/issues/36
+       pydocstyle<4
 commands = flake8 stdnum tests update *.py
 
 [testenv:docs]

-----------------------------------------------------------------------

Summary of changes:
 tox.ini | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
python-stdnum