commit python3-pytest-cov for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2016-10-22 13:00:56

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2016-08-25 09:50:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2016-10-22 13:00:57.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct 12 02:16:31 UTC 2016 - a...@gmx.de
+
+- update to version 2.4.0:
+  * Added a "disarm" option: --no-cov. It will disable coverage
+measurements. Contributed by Zoltan Kozma in PR#135.
+WARNING: Do not put this in your configuration files, it's meant
+to be an one-off for situations where you want to disable coverage
+from command line.
+  * Fixed broken exception handling on .pth file. See #136.
+
+---

Old:

  pytest-cov-2.3.1.tar.gz

New:

  pytest-cov-2.4.0.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.GB9aVu/_old  2016-10-22 13:00:58.0 +0200
+++ /var/tmp/diff_new_pack.GB9aVu/_new  2016-10-22 13:00:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytest-cov
-Version:2.3.1
+Version:2.4.0
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT

++ pytest-cov-2.3.1.tar.gz -> pytest-cov-2.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.3.1/.bumpversion.cfg 
new/pytest-cov-2.4.0/.bumpversion.cfg
--- old/pytest-cov-2.3.1/.bumpversion.cfg   2016-08-07 22:09:52.0 
+0200
+++ new/pytest-cov-2.4.0/.bumpversion.cfg   2016-10-10 21:31:18.0 
+0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.3.1
+current_version = 2.4.0
 commit = True
 tag = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.3.1/CHANGELOG.rst 
new/pytest-cov-2.4.0/CHANGELOG.rst
--- old/pytest-cov-2.3.1/CHANGELOG.rst  2016-08-07 16:46:41.0 +0200
+++ new/pytest-cov-2.4.0/CHANGELOG.rst  2016-10-10 02:03:37.0 +0200
@@ -1,6 +1,16 @@
 Changelog
 =
 
+2.4.0 (2016-10-10)
+--
+
+* Added a "disarm" option: ``--no-cov``. It will disable coverage 
measurements. Contributed by Zoltan Kozma in
+  `PR#135 `_.
+
+  **WARNING: Do not put this in your configuration files, it's meant to be an 
one-off for situations where you want to
+  disable coverage from command line.**
+* Fixed broken exception handling on ``.pth`` file. See `#136 
`_.
+
 2.3.1 (2016-08-07)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.3.1/PKG-INFO 
new/pytest-cov-2.4.0/PKG-INFO
--- old/pytest-cov-2.3.1/PKG-INFO   2016-08-07 22:10:37.0 +0200
+++ new/pytest-cov-2.4.0/PKG-INFO   2016-10-10 21:31:55.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-cov
-Version: 2.3.1
+Version: 2.4.0
 Summary: Pytest plugin for measuring coverage.
 Home-page: https://github.com/pytest-dev/pytest-cov
 Author: Marc Schlaich
@@ -320,6 +320,19 @@
 do normal site initialisation so that the environment variables can be 
detected and coverage
 started.
 
+Coverage and debuggers
+--
+
+When it comes to TDD one obviously would like to debug tests. 
Debuggers in Python use mostly the sys.settrace function
+to gain access to context. Coverage uses the same technique to get 
access to the lines executed. Coverage does not play
+well with other tracers simultaneously running. This manifests itself 
in behaviour that PyCharm might not hit a
+breakpoint no matter what the user does. Since it is common practice 
to have coverage configuration in the pytest.ini
+file and pytest does not support removeopts or similar the `--no-cov` 
flag can disable coverage completely.
+
+At the reporting part a warning message will show on screen
+
+Coverage disabled via --no-cov switch!
+
 Acknowledgements
 
 
@@ -340,6 +353,16 @@
 Changelog
 =
 
+2.4.0 (2016-10-10)
+--
+
+* Added a "disarm" option: ``--no-cov``. It will disable covera

commit python3-pytest-cov for openSUSE:Factory

2016-08-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2016-08-25 09:50:25

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2016-07-18 21:22:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2016-08-25 09:50:27.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug 20 17:42:43 UTC 2016 - a...@gmx.de
+
+- update to version 2.3.1:
+  * Fixed regression causing spurious errors when xdist was used. See
+#124.
+  * Fixed DeprecationWarning about incorrect addoption
+use. Contributed by Florian Bruhin in PR#127.
+  * Fixed deprecated use of funcarg fixture API. Contributed by Daniel
+Hahler in PR#125.
+
+---

