Accepting request 204143 from devel:languages:python

- 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 (forwarded request 204138 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/204143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal 2013-10-21 18:01:20 +00:00 committed by Git OBS Bridge
commit 3fc493c581
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df3bf169d4727f3fad146ca715a49a1f72a8258689651ef9de908022e739700d
size 232067

3
coverage-3.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c50ee4c391a083d87e2345b0094a7ec24a07b98b4e435f134d02a62ea3827fdb
size 283419

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 21 12:17:02 UTC 2013 - dmueller@suse.com
- 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
-------------------------------------------------------------------
Wed May 15 14:50:46 UTC 2013 - speilicke@suse.com

View File

@ -17,7 +17,7 @@
Name: python-coverage
Version: 3.6
Version: 3.7
Release: 0
Url: http://nedbatchelder.com/code/coverage/%{version}
Summary: Code coverage measurement for Python