Hello community, here is the log from the commit of package python3-coverage for openSUSE:Factory checked in at 2014-05-09 06:58:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-coverage (Old) and /work/SRC/openSUSE:Factory/.python3-coverage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-coverage" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-coverage/python3-coverage.changes 2013-06-21 19:01:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-coverage.new/python3-coverage.changes 2014-05-09 06:58:16.000000000 +0200 @@ -1,0 +2,16 @@ +Thu May 8 11:37:39 UTC 2014 - [email protected] + +- update to 3.7.1: + - Improved the speed of HTML report generation by about 20%. + - Fixed the mechanism for finding OS-installed static files for the HTML report + so that it will actually find OS-installed static files. +- update to 3.7: + * Added the ``--debug`` switch to ``coverage run``. It accepts a list of + options indicating the type of internal activity to log to stderr. + * Running code with ``coverage run -m`` now behaves more like Python does, + setting sys.path properly, which fixes `issue 207`_ and `issue 242`_. + * Coverage can now run .pyc files directly, closing `issue 264`_. + * Over 15 other bugfixes, see included CHANGELOG +- Require python-setuptools instead of distribute (upstreams merged) + +------------------------------------------------------------------- Old: ---- coverage-3.6.tar.gz New: ---- coverage-3.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-coverage.spec ++++++ --- /var/tmp/diff_new_pack.xb3UK1/_old 2014-05-09 06:58:16.000000000 +0200 +++ /var/tmp/diff_new_pack.xb3UK1/_new 2014-05-09 06:58:16.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-coverage # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: python3-coverage -Version: 3.6 +Version: 3.7.1 Release: 0 Url: http://nedbatchelder.com/code/coverage/%{version} Summary: Code coverage measurement for Python @@ -27,8 +27,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python3 BuildRequires: python3-devel -BuildRequires: python3-distribute -Requires: python3-distribute +BuildRequires: python3-setuptools +Requires: python3-setuptools +%if 0%{?suse_version} && 0%{?suse_version} <= 1310 +BuildRequires: python3-xml +Requires: python3-xml +%endif Requires(post): update-alternatives Requires(postun): update-alternatives ++++++ coverage-3.6.tar.gz -> coverage-3.7.1.tar.gz ++++++ ++++ 36757 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
