Date: Sunday, November 10, 2019 @ 16:22:17 Author: arojas Revision: 526471
Rebuild with python 3.8 (FS#64442) Modified: python-recommonmark/trunk/PKGBUILD python-recommonmark/trunk/recommonmark-sphinx-2.patch -----------------------------+ PKGBUILD | 4 ++-- recommonmark-sphinx-2.patch | 20 -------------------- 2 files changed, 2 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-10 15:50:02 UTC (rev 526470) +++ PKGBUILD 2019-11-10 16:22:17 UTC (rev 526471) @@ -2,7 +2,7 @@ pkgname=python-recommonmark pkgver=0.6.0.194.48f9d1a -pkgrel=1 +pkgrel=2 _gitcommit=48f9d1a6848c77a104854f556c053f3ed3c2c354 pkgdesc='Markdown parser for docutils' url='https://github.com/readthedocs/recommonmark' @@ -16,7 +16,7 @@ recommonmark-sphinx-2.patch) sha512sums=('SKIP' '66ef07ac21643b913c8ee551c7c71753fcb6442712e4fb11b84ea5f34265715471759b2c5a1badc1e299ca6aa831713b12284144801616349b2db61738607e8a' - '608c44a861f589964ffd30818917dd46aa0df2a249d74cf54f1dbd2e595dc3e1914357df563608d0c3f10bc3d387aece36d69178161c9d4fa824224a72c367e5') + '317b7139819bb183184e0a5abf4f74b955746779c841cf3b9e7e8032cc23ac3ce5f54a1ebd2d4c012038041c58ab849a09271d806f9fc3c5c0dadd1ad92eddae') pkgver() { cd ${pkgbase} Modified: recommonmark-sphinx-2.patch =================================================================== --- recommonmark-sphinx-2.patch 2019-11-10 15:50:02 UTC (rev 526470) +++ recommonmark-sphinx-2.patch 2019-11-10 16:22:17 UTC (rev 526471) @@ -1,23 +1,3 @@ -diff --git a/tests/test_basic.py b/tests/test_basic.py -index 0f8bf60..cfa447d 100644 ---- a/tests/test_basic.py -+++ b/tests/test_basic.py -@@ -255,9 +255,12 @@ class TestParsing(unittest.TestCase): - </pending_xref> - - -- <pending_xref refdomain="None" refexplicit="True" reftarget="path/to/file:heading with spaces" reftype="any" refwarn="True"> -- <reference refuri="path/to/file:heading%20with%20spaces">ref link with spaces</reference> -- </pending_xref> -+ [ -+ ref link with spaces -+ ] -+ ( -+ < -+ path/to/file:heading with spaces>) - </paragraph> - </document> - """ diff --git a/tests/test_sphinx.py b/tests/test_sphinx.py index 06078b1..201f27b 100644 --- a/tests/test_sphinx.py