Old:

  pytest-cov-2.3.0.tar.gz

New:

  pytest-cov-2.3.1.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.RljUQq/_old  2016-08-25 09:50:28.0 +0200
+++ /var/tmp/diff_new_pack.RljUQq/_new  2016-08-25 09:50:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytest-cov
-Version:2.3.0
+Version:2.3.1
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT

++ pytest-cov-2.3.0.tar.gz -> pytest-cov-2.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.3.0/.bumpversion.cfg 
new/pytest-cov-2.3.1/.bumpversion.cfg
--- old/pytest-cov-2.3.0/.bumpversion.cfg   2016-07-05 21:54:31.0 
+0200
+++ new/pytest-cov-2.3.1/.bumpversion.cfg   2016-08-07 22:09:52.0 
+0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.3.0
+current_version = 2.3.1
 commit = True
 tag = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.3.0/.travis.yml 
new/pytest-cov-2.3.1/.travis.yml
--- old/pytest-cov-2.3.0/.travis.yml2016-06-01 11:13:14.0 +0200
+++ new/pytest-cov-2.3.1/.travis.yml2016-08-07 16:47:09.0 +0200
@@ -11,57 +11,99 @@
 - TOXENV=py26-27-37
 - TOXENV=py26-27-40
 - TOXENV=py26-27-41
+- TOXENV=py26-27-42
 - TOXENV=py26-28-37
 - TOXENV=py26-28-40
 - TOXENV=py26-28-41
+- TOXENV=py26-28-42
 - TOXENV=py26-29-37
 - TOXENV=py26-29-40
 - TOXENV=py26-29-41
+- TOXENV=py26-29-42
+- TOXENV=py26-30-37
+- TOXENV=py26-30-40
+- TOXENV=py26-30-41
+- TOXENV=py26-30-42
 - TOXENV=py27-27-37
 - TOXENV=py27-27-40
 - TOXENV=py27-27-41
+- TOXENV=py27-27-42
 - TOXENV=py27-28-37
 - TOXENV=py27-28-40
 - TOXENV=py27-28-41
+- TOXENV=py27-28-42
 - TOXENV=py27-29-37
 - TOXENV=py27-29-40
 - TOXENV=py27-29-41
+- TOXENV=py27-29-42
+- TOXENV=py27-30-37
+- TOXENV=py27-30-40
+- TOXENV=py27-30-41
+- TOXENV=py27-30-42
 - TOXENV=py33-27-37
 - TOXENV=py33-27-40
 - TOXENV=py33-27-41
+- TOXENV=py33-27-42
 - TOXENV=py33-28-37
 - TOXENV=py33-28-40
 - TOXENV=py33-28-41
+- TOXENV=py33-28-42
 - TOXENV=py33-29-37
 - TOXENV=py33-29-40
 - TOXENV=py33-29-41
+- TOXENV=py33-29-42
+- TOXENV=py33-30-37
+- TOXENV=py33-30-40
+- TOXENV=py33-30-41
+- TOXENV=py33-30-42
 - TOXENV=py34-27-37
 - TOXENV=py34-27-40
 - TOXENV=py34-27-41
+- TOXENV=py34-27-42
 - TOXENV=py34-28-37
 - TOXENV=py34-28-40
 - TOXENV=py34-28-41
+- TOXENV=py34-28-42
 - TOXENV=py34-29-37
 - TOXENV=py34-29-40
 - TOXENV=py34-29-41
+- TOXENV=py34-29-42
+- TOXENV=py34-30-37
+- TOXENV=py34-30-40
+- TOXENV=py34-30-41
+- TOXENV=py34-30-42
 - TOXENV=py35-27-37
 - TOXENV=py35-27-40
 - TOXENV=py35-27-41
+- TOXENV=py35-27-42
 - TOXENV=py35-28-37
 - TOXENV=py35-28-40
 - TOXENV=py35-28-41
+- TOXENV=py35-28-42
 - TOXENV=py35-29-37
 - TOXENV=py35-29-40
 - TOXENV=py35-29-41
