From 619846cf1791b2923cf27f3f90a3f210c853e98ab75660ada64ce2540d5296c4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Sep 2020 13:44:30 +0000 Subject: [PATCH] - remove python-sphinx-autodoc-typehints-system-object.inv.patch (breaks the build) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=15 --- python-sphinx-autodoc-typehints.changes | 1 + python-sphinx-autodoc-typehints.spec | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index 0eaef88..5a41e05 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -7,6 +7,7 @@ Wed Sep 23 13:29:55 UTC 2020 - Dirk Mueller * Fixed import path for Signature (PR by Matthew Treinish) * Fixed ``TypeError`` when formatting a parametrized ``typing.IO`` annotation * Fixed data class displaying a return type in its ``__init__()`` method +- remove python-sphinx-autodoc-typehints-system-object.inv.patch (breaks the build) ------------------------------------------------------------------- Fri Mar 6 14:50:12 UTC 2020 - pgajdos@suse.com diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index efb204f..11aca73 100644 --- a/python-sphinx-autodoc-typehints.spec +++ b/python-sphinx-autodoc-typehints.spec @@ -26,8 +26,6 @@ License: MIT Group: Development/Languages/Python URL: https://github.com/agronholm/sphinx-autodoc-typehints Source: https://files.pythonhosted.org/packages/source/s/sphinx-autodoc-typehints/sphinx-autodoc-typehints-%{version}.tar.gz -# use object.inv which comes with python-doc; TODO more elegant solution -Patch0: python-sphinx-autodoc-typehints-system-object.inv.patch BuildRequires: %{python_module setuptools >= 36.2.7} BuildRequires: %{python_module setuptools_scm >= 1.7.0} BuildRequires: fdupes @@ -51,7 +49,6 @@ and return value types of functions. %prep %setup -q -n sphinx-autodoc-typehints-%{version} -%patch0 -p1 %build %python_build