diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-04-17 03:14:51 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-04-17 03:14:51 +0000 |
commit | 58df66140118743fa73b00a0861268771454a52d (patch) | |
tree | 8eab53269041756630a60e5b5eabc5a852eb3de8 /user/py3-roman/py36.patch | |
parent | 5217ef782dbc8fed1658ce8eaa0020067ef164ce (diff) | |
parent | eed15ce883433b15cd0254898275ea7dceea0bad (diff) | |
download | packages-58df66140118743fa73b00a0861268771454a52d.tar.gz packages-58df66140118743fa73b00a0861268771454a52d.tar.bz2 packages-58df66140118743fa73b00a0861268771454a52d.tar.xz packages-58df66140118743fa73b00a0861268771454a52d.zip |
Merge branch 'meta/docutils' into 'master'
docutils and friends
```
Includes:
* user/py3-docutils
* user/py3-roman
* user/py3-pillow
* user/py3-olefile
```
See merge request !17
Diffstat (limited to 'user/py3-roman/py36.patch')
-rw-r--r-- | user/py3-roman/py36.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/py3-roman/py36.patch b/user/py3-roman/py36.patch new file mode 100644 index 000000000..fc74674a7 --- /dev/null +++ b/user/py3-roman/py36.patch @@ -0,0 +1,10 @@ +--- roman-2.0.0/tox.ini 2013-02-25 10:15:52.000000000 +0000 ++++ roman-2.0.0/tox.ini 2018-01-11 02:04:11.950000000 +0000 +@@ -1,6 +1,6 @@ + [tox] + envlist = +- py26,py27,py33,pypy ++ py26,py27,py33,pypy,py36 + + [testenv] + commands = |