Hello community,
here is the log from the commit of package python-sphinx-issues for
openSUSE:Factory checked in at 2019-06-13 22:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-issues (Old)
and /work/SRC/openSUSE:Factory/.python-sphinx-issues.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-issues"
Thu Jun 13 22:37:35 2019 rev:5 rq:708161 version:1.2.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-issues/python-sphinx-issues.changes
2019-05-03 22:37:14.906592260 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinx-issues.new.4811/python-sphinx-issues.changes
2019-06-13 22:37:36.628298186 +0200
@@ -1,0 +2,5 @@
+Thu Jun 6 14:23:35 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Reduce bit conditionals as it is not needed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-issues.spec ++++++
--- /var/tmp/diff_new_pack.HLcT68/_old 2019-06-13 22:37:37.200298000 +0200
+++ /var/tmp/diff_new_pack.HLcT68/_new 2019-06-13 22:37:37.204297999 +0200
@@ -17,8 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%{!?license: %global license %doc}
-%bcond_without test
Name: python-sphinx-issues
Version: 1.2.0
Release: 0
@@ -27,16 +25,14 @@
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 test}
-BuildRequires: %{python_module Sphinx}
-BuildRequires: %{python_module pytest}
-BuildRequires: python-mock
-%endif
%python_subpackages
%description