14
0

Accepting request 737542 from home:mcepl:branches:devel:languages:python

- Add fix_tests_38.patch to overcome failing
  test_writers.test_odt.DocutilsOdtTestCase with Python 3.8.
  Also, failed as shp#docutils#161.

OBS-URL: https://build.opensuse.org/request/show/737542
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docutils?expand=0&rev=59
This commit is contained in:
2019-10-11 15:22:37 +00:00
committed by Git OBS Bridge
parent 076ec723b0
commit 130ce8ede8
3 changed files with 36 additions and 5 deletions

View File

@@ -34,6 +34,8 @@ Group: Development/Languages/Python
URL: https://pypi.python.org/pypi/docutils/
Source: https://files.pythonhosted.org/packages/source/d/docutils/docutils-%{version}.tar.gz
Source99: python-docutils-rpmlintrc
# PATCH-FIX-UPSTREAM fix_tests_38.patch shp#docutils#161 mcepl@suse.com
# Fixes failing tests in test_writers.test_odt.DocutilsOdtTestCase
Patch0: fix_tests_38.patch
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}