Hello community,

here is the log from the commit of package python-coveralls for 
openSUSE:Factory checked in at 2018-06-13 15:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coveralls (Old)
 and      /work/SRC/openSUSE:Factory/.python-coveralls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-coveralls"

Wed Jun 13 15:37:38 2018 rev:2 rq:615171 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coveralls/python-coveralls.changes        
2018-05-15 10:31:30.760351708 +0200
+++ /work/SRC/openSUSE:Factory/.python-coveralls.new/python-coveralls.changes   
2018-06-13 15:38:23.974748076 +0200
@@ -1,0 +2,6 @@
+Thu Jun  7 20:46:27 UTC 2018 - [email protected]
+
+- Generalize the description for any use case and replace weird
+  non-telling phrases like "ruin your security".
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-coveralls.spec ++++++
--- /var/tmp/diff_new_pack.ujfuz4/_old  2018-06-13 15:38:25.290699649 +0200
+++ /var/tmp/diff_new_pack.ujfuz4/_new  2018-06-13 15:38:25.302699208 +0200
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,21 +21,21 @@
 Name:           python-coveralls
 Version:        1.2.0
 Release:        0
+Summary:        Module for showing coverage stats online via coverallsio
 License:        MIT
-Summary:        Show coverage stats online via coverallsio
-Url:            http://github.com/coveralls-clients/coveralls-python
 Group:          Development/Languages/Python
+Url:            http://github.com/coveralls-clients/coveralls-python
 Source:         
https://files.pythonhosted.org/packages/source/c/coveralls/coveralls-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module coverage >= 3.6}
 BuildRequires:  %{python_module docopt >= 0.6.1}
-BuildRequires:  %{python_module requests >= 1.0.0}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests >= 1.0.0}
 BuildRequires:  %{python_module sh >= 1.08}
 %endif
 BuildRequires:  fdupes
@@ -48,14 +49,14 @@
 %python_subpackages
 
 %description
-`Coveralls.io`_ is service to publish your coverage stats online with a lot of 
`nice features`_.
-This package provides seamless integration with ``coverage.py`` in your python 
projects.
+Coveralls.io is a service to publish coverage stats online.
+This package provides integration with coverage.py in Python projects.
 
-How it works
-------------
-It makes custom report for data generated by ``coverage.py`` package and sends 
it to `json API`_ of coveralls.io service.
-All python files in your coverage analysis are posted to this service along 
with coverage stats,
-so please make sure you're not ruining your own security! For private projects 
there is `Coveralls Pro`_.
+The module makes custom report for data generated by the coverage.py
+package and sends it to the json API of the coveralls.io service. All
+Python files in the coverage analysis are posted to this service,
+along with coverage stats, so do not upload what you do not intend
+to. (For private projects, there is Coveralls Pro.)
 
 %prep
 %setup -q -n coveralls-%{version}


Reply via email to