Hello community,

here is the log from the commit of package python-sphinx-issues for 
openSUSE:Factory checked in at 2020-03-27 00:23:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinx-issues.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinx-issues"

Fri Mar 27 00:23:00 2020 rev:6 rq:784638 version:1.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes    
    2019-06-13 22:37:36.628298186 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new.3160/python-sphinx-issues.changes
      2020-03-27 00:23:03.488188745 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 13:01:25 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sphinx-issues.spec ++++++
--- /var/tmp/diff_new_pack.oKi5H2/_old  2020-03-27 00:23:04.928189475 +0100
+++ /var/tmp/diff_new_pack.oKi5H2/_new  2020-03-27 00:23:04.952189488 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinx-issues
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,24 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:           python-sphinx-issues
 Version:        1.2.0
 Release:        0
 Summary:        A Sphinx extension for linking to a project's issue tracker
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/sloria/sphinx-issues
 Source:         
https://github.com/sloria/sphinx-issues/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Sphinx}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-mock
 BuildRequires:  python-rpm-macros
 Requires:       python-Sphinx
 BuildArch:      noarch
+%if %{with python2}
+BuildRequires:  python-mock
+%endif
 %python_subpackages
 
 %description


Reply via email to