From fa07bd858dd608a5bb1338dfb04492753eb4d56682d370825ee993350f6a5b07 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 21 Oct 2013 12:30:35 +0000 Subject: [PATCH] Accepting request 204138 from home:dirkmueller:branches: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 OBS-URL: https://build.opensuse.org/request/show/204138 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=31 --- coverage-3.6.tar.gz | 3 --- coverage-3.7.tar.gz | 3 +++ python-coverage.changes | 12 ++++++++++++ python-coverage.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 coverage-3.6.tar.gz create mode 100644 coverage-3.7.tar.gz diff --git a/coverage-3.6.tar.gz b/coverage-3.6.tar.gz deleted file mode 100644 index 539c3df..0000000 --- a/coverage-3.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df3bf169d4727f3fad146ca715a49a1f72a8258689651ef9de908022e739700d -size 232067 diff --git a/coverage-3.7.tar.gz b/coverage-3.7.tar.gz new file mode 100644 index 0000000..a21afcd --- /dev/null +++ b/coverage-3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c50ee4c391a083d87e2345b0094a7ec24a07b98b4e435f134d02a62ea3827fdb +size 283419 diff --git a/python-coverage.changes b/python-coverage.changes index 2420850..f64929c 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -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 diff --git a/python-coverage.spec b/python-coverage.spec index 8091178..6db3d66 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -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