Hello community,
here is the log from the commit of package python-rst.linker for
openSUSE:Factory checked in at 2019-06-13 22:30:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rst.linker (Old)
and /work/SRC/openSUSE:Factory/.python-rst.linker.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rst.linker"
Thu Jun 13 22:30:02 2019 rev:3 rq:708342 version:1.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rst.linker/python-rst.linker.changes
2019-03-01 20:25:56.978061408 +0100
+++
/work/SRC/openSUSE:Factory/.python-rst.linker.new.4811/python-rst.linker.changes
2019-06-13 22:30:03.808445268 +0200
@@ -1,0 +2,7 @@
+Fri Jun 7 11:56:25 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+- Run py3 only sphinx build as new sphinx does not provide py2
+ variant anymore
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-rst.linker.spec ++++++
--- /var/tmp/diff_new_pack.E6D1Ww/_old 2019-06-13 22:30:05.304444782 +0200
+++ /var/tmp/diff_new_pack.E6D1Ww/_new 2019-06-13 22:30:05.332444773 +0200
@@ -24,9 +24,8 @@
Summary: Changelog link and timestamp adding Sphinx plugin
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/jaraco/rst.linker
+URL: https://github.com/jaraco/rst.linker
Source:
https://files.pythonhosted.org/packages/source/r/%{_name}/%{_name}-%{version}.tar.gz
-BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module jaraco.packaging >= 3.2}
BuildRequires: %{python_module path.py}
BuildRequires: %{python_module pytest >= 3.5}
@@ -36,6 +35,7 @@
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+BuildRequires: python3-Sphinx
Requires: python-python-dateutil
Requires: python-six
BuildArch: noarch
@@ -51,16 +51,14 @@
%build
%python_build
-# Running Sphinx with rst-linker enabled under both Python 2 & 3 is a
-# smoketest, and the last Python 3 built version added to doc package
-%python_exec setup.py build_sphinx && rm build/sphinx/html/.buildinfo
+python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec %{_bindir}/py.test -v test_all.py
+%pytest test_all.py
%files %{python_files}
%license LICENSE