From e7173738d8015236d291a7404618a06c0c22e3a080731686cc4492b1644b6d4e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 19 Jan 2022 16:50:57 +0000 Subject: [PATCH] - I know it looks cool to have URLs for all Source files, but these are files in VCS and they are inherently very unstable, so it breaks our checks. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=201 --- python-Sphinx.changes | 7 +++++++ python-Sphinx.spec | 9 ++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 08944bc..d70ac0e 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 19 16:49:53 UTC 2022 - Matej Cepl + +- I know it looks cool to have URLs for all Source files, but these are + files in VCS and they are inherently very unstable, so it breaks our + checks. + ------------------------------------------------------------------- Sun Jan 16 18:25:51 UTC 2022 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 09ff48d..777d9b2 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -37,9 +37,12 @@ URL: http://sphinx-doc.org Source: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz Source1: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz.asc # Provide intersphinx inventory offline -Source2: https://docs.python.org/3/objects.inv#/python3.inv -Source3: https://requests.readthedocs.io/en/master/objects.inv#/requests.inv -Source4: https://docs.readthedocs.io/en/stable/objects.inv#/readthedocs.inv +# https://docs.python.org/3/objects.inv#/python3.inv +Source2: python3.inv +# https://requests.readthedocs.io/en/master/objects.inv#/requests.inv +Source3: requests.inv +# https://docs.readthedocs.io/en/stable/objects.inv#/readthedocs.inv +Source4: readthedocs.inv BuildRequires: %{python_module base} BuildRequires: %{python_module setuptools} BuildRequires: fdupes