- 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
This commit is contained in:
Matej Cepl 2022-01-19 16:50:57 +00:00 committed by Git OBS Bridge
parent 93d7fa7d3a
commit e7173738d8
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 19 16:49:53 UTC 2022 - Matej Cepl <mcepl@suse.com>
- 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 <mliska@suse.cz>

View File

@ -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