Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2017-01-23 11:30:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
 and      /work/SRC/openSUSE:Factory/.python-coverage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-coverage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2016-01-05 21:54:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes     
2017-01-23 11:30:12.327003287 +0100
@@ -1,0 +2,52 @@
+Sat Jan 14 19:28:37 UTC 2017 - [email protected]
+
+- update to Version 4.3.1 — 2016-12-28:
+  - Some environments couldn’t install 4.3, as described in issue 540. This is
+    now fixed.
+  - The check for conflicting --source and --include was too simple in a few
+    different ways, breaking a few perfectly reasonable use cases, described in
+    issue 541. The check has been reverted while we re-think the fix for issue 
265.
+
+- update to Version 4.3 — 2016-12-27:
+  Special thanks to Loïc Dachary, who took an extraordinary interest in
+  coverage.py and contributed a number of improvements in this release.
+  - The HTML report now supports a --skip-covered option like the other
+    reporting commands. Thanks, Loïc Dachary for the implementation, closing
+    issue 433.
+  - Subprocesses that are measured with automatic subprocess measurement used
+    to read in any pre-existing data file. This meant data would be incorrectly
+    carried forward from run to run. Now those files are not read, so each
+    subprocess only writes its own data. Fixes issue 510.
+  - Coverage.py wouldn’t execute sys.excepthook when an exception happened in
+    your program. Now it does, thanks to Andrew Hoos. Closes issue 535.
+
+  - The coverage combine command will now fail if there are no data files to
+    combine. The combine changes in 4.2 meant that multiple combines could lose
+    data, leaving you with an empty .coverage data file. Fixes issues issue 
525,
+    issue 412, issue 516, and probably issue 511.
+  - The branch coverage issues described in issue 493, issue 496, and issue 502
+    are now fixed, thanks to Loïc Dachary.
+  - Options can now be read from a tox.ini file, if any. Like setup.cfg,
+    sections are prefixed with “coverage:”, so [run] options will be read from
+    the [coverage:run] section of tox.ini. Implements part of issue 519. 
Thanks,
+    Stephen Finucane.
+  - Specifying both --source and --include no longer silently ignores the
+    include setting, instead it fails with a message. Thanks, Nathan Land and
+    Loïc Dachary. Closes issue 265.
+  - Coverage.py can now search .pex files for source, just as it can .zip and
+    .egg. Thanks, Peter Ebden.
+
+-------------------------------------------------------------------
+Tue Nov 15 10:06:32 UTC 2016 - [email protected]
+
+- update to 4.2:
+  - Since ``concurrency=multiprocessing`` uses subprocesses, options specified 
on
+    the coverage.py command line will not be communicated down to them.  Only
+    options in the configuration file will apply to the subprocesses.
+    Previously, the options didn't apply to the subprocesses, but there was no
+    indication.  Now it is an error to use ``--concurrency=multiprocessing`` 
and
+    other run-affecting options on the command line.  This prevents
+    failures like those reported in `issue 495`_.
+  - Filtering the HTML report is now faster, thanks to Ville Skyttä.
+
+-------------------------------------------------------------------

Old:
----
  coverage-4.0.3.tar.gz

New:
----
  coverage-4.3.1.tar.gz

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

Other differences:
------------------
++++++ python-coverage.spec ++++++
--- /var/tmp/diff_new_pack.WcMUI4/_old  2017-01-23 11:30:12.782938645 +0100
+++ /var/tmp/diff_new_pack.WcMUI4/_new  2017-01-23 11:30:12.782938645 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-coverage
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,13 +17,13 @@
 
 
 Name:           python-coverage
-Version:        4.0.3
+Version:        4.3.1
 Release:        0
 Url:            http://nedbatchelder.com/code/coverage/%{version}
 Summary:        Code coverage measurement for Python
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/88/3c/b4d4774e8254bd327e5303542109497d1304670c2a3e8b8f1cd8beb3de93/coverage-4.3.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -81,7 +81,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS.txt CHANGES.rst README.rst LICENSE.txt
+%doc CHANGES.rst CONTRIBUTORS.txt README.rst LICENSE.txt TODO.txt howto.txt
 %{_bindir}/coverage
 %{_bindir}/coverage2
 %{_bindir}/coverage-%{py_ver}

++++++ coverage-4.0.3.tar.gz -> coverage-4.3.1.tar.gz ++++++
++++ 17032 lines of diff (skipped)


Reply via email to