Hello community,

here is the log from the commit of package python-coveralls for 
openSUSE:Factory checked in at 2019-04-05 11:58:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coveralls (Old)
 and      /work/SRC/openSUSE:Factory/.python-coveralls.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-coveralls"

Fri Apr  5 11:58:39 2019 rev:4 rq:688727 version:1.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coveralls/python-coveralls.changes        
2018-12-13 19:42:06.221196074 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-coveralls.new.3908/python-coveralls.changes  
    2019-04-05 12:01:00.122511486 +0200
@@ -1,0 +2,14 @@
+Tue Mar 26 13:32:19 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.7.0:
+  * api: support pull requests on buildkite (#197) (2700e3e2)
+  * cli: ensure upload failures trigger cli failures (16192b84)
+
+-------------------------------------------------------------------
+Thu Mar  7 13:38:11 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.6.0:
+  * too many to enumerate, see CHANGELOG.md
+- Run tests
+
+-------------------------------------------------------------------

Old:
----
  coveralls-1.2.0.tar.gz

New:
----
  1.7.0.tar.gz

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

Other differences:
------------------
++++++ python-coveralls.spec ++++++
--- /var/tmp/diff_new_pack.WvRIhT/_old  2019-04-05 12:01:02.266512887 +0200
+++ /var/tmp/diff_new_pack.WvRIhT/_new  2019-04-05 12:01:02.270512890 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coveralls
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,34 +17,34 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-coveralls
-Version:        1.2.0
+Version:        1.7.0
 Release:        0
 Summary:        Module for showing coverage stats online via coverallsio
 License:        MIT
 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_module pytest-runner}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-%if %{with test}
+URL:            http://github.com/coveralls-clients/coveralls-python
+Source:         
https://github.com/coveralls-clients/coveralls-python/archive/%{version}.tar.gz
+BuildRequires:  %{python_module PyYAML >= 3.10}
 BuildRequires:  %{python_module coverage >= 3.6}
 BuildRequires:  %{python_module docopt >= 0.6.1}
 BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests >= 1.0.0}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sh >= 1.08}
-%endif
 BuildRequires:  fdupes
+BuildRequires:  git-core
+BuildRequires:  python-rpm-macros
 Requires:       python-coverage >= 3.6
 Requires:       python-docopt >= 0.6.1
 Requires:       python-requests >= 1.0.0
-Suggests:       python-urllib3
-Suggests:       python-PyYAML >= 3.10
+Recommends:     python-PyYAML >= 3.10
 BuildArch:      noarch
-
+%ifpython2
+Recommends:     python-urllib3
+%endif
 %python_subpackages
 
 %description
@@ -58,7 +58,7 @@
 to. (For private projects, there is Coveralls Pro.)
 
 %prep
-%setup -q -n coveralls-%{version}
+%setup -q -n coveralls-python-%{version}
 
 %build
 %python_build
@@ -67,9 +67,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%pytest
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGELOG.rst README.rst
+%doc CHANGELOG.md README.rst
 %license LICENSE.txt
 %python3_only %{_bindir}/coveralls
 %{python_sitelib}/*

++++++ coveralls-1.2.0.tar.gz -> 1.7.0.tar.gz ++++++
++++ 4145 lines of diff (skipped)


Reply via email to