Hello community,

here is the log from the commit of package python-sphinxcontrib-qthelp for 
openSUSE:Factory checked in at 2019-06-18 14:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-qthelp (Old)
 and      /work/SRC/openSUSE:Factory/.python-sphinxcontrib-qthelp.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sphinxcontrib-qthelp"

Tue Jun 18 14:46:55 2019 rev:1 rq:708141 version:1.0.2

Changes:
--------
New Changes file:

--- /dev/null   2019-06-06 01:32:53.891093091 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-qthelp.new.4811/python-sphinxcontrib-qthelp.changes
        2019-06-18 14:47:02.557716439 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Thu Jun  6 12:32:18 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Initial commit, needed by Sphinx

New:
----
  _multibuild
  python-sphinxcontrib-qthelp.changes
  python-sphinxcontrib-qthelp.spec
  sphinxcontrib-qthelp-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-sphinxcontrib-qthelp.spec ++++++
#
# spec file for package python-sphinxcontrib-qthelp
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define skip_python2 1
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
%else
%define psuffix %{nil}
%bcond_with test
%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-sphinxcontrib-qthelp%{psuffix}
Version:        1.0.2
Release:        0
Summary:        Sphinx extension which outputs QtHelp
License:        BSD-2-Clause
Group:          Development/Languages/Python
URL:            https://github.com/sphinx-doc/sphinxcontrib-qthelp
Source:         
https://files.pythonhosted.org/packages/source/s/sphinxcontrib-qthelp/sphinxcontrib-qthelp-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:       python-Sphinx
BuildArch:      noarch
%if %{with test}
BuildRequires:  %{python_module Sphinx}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module sphinxcontrib-qthelp >= %{version}}
%endif
%python_subpackages

%description
sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document.

%prep
%setup -q -n sphinxcontrib-qthelp-%{version}

%build
%python_build

%install
%if !%{with test}
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%endif

%if %{with test}
%check
%pytest
%endif

%if !%{with test}
%files %{python_files}
%doc README.rst CHANGES
%license LICENSE
%{python_sitelib}/*
%endif

%changelog
++++++ _multibuild ++++++
<multibuild>
  <package>test</package>
</multibuild>

Reply via email to