lists.arthurdejong.org
RSS feed

python-pskc branch master updated. 1.1-19-gc0733a4

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

python-pskc branch master updated. 1.1-19-gc0733a4



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  c0733a4328dbf99e0c1e4c8226e27fe72806211b (commit)
      from  b9e17d38cd5e0b07756f41a032ae35724061205c (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=c0733a4328dbf99e0c1e4c8226e27fe72806211b

commit c0733a4328dbf99e0c1e4c8226e27fe72806211b
Author: Arthur de Jong <arthur@arthurdejong.org>
Date:   Sun Sep 11 23:43:19 2022 +0200

    Avoid version of signxml that doesn't work on Python <= 3.5

diff --git a/tox.ini b/tox.ini
index 56dbe19..62fb2ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,9 @@ skip_missing_interpreters = True
 [testenv]
 deps = nose
        coverage
-       signxml: signxml
+       signxml: signxml<2.10.1;python_version<"3.6"
+       signxml: signxml;python_version>="3.6"
+       signxml: defusedxml
        lxml: lxml
        defusedxml: defusedxml
 commands = signxml: nosetests

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

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


hooks/post-receive
-- 
python-pskc