+- TOXENV=py35-29-42
+- TOXENV=py35-30-37
+- TOXENV=py35-30-40
+- TOXENV=py35-30-41
+- TOXENV=py35-30-42
 - TOXENV=pypy-27-37
 - TOXENV=pypy-27-40
 - TOXENV=pypy-27-41
+- TOXENV=pypy-27-42
 - TOXENV=pypy-28-37
 - TOXENV=pypy-28-40
 - TOXENV=pypy-28-41
+- TOXENV=pypy-28-42
 - TOXENV=pypy-29-37
 - TOXENV=pypy-29-40
 - TOXENV=pypy-29-41
+- TOXENV=pypy-29-42
+- TOXENV=pypy-30-37
+- TOXENV=pypy-30-40
+- TOXENV=pypy-30-41
+- TOXENV=pypy-30-42
 before_install:
   - python -

commit python3-pytest-cov for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2016-07-18 21:22:03

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2016-05-17 17:12:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2016-07-18 21:22:05.0 +0200
@@ -1,0 +2,16 @@
+Thu Jul  7 06:43:58 UTC 2016 - a...@gmx.de
+
+- update to version 2.3.0:
+  * Add support for specifying output location for html, xml, and
+annotate report. Contributed by Patrick Lannigan in PR#113.
+  * Fix bug hiding test failure when cov-fail-under failed.
+  * For coverage >= 4.0, match the default behaviour of coverage
+report and error if coverage fails to find the source instead of
+just printing a warning. Contributed by David Szotten in PR#116.
+  * Fixed bug occurred when bare --cov parameter was used with
+xdist. Contributed by Michael Elovskikh in PR#120.
+  * Add support for skip_covered and added
+--cov-report=term-skip-covered command line options. Contributed
+by Saurabh Kumar in PR#115.
+
+---
@@ -6 +21,0 @@
-

Old:

  pytest-cov-2.2.1.tar.gz

New:

  pytest-cov-2.3.0.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.6T4AuH/_old  2016-07-18 21:22:06.0 +0200
+++ /var/tmp/diff_new_pack.6T4AuH/_new  2016-07-18 21:22:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pytest-cov
-Version:2.2.1
+Version:2.3.0
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT

++ pytest-cov-2.2.1.tar.gz -> pytest-cov-2.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.2.1/.bumpversion.cfg 
new/pytest-cov-2.3.0/.bumpversion.cfg
--- old/pytest-cov-2.2.1/.bumpversion.cfg   2016-01-30 10:03:56.0 
+0100
+++ new/pytest-cov-2.3.0/.bumpversion.cfg   2016-07-05 21:54:31.0 
+0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.2.1
+current_version = 2.3.0
 commit = True
 tag = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.2.1/.travis.yml 
new/pytest-cov-2.3.0/.travis.yml
--- old/pytest-cov-2.2.1/.travis.yml2016-01-11 03:24:59.0 +0100
+++ new/pytest-cov-2.3.0/.travis.yml2016-06-01 11:13:14.0 +0200
@@ -14,36 +14,54 @@
 - TOXENV=py26-28-37
 - TOXENV=py26-28-40
 - TOXENV=py26-28-41
+- TOXENV=py26-29-37
+- TOXENV=py26-29-40
+- TOXENV=py26-29-41
 - TOXENV=py27-27-37
 - TOXENV=py27-27-40
 - TOXENV=py27-27-41
 - TOXENV=py27-28-37
 - TOXENV=py27-28-40
 - TOXENV=py27-28-41
+- TOXENV=py27-29-37
+- TOXENV=py27-29-40
+- TOXENV=py27-29-41
 - TOXENV=py33-27-37
 - TOXENV=py33-27-40
 - TOXENV=py33-27-41
 - TOXENV=py33-28-37
 - TOXENV=py33-28-40
 - TOXENV=py33-28-41
+- TOXENV=py33-29-37
+- TOXENV=py33-29-40
+- TOXENV=py33-29-41
 - TOXENV=py34-27-37
 - TOXENV=py34-27-40
 - TOXENV=py34-27-41
 - TOXENV=py34-28-37
 - TOXENV=py34-28-40
 - TOXENV=py34-28-41
+- TOXENV=py34-29-37
+- TOXENV=py34-29-40
+- TOXENV=py34-29-41
 - TOXENV=py35-27-37
 - TOXENV=py35-27-40
 - TOXENV=py35-27-41
 - TOXENV=py35-28-37
 - TOXENV=py35-28-40
 - TOXENV=py35-28-41
+- TOXENV=py35-29-37
+- TOXENV=py35-29-40
+- TOXENV=py35-29-41
 - TOXENV=pypy-27-37
 - TOXENV=pypy-27-40
 - TOXENV=pypy-27-41
 - TOXENV=pypy-28-37
 - TOXENV=pypy-28-40
 - TOXENV=pypy-28-41
+- TOXENV=pypy-29-37
+- TOXENV=pypy-29-40
+- TOXENV=pypy-29-41
 before_install:
   - python --version
   - uname -a
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-2.2.1/AUTHORS.rst 
new/pytest-cov-2.3.0/AUTHORS.rst
--- old/pytest-cov-2.2.1/AUTHORS.rst2016-01-11 03:18:19.0 +0100
+++ new/pytest-cov-2.3.0/AUTHORS.rst2016-06-20 22:00:36.0 +0200
@@ -10,5 +10,10 @@
 * Guillaume Ayoub - http://www.yabz.fr/
 * Federico Ceratto - http://firelet.net/
 * Josh Kalderimis - http://blog.cookiestack.com/
-* Ionel Cristian Mărieș - http://blog.ionelmc.ro
+* Ionel Cristian Mărieș - https://blog.ionelmc.ro
 * Christian Ledermann - https://github.com/cleder
+* Alec Nikolas Reiter - https://github.com/justanr
+* Patrick Lannigan - https://github.c

commit python3-pytest-cov for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2016-05-17 17:12:15

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2016-02-05 00:30:49.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2016-05-17 17:12:16.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:05:23 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.2fX1Ll/_old  2016-05-17 17:12:16.0 +0200
+++ /var/tmp/diff_new_pack.2fX1Ll/_new  2016-05-17 17:12:16.0 +0200
@@ -23,7 +23,7 @@
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/schlamar/pytest-cov
-Source: 
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
 BuildRequires:  python3-cov-core >= 1.14
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest >= 2.2.3




commit python3-pytest-cov for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2016-02-05 00:30:48

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2015-11-16 18:51:04.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2016-02-05 00:30:49.0 +0100
@@ -1,0 +2,10 @@
+Sat Jan 30 18:22:09 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.2.1:
+  * Fixed incorrect merging of coverage data when xdist was used and
+coverage was >= 4.0.
+
+---

Old:

  pytest-cov-2.2.0.tar.gz

New:

  pytest-cov-2.2.1.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.z3imfl/_old  2016-02-05 00:30:50.0 +0100
+++ /var/tmp/diff_new_pack.z3imfl/_new  2016-02-05 00:30:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pytest-cov
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,7 @@
 
 
 Name:   python3-pytest-cov
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT

++ pytest-cov-2.2.0.tar.gz -> pytest-cov-2.2.1.tar.gz ++
 1773 lines of diff (skipped)




commit python3-pytest-cov for openSUSE:Factory

2015-11-16 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2015-11-16 18:51:03

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2015-01-12 09:49:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2015-11-16 18:51:04.0 +0100
@@ -1,0 +2,47 @@
+Fri Oct 23 04:30:13 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * added python3-process-tests as requirement
+  * set PYTHONPATH to include new package for tests
+  * added AUTHORS.rst CHANGELOG.rst, renamed LICENSE.txt->LICENSE
+
+---
+Sun Oct  4 19:23:56 UTC 2015 - a...@gmx.de
+
+- update to version 2.2.0:
+  * Added support for changing working directory in tests. Previously
+changing working directory would disable coverage measurements in
+suprocesses.
+  * Fixed broken handling for --cov-report=annotate.
+
+---
+Sun Sep 27 01:44:34 UTC 2015 - a...@gmx.de
+
+- update to version 2.1.0:
+  * Added support for coverage 4.0b2.
+  * Added the --cov-append command line options. Contributed by
+Christian Ledermann in PR#80.
+
+---
+Sat Aug 15 03:02:37 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * updaet location of test file in %check
+
+- update to version 2.0.0:
+  * Added "--cov-fail-under", akin to the new "fail_under" option in 
`coverage-4.0`
+(automatically activated if there's a "[report] fail_under = ..." in 
".coveragerc").
+  * Changed "--cov-report=term" to automatically upgrade to 
"--cov-report=term-missing"
+if there's "[run] show_missing = True" in ".coveragerc".
+  * Changed "--cov" so it can be used with no path argument (in wich case the 
source
+settings from ".coveragerc" will be used instead).
+  * Fixed `.pth` installation to work in all cases (install, easy_install, 
wheels, develop etc).
+  * Fixed `.pth` uninstallation to work for wheel installs.
+  * Support for coverage 4.0.
+  * Data file suffixing changed to use coverage's "data_suffix=True" option 
(instead of the
+custom suffixing).
+  * Avoid warning about missing coverage data (just like 
"coverage.control.process_startup").
+  * Fixed a race condition when running with xdist (all the workers tried to 
combine the files).
+It's possible that this issue is not present in `pytest-cov 1.8.X`.
+
+---

Old:

  pytest-cov-1.8.1.tar.gz

New:

  pytest-cov-2.2.0.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.yKAsnL/_old  2015-11-16 18:51:05.0 +0100
+++ /var/tmp/diff_new_pack.yKAsnL/_new  2015-11-16 18:51:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pytest-cov
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python3-pytest-cov
-Version:1.8.1
+Version:2.2.0
 Release:0
 Summary:Pytest plugin for coverage reporting
 License:MIT
@@ -29,6 +29,7 @@
 BuildRequires:  python3-pytest >= 2.2.3
 BuildRequires:  python3-setuptools
 # Test requirements:
+BuildRequires:  python3-process-tests
 BuildRequires:  python3-py
 BuildRequires:  python3-virtualenv
 Requires:   python3-cov-core >= 1.14
@@ -52,11 +53,12 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python3 test_pytest_cov.py
+export PYTHONPATH=%{buildroot}%{python3_sitelib}:$PYTHONPATH
+python3 tests/test_pytest_cov.py
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc LICENSE README.rst AUTHORS.rst CHANGELOG.rst
 %{python3_sitelib}/*
 
 %changelog

++ pytest-cov-1.8.1.tar.gz -> pytest-cov-2.2.0.tar.gz ++
 4844 lines of diff (skipped)




commit python3-pytest-cov for openSUSE:Factory

2015-01-12 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2015-01-12 09:49:40

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2015-01-03 22:01:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2015-01-12 09:49:41.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  9 08:45:27 UTC 2015 - dims...@opensuse.org
+
+- Bump version dependency of python-cov-core to 1.14, as specified
+  in requires.txt.
+
+---



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.27X9r8/_old  2015-01-12 09:49:41.0 +0100
+++ /var/tmp/diff_new_pack.27X9r8/_new  2015-01-12 09:49:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pytest-cov
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -24,14 +24,14 @@
 Group:  Development/Languages/Python
 Url:https://github.com/schlamar/pytest-cov
 Source: 
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
-BuildRequires:  python3-cov-core >= 1.12
+BuildRequires:  python3-cov-core >= 1.14
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest >= 2.2.3
 BuildRequires:  python3-setuptools
 # Test requirements:
 BuildRequires:  python3-py
 BuildRequires:  python3-virtualenv
-Requires:   python3-cov-core >= 1.12
+Requires:   python3-cov-core >= 1.14
 Requires:   python3-pytest >= 2.2.3
 BuildArch:  noarch
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-pytest-cov for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2015-01-03 22:00:57

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2014-07-31 21:51:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2015-01-03 22:01:02.0 +0100
@@ -1,0 +2,21 @@
+Wed Dec 31 20:05:58 UTC 2014 - a...@gmx.de
+
+- specfile: updated url
+
+- update to version 1.8.1:
+  * do not run `assert True` in tests
+  * run tests with pypy3
+  * use tryfirst marker in load_initial_conftests
+  * pin coverage dependency
+  * naming convention in coverage changed at version 4.0a0
+
+- changes from version 1.8.0:
+  * add support to disable output
+  * increase required dependencies
+  * run coverage manually if test is in a new process
+  * prevent error if --looponfail is set
+  * set py dependency to 1.4.21 or greater
+  * Added test for --boxed.
+  * Set cov-core dependency to 1.13.0
+
+---

Old:

  pytest-cov-1.7.0.tar.gz

New:

  pytest-cov-1.8.1.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.kgxCWP/_old  2015-01-03 22:01:03.0 +0100
+++ /var/tmp/diff_new_pack.kgxCWP/_new  2015-01-03 22:01:03.0 +0100
@@ -13,25 +13,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python3-pytest-cov
-Version:1.7.0
+Version:1.8.1
 Release:0
-License:MIT
 Summary:Pytest plugin for coverage reporting
-Url:http://bitbucket.org/memedough/pytest-cov/overview
+License:MIT
 Group:  Development/Languages/Python
+Url:https://github.com/schlamar/pytest-cov
 Source: 
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-cov-core >= 1.12
+BuildRequires:  python3-devel
 BuildRequires:  python3-pytest >= 2.2.3
+BuildRequires:  python3-setuptools
 # Test requirements:
 BuildRequires:  python3-py
 BuildRequires:  python3-virtualenv
-Requires:   python3-pytest >= 2.2.3
 Requires:   python3-cov-core >= 1.12
+Requires:   python3-pytest >= 2.2.3
 BuildArch:  noarch
 
 %description

++ pytest-cov-1.7.0.tar.gz -> pytest-cov-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/PKG-INFO 
new/pytest-cov-1.8.1/PKG-INFO
--- old/pytest-cov-1.7.0/PKG-INFO   2014-06-12 20:24:03.0 +0200
+++ new/pytest-cov-1.8.1/PKG-INFO   2014-11-06 22:40:33.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-cov
-Version: 1.7.0
+Version: 1.8.1
 Summary: py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing
 Home-page: https://github.com/schlamar/pytest-cov
 Author: Marc Schlaich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/pytest_cov.egg-info/PKG-INFO 
new/pytest-cov-1.8.1/pytest_cov.egg-info/PKG-INFO
--- old/pytest-cov-1.7.0/pytest_cov.egg-info/PKG-INFO   2014-06-12 
20:24:03.0 +0200
+++ new/pytest-cov-1.8.1/pytest_cov.egg-info/PKG-INFO   2014-11-06 
22:40:33.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytest-cov
-Version: 1.7.0
+Version: 1.8.1
 Summary: py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing
 Home-page: https://github.com/schlamar/pytest-cov
 Author: Marc Schlaich
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/pytest_cov.egg-info/requires.txt 
new/pytest-cov-1.8.1/pytest_cov.egg-info/requires.txt
--- old/pytest-cov-1.7.0/pytest_cov.egg-info/requires.txt   2014-06-12 
20:24:03.0 +0200
+++ new/pytest-cov-1.8.1/pytest_cov.egg-info/requires.txt   2014-11-06 
22:40:33.0 +0100
@@ -1,2 +1,4 @@
-pytest>=2.5.2
-cov-core>=1.12
\ No newline at end of file
+py>=1.4.22
+pytest>=2.6.0
+coverage>=3.7.1,<4.0a1
+cov-core>=1.14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.7.0/pytest_cov.py 
new/pytest-cov-1.8.1/pytest_cov.py
--- old/pytest-cov-1.7.0/pytest_cov.py  2014-04-26 17:

commit python3-pytest-cov for openSUSE:Factory

2014-07-31 Thread h_root
Hello community,

here is the log from the commit of package python3-pytest-cov for 
openSUSE:Factory checked in at 2014-07-31 21:50:38

Comparing /work/SRC/openSUSE:Factory/python3-pytest-cov (Old)
 and  /work/SRC/openSUSE:Factory/.python3-pytest-cov.new (New)


Package is "python3-pytest-cov"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pytest-cov/python3-pytest-cov.changes
2014-02-12 07:08:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-pytest-cov.new/python3-pytest-cov.changes   
2014-07-31 21:51:00.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 30 07:27:46 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.7.0
+  * No upstream changelog
+
+---

Old:

  pytest-cov-1.6.tar.gz

New:

  pytest-cov-1.7.0.tar.gz



Other differences:
--
++ python3-pytest-cov.spec ++
--- /var/tmp/diff_new_pack.BNWwDG/_old  2014-07-31 21:51:01.0 +0200
+++ /var/tmp/diff_new_pack.BNWwDG/_new  2014-07-31 21:51:01.0 +0200
@@ -16,7 +16,7 @@
 
 
 Name:   python3-pytest-cov
-Version:1.6
+Version:1.7.0
 Release:0
 License:MIT
 Summary:Pytest plugin for coverage reporting
@@ -25,9 +25,13 @@
 Source: 
https://pypi.python.org/packages/source/p/pytest-cov/pytest-cov-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-cov-core >= 1.12
+BuildRequires:  python3-pytest >= 2.2.3
 # Test requirements:
 BuildRequires:  python3-py
+BuildRequires:  python3-virtualenv
 Requires:   python3-pytest >= 2.2.3
+Requires:   python3-cov-core >= 1.12
 BuildArch:  noarch
 
 %description
@@ -51,7 +55,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.txt
+%doc LICENSE.txt README.rst
 %{python3_sitelib}/*
 
 %changelog

++ pytest-cov-1.6.tar.gz -> pytest-cov-1.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.6/MANIFEST.in 
new/pytest-cov-1.7.0/MANIFEST.in
--- old/pytest-cov-1.6/MANIFEST.in  2010-08-02 15:27:37.0 +0200
+++ new/pytest-cov-1.7.0/MANIFEST.in2014-04-24 21:56:06.0 +0200
@@ -1,4 +1,4 @@
-include README.txt
+include README.rst
 include LICENSE.txt
 include setup.py
 include pytest_cov.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.6/PKG-INFO new/pytest-cov-1.7.0/PKG-INFO
--- old/pytest-cov-1.6/PKG-INFO 2012-05-12 02:03:20.0 +0200
+++ new/pytest-cov-1.7.0/PKG-INFO   2014-06-12 20:24:03.0 +0200
@@ -1,14 +1,30 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: pytest-cov
-Version: 1.6
+Version: 1.7.0
 Summary: py.test plugin for coverage reporting with support for both 
centralised and distributed testing, including subprocesses and multiprocessing
-Home-page: http://bitbucket.org/memedough/pytest-cov/overview
-Author: Meme Dough
-Author-email: memedo...@gmail.com
+Home-page: https://github.com/schlamar/pytest-cov
+Author: Marc Schlaich
+Author-email: marc.schla...@gmail.com
 License: MIT License
 Description: pytest-cov
 ==
 
+.. image:: https://travis-ci.org/schlamar/pytest-cov.svg?branch=master 
  
+   :target: https://travis-ci.org/schlamar/pytest-cov
+   :alt: Build status
+   
+.. image:: https://pypip.in/download/pytest-cov/badge.png
+:target: https://pypi.python.org/pypi//pytest-cov/
+:alt: Downloads
+
+.. image:: https://pypip.in/version/pytest-cov/badge.png
+:target: https://pypi.python.org/pypi/pytest-cov/
+:alt: Latest Version
+
+.. image:: https://pypip.in/license/pytest-cov/badge.png
+:target: https://pypi.python.org/pypi/pytest-cov/
+:alt: License
+
 This plugin produces coverage reports.  It supports centralised 
testing and distributed testing in
 both load and each modes.  It also supports coverage of subprocesses.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-cov-1.6/README.rst 
new/pytest-cov-1.7.0/README.rst
--- old/pytest-cov-1.6/README.rst   1970-01-01 01:00:00.0 +0100
+++ new/pytest-cov-1.7.0/README.rst 2014-06-12 19:58:28.0 +0200
@@ -0,0 +1,266 @@
+pytest-cov
+==
+
+.. image:: https://travis-ci.org/schlamar/pytest-cov.svg?branch=master   
+   :target: https://travis-ci.org/schlamar/pytest-cov
+   :alt: Build status
+   
+.. image:: https://pypip.in/download/pytest-cov/badge.png
+:target: https://pypi.python.org/pypi//pytest-cov/
+:alt: Downloads
+
+.. image:: h