Hello community,
here is the log from the commit of package python-coveralls-check for
openSUSE:Factory checked in at 2018-07-31 16:01:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coveralls-check (Old)
and /work/SRC/openSUSE:Factory/.python-coveralls-check.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coveralls-check"
Tue Jul 31 16:01:48 2018 rev:2 rq:626408 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-coveralls-check/python-coveralls-check.changes
2018-06-02 12:05:16.859101991 +0200
+++
/work/SRC/openSUSE:Factory/.python-coveralls-check.new/python-coveralls-check.changes
2018-07-31 16:01:49.391793446 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 13:12:52 UTC 2018 - [email protected]
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coveralls-check.spec ++++++
--- /var/tmp/diff_new_pack.1gyYNM/_old 2018-07-31 16:01:49.859794242 +0200
+++ /var/tmp/diff_new_pack.1gyYNM/_new 2018-07-31 16:01:49.863794248 +0200
@@ -13,25 +13,26 @@
# 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-coveralls-check
Version: 1.1.0
Release: 0
+Summary: Coverage checking using https://coveralls.io/
License: MIT
-Summary: Check coverage at https://coverallsio
-Url: https://github.com/cjw296/coverage-check
Group: Development/Languages/Python
+Url: https://github.com/cjw296/coverage-check
Source:
https://files.pythonhosted.org/packages/source/c/coveralls-check/coveralls-check-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module backoff}
-BuildRequires: %{python_module requests}
-BuildRequires: %{python_module pytest}
BuildRequires: %{python_module mock}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module requests}
BuildRequires: %{python_module responses}
BuildRequires: %{python_module testfixtures}
# /SECTION
@@ -51,7 +52,7 @@
%python_subpackages
%description
-A small helper to check https://coveralls.io for a given commit hash.
+A helper to check https://coveralls.io for a given commit hash.
%prep
%setup -q -n coveralls-check-%{version}