Hello community,

here is the log from the commit of package python-leather for openSUSE:Factory 
checked in at 2018-05-29 10:30:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-leather (Old)
 and      /work/SRC/openSUSE:Factory/.python-leather.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-leather"

Tue May 29 10:30:51 2018 rev:1 rq:610407 version:0.3.3

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

--- /dev/null   2018-05-24 09:31:19.417470950 +0200
+++ /work/SRC/openSUSE:Factory/.python-leather.new/python-leather.changes       
2018-05-29 10:30:55.771484363 +0200
@@ -0,0 +1,9 @@
+-------------------------------------------------------------------
+Fri May 18 15:25:40 UTC 2018 - [email protected]
+
+- Add COPYING file
+
+-------------------------------------------------------------------
+Tue Nov  7 18:24:19 UTC 2017 - [email protected]
+
+- initial version

New:
----
  COPYING
  leather-0.3.3.tar.gz
  python-leather.changes
  python-leather.spec

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

Other differences:
------------------
++++++ python-leather.spec ++++++
#
# spec file for package python-leather
#
# 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-%{**}}
%bcond_without  test
Name:           python-leather
Version:        0.3.3
Release:        0
License:        MIT
Summary:        Python charting for 80% of humans
Url:            http://leather.readthedocs.io/
Group:          Development/Languages/Python
Source:         
https://files.pythonhosted.org/packages/source/l/leather/leather-%{version}.tar.gz
Source10:       
https://raw.githubusercontent.com/wireservice/leather/%{version}/COPYING
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%if %{with test}
BuildRequires:  %{python_module six >= 1.6.1}
%endif
Requires:       python-six >= 1.6.1
BuildArch:      noarch

%python_subpackages

%description
Leather is the Python charting library for those who need charts *now*
and don't care if they're perfect.

%prep
%setup -q -n leather-%{version}
cp %{SOURCE10} .
find leather -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} \;

%build
%python_build

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

%if %{with test}
%check
%python_exec leather/testcase.py
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%license COPYING
%{python_sitelib}/*

%changelog
++++++ COPYING ++++++
The MIT License

Copyright (c) 2016 Christopher Groskopf and contributors 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Reply via email to