Hello community,

here is the log from the commit of package python-blockdiag for 
openSUSE:Factory checked in at 2017-10-11 22:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-blockdiag (Old)
 and      /work/SRC/openSUSE:Factory/.python-blockdiag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-blockdiag"

Wed Oct 11 22:56:26 2017 rev:1 rq:522204 version:1.5.3

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

--- /dev/null   2017-10-06 12:38:12.078789702 +0200
+++ /work/SRC/openSUSE:Factory/.python-blockdiag.new/python-blockdiag.changes   
2017-10-11 22:56:27.341785031 +0200
@@ -0,0 +1,21 @@
+-------------------------------------------------------------------
+Thu Apr 20 15:16:20 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+-------------------------------------------------------------------
+Thu Dec 1 20:18:05 UTC 2016 - ter...@gmail.com
+
+- use update-alternatives
+
+-------------------------------------------------------------------
+Thu May 12 07:12:05 UTC 2016 - tbecht...@suse.com
+
+- update to 1.5.3:
+  * Fix #67 Group overlaps with nodes having href
+
+-------------------------------------------------------------------
+Fri Jul 10 10:55:55 UTC 2015 - tbecht...@suse.com
+
+- Initial packaging
+

New:
----
  blockdiag-1.5.3.tar.gz
  python-blockdiag.changes
  python-blockdiag.spec

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

Other differences:
------------------
++++++ python-blockdiag.spec ++++++
#
# spec file for package python-blockdiag
#
# Copyright (c) 2017 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 http://bugs.opensuse.org/
#

# tests need network connection
%bcond_with tests

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-blockdiag
Version:        1.5.3
Release:        0
Summary:        Generates block-diagram image from text
License:        Apache-2.0
Group:          Development/Languages/Python
Url:            http://blockdiag.com/
Source:         
https://files.pythonhosted.org/packages/source/b/blockdiag/blockdiag-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module Pillow >= 2.2.1}
BuildRequires:  %{python_module funcparserlib >= 0.3.6}
BuildRequires:  %{python_module reportlab}
BuildRequires:  %{python_module webcolors}
%if %{with tests}
BuildRequires:  %{python_module docutils}
BuildRequires:  %{python_module mock}
BuildRequires:  %{python_module nose}
BuildRequires:  %{python_module pep8 >= 1.3}
BuildRequires:  %{python_module pip >= 1.4.1}
%endif
Requires:       python-Pillow >= 2.2.1
Requires:       python-funcparserlib >= 0.3.6
Requires:       python-webcolors
Recommends:     ghostscript
Recommends:     python-Wand
Recommends:     python-reportlab
Requires(post): update-alternatives
Requires(preun): update-alternatives
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%python_subpackages

%description
The blockdiag package generates block-diagram image file
from a spec-text file.

%prep
%setup -q -n blockdiag-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/blockdiag

%post
%python_install_alternative blockdiag

%preun
%python_uninstall_alternative blockdiag

%if %{with tests}
%check
%python_exec setup.py test
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.rst LICENSE README.rst
%python_alternative %{_bindir}/blockdiag
%{python_sitelib}/*

%changelog

Reply via email to