14
0

- Update to 1.11:

* Now supply the version of the package during Sphinx setup.
  * Also supply "parallel_read_safe=True"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rst.linker?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-09-10 10:36:12 +00:00
committed by Git OBS Bridge
parent 365150ab9d
commit 641c4c5767
4 changed files with 12 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%define _name rst.linker
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-rst.linker
Version: 1.10
Version: 1.11
Release: 0
Summary: Changelog link and timestamp adding Sphinx plugin
License: MIT
@@ -47,7 +47,7 @@ changelog.
%prep
%setup -q -n %{_name}-%{version}
sed -i 's/--flake8//' pytest.ini
sed -i 's/--flake8 --black//' pytest.ini
%build
%python_build