lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.1-2-g86dccc4

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

python-pskc branch master updated. 1.1-2-g86dccc4



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-pskc".

The branch, master has been updated
       via  86dccc4119839790d9a11ddb7b0c20843fee582e (commit)
       via  e5ec0a1a6123bb5306bcb35bf43f1f7c187cb282 (commit)
      from  619ad627ba7d1f009b1f4f7e37b574ffa3ca7d23 (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-pskc/commit/?id=86dccc4119839790d9a11ddb7b0c20843fee582e

commit 86dccc4119839790d9a11ddb7b0c20843fee582e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Jul 21 22:32:31 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 e588d7e..bb19c74 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,6 +38,5 @@ deps = flake8
 commands = flake8 pskc
 
 [testenv:docs]
-basepython = python
-deps = sphinx
-commands = python setup.py build_sphinx --build-dir {envtmpdir} -W
+deps = Sphinx
+commands = sphinx-build -N -b html docs {envtmpdir}/sphinx -W

https://arthurdejong.org/git/python-pskc/commit/?id=e5ec0a1a6123bb5306bcb35bf43f1f7c187cb282

commit e5ec0a1a6123bb5306bcb35bf43f1f7c187cb282
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 a3e48eb..e588d7e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,6 +32,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 pskc
 
 [testenv:docs]

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

Summary of changes:
 tox.ini | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
python-pskc