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