]> git.pld-linux.org Git - packages/python-recommonmark.git/commitdiff
- updated to 0.7.1 auto/th/python-recommonmark-0.7.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Mar 2022 19:17:03 +0000 (20:17 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 14 Mar 2022 19:17:03 +0000 (20:17 +0100)
python-recommonmark.spec

index 47044bc73483f29cf1911b3b160fedcbd426b497..a5179f256f052270cf59947fbc6a9fb48c420396 100644 (file)
@@ -8,15 +8,13 @@
 Summary:       docutils-compatibility bridge to CommonMark
 Summary(pl.UTF-8):     Pomost zgodności z docutils dla CommonMark
 Name:          python-recommonmark
-Version:       0.6.0
-Release:       2
+Version:       0.7.1
+Release:       1
 License:       MIT
 Group:         Libraries/Python
-# in case snapshot is required:
-#Source0:      https://github.com/rtfd/recommonmark/archive/%{commit}/recommonmark-%{commit}.tar.gz
 #Source0Download: https://pypi.org/simple/recommonmark/
 Source0:       https://files.pythonhosted.org/packages/source/r/recommonmark/recommonmark-%{version}.tar.gz
-# Source0-md5: 41edafd4f92392f2b49a1443bab27b90
+# Source0-md5: 3c550a76eb62006bf007843a9f1805bb
 # from https://github.com/readthedocs/recommonmark/pull/124
 # https://github.com/readthedocs/recommonmark/commit/917e0359fa93acd9b22d7122e2c03d994d9fda44.patch
 Patch0:                %{name}-math.patch
@@ -92,9 +90,9 @@ Dokumentacja modułu Pythona recommonmark.
 %if %{with python2}
 %py_build
 
-%if %{with tests} && 0
+%if %{with tests}
 # skip: python2 uses different XML formatting, tests expect python3 formatting
-%{__python} -m pytest tests
+%{__python} -m pytest tests -k 'not CustomExtensionTests'
 %endif
 %endif
 
@@ -102,7 +100,8 @@ Dokumentacja modułu Pythona recommonmark.
 %py3_build
 
 %if %{with tests}
-%{__python3} -m pytest tests
+# sphinx tests are too dependent on Sphinx version
+%{__python3} -m pytest tests -k 'not test_sphinx'
 %endif
 %endif
 
This page took 0.117247 seconds and 4 git commands to generate.