Hello community, here is the log from the commit of package python-pycha for openSUSE:Factory checked in at 2016-11-09 11:39:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycha (Old) and /work/SRC/openSUSE:Factory/.python-pycha.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycha" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycha/python-pycha.changes 2016-09-23 11:28:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycha.new/python-pycha.changes 2016-11-09 11:39:46.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Sep 23 09:38:32 UTC 2016 - [email protected] + +- Update license field; trim description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycha.spec ++++++ --- /var/tmp/diff_new_pack.35pNZ6/_old 2016-11-09 11:39:47.000000000 +0100 +++ /var/tmp/diff_new_pack.35pNZ6/_new 2016-11-09 11:39:47.000000000 +0100 @@ -14,51 +14,30 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-pycha Version: 0.7.0 Release: 0 -License: LGPL-3.0 Summary: A library for making charts with Python -Url: http://bitbucket.org/lgs/pycha/ +License: LGPL-3.0+ Group: Development/Languages/Python +Url: http://bitbucket.org/lgs/pycha/ Source: https://pypi.io/packages/source/p/pycha/pycha-%{version}.tar.gz +BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description -.. contents:: - -===== -PyCha -===== - -Pycha is a very simple Python package for drawing charts using the great -`Cairo <http://www.cairographics.org/>`_ library. Its goals are: - -* Lightweight -* Simple to use -* Nice looking with default values -* Customization - -It won't try to draw any possible chart on earth but draw the most common ones -nicely. There are some other options you may want to look at like -`pyCairoChart <http://bettercom.de/de/pycairochart>`_. - -Pycha is based on `Plotr <http://solutoire.com/plotr/>`_ which is based on -`PlotKit <http://www.liquidx.net/plotkit/>`_. Both libraries are written in -JavaScript and are great for client web programming. I needed the same for the -server side so that's the reason I ported Plotr to Python. Now we can deliver -charts to people with JavaScript disabled or embed them in PDF reports. - -Pycha is distributed under the terms of the `GNU Lesser General Public License -<http://www.gnu.org/licenses/lgpl.html>`_. - +Pycha is a Python package for drawing charts using the Cairo library. +It will not try to draw any possible chart on Earth, but draw the +most common ones nicely. Pycha is based on the Plotr which is based on +PlotKit, both of which are written in JavaScript and are for client +web programming. Pycha was developed for the server side. %prep %setup -q -n pycha-%{version}
