Hello community, here is the log from the commit of package python-ggplot for openSUSE:Factory checked in at 2018-06-13 15:37:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ggplot (Old) and /work/SRC/openSUSE:Factory/.python-ggplot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ggplot" Wed Jun 13 15:37:48 2018 rev:2 rq:615173 version:0.11.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ggplot/python-ggplot.changes 2018-05-15 10:31:25.888530649 +0200 +++ /work/SRC/openSUSE:Factory/.python-ggplot.new/python-ggplot.changes 2018-06-13 15:38:27.718610301 +0200 @@ -1,0 +2,5 @@ +Thu Jun 7 20:40:15 UTC 2018 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ggplot.spec ++++++ --- /var/tmp/diff_new_pack.V8SW7k/_old 2018-06-13 15:38:28.594578066 +0200 +++ /var/tmp/diff_new_pack.V8SW7k/_new 2018-06-13 15:38:28.598577919 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ggplot # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -20,17 +20,15 @@ %bcond_without test Name: python-ggplot Version: 0.11.5 +Release: 0 # Tag for current release, used for the license %define lictag 01a75b19aef2b573eed931a8285da00a3df169d1 -Release: 0 Summary: Python clone of R's ggplot License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/yhat/ggplot/ Source: https://files.pythonhosted.org/packages/source/g/ggplot/ggplot-%{version}.tar.gz Source10: https://raw.githubusercontent.com/yhat/ggpy/%{lictag}/LICENSE -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module Cycler} BuildRequires: %{python_module brewer2mpl} BuildRequires: %{python_module matplotlib} @@ -40,8 +38,10 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: %{python_module statsmodels} -Requires: python-brewer2mpl +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Cycler +Requires: python-brewer2mpl Requires: python-matplotlib Requires: python-numpy Requires: python-pandas @@ -55,10 +55,8 @@ %description The ggplot package is a Python implementation of the grammar of graphics. It is not intended to be a feature-for-feature port of -ggplot2 for R–though there is much greatness in ggplot2, the Python -world could stand to benefit from it. So there will be feature -overlap, but not neccessarily mimicry (after all, R is a little -weird). +ggplot2 for R. There will be feature overlap, but not +necessarily mimicry. %prep %setup -q -n ggplot-%{version}
