Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2018-06-02 11:59:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-svgwrite (Old)
 and      /work/SRC/openSUSE:Factory/.python-svgwrite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-svgwrite"

Sat Jun  2 11:59:50 2018 rev:1 rq:612043 version:1.1.12

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

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ /work/SRC/openSUSE:Factory/.python-svgwrite.new/python-svgwrite.changes     
2018-06-02 11:59:53.766950957 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Thu May 24 17:49:27 UTC 2018 - toddrme2...@gmail.com
+
+- Update 1.1.12
+  * BUGFIX: values attribute for element animate, accepts any semicolon 
separated values
+- spec file cleanups
+
+-------------------------------------------------------------------
+Fri Oct 20 16:19:04 UTC 2017 - toddrme2...@gmail.com
+
+- initial version

New:
----
  python-svgwrite.changes
  python-svgwrite.spec
  svgwrite-1.1.12.zip

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

Other differences:
------------------
++++++ python-svgwrite.spec ++++++
#
# spec file for package python-svgwrite
#
# Copyright (c) 2018 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-svgwrite
Version:        1.1.12
Release:        0
License:        MIT
Summary:        Create SVG drawings
Url:            http://github.com/mozman/svgwrite
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
# SECTION test requirements
BuildRequires:  %{python_module pyparsing >= 2.0.1}
# /SECTION
Requires:       python-pyparsing >= 2.0.1
BuildArch:      noarch

%python_subpackages

%description
A Python library to create SVG drawings.

%prep
%setup -q -n svgwrite-%{version}
find svgwrite -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \; -exec sed -i 
's/\r$//' {} \;
sed -i 's/\r$//' LICENSE.TXT NEWS.rst README.rst

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
pushd tests
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -m unittest 
}
popd

%files %{python_files}
%doc NEWS.rst README.rst
%license LICENSE.TXT
%{python_sitelib}/*

%changelog

Reply via email to