commit python-pytest-xvfb for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-pytest-xvfb for 
openSUSE:Factory checked in at 2020-08-25 12:40:06

Comparing /work/SRC/openSUSE:Factory/python-pytest-xvfb (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.3399 (New)


Package is "python-pytest-xvfb"

Tue Aug 25 12:40:06 2020 rev:6 rq:828446 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-xvfb/python-pytest-xvfb.changes
2020-05-28 09:09:18.660022816 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.3399/python-pytest-xvfb.changes
  2020-08-25 12:40:38.149435599 +0200
@@ -1,0 +2,9 @@
+Thu Aug 20 13:21:30 UTC 2020 - John Vandenberg 
+
+- Update to v2.0.0:
+  * PyVirtualDisplay 1.3 and newer is now supported, support for older 
versions was dropped.
+  * Support for Python 2.7, 3.3 and 3.4 is now dropped.
+  * Support for Python 3.6, 3.7 and 3.8 was added (no code changes required).
+  * Xvfb is now not started anymore in the xdist master process.
+
+---

Old:

  pytest-xvfb-1.2.0.tar.gz

New:

  LICENSE
  pytest-xvfb-2.0.0.tar.gz



Other differences:
--
++ python-pytest-xvfb.spec ++
--- /var/tmp/diff_new_pack.UJBeCH/_old  2020-08-25 12:40:39.649435882 +0200
+++ /var/tmp/diff_new_pack.UJBeCH/_new  2020-08-25 12:40:39.653435883 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-xvfb
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020 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
@@ -18,19 +18,21 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-xvfb
-Version:1.2.0
+Version:2.0.0
 Release:0
 Summary:Pytest plugin to run Xvfb for tests
 License:MIT
 URL:https://github.com/The-Compiler/pytest-xvfb
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz
-BuildRequires:  %{python_module PyVirtualDisplay >= 0.2.1}
+# https://github.com/The-Compiler/pytest-xvfb/pull/26
+Source1:
https://raw.githubusercontent.com/The-Compiler/pytest-xvfb/master/LICENSE
+BuildRequires:  %{python_module PyVirtualDisplay >= 0.3}
 BuildRequires:  %{python_module pytest >= 2.8.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  xvfb-run
-Requires:   python-PyVirtualDisplay >= 0.2.1
+Requires:   python-PyVirtualDisplay >= 0.3
 Requires:   python-pytest >= 2.8.1
 Requires:   xdpyinfo
 Recommends: xorg-x11-server
@@ -54,6 +56,8 @@
 
 %prep
 %setup -q -n pytest-xvfb-%{version}
+rm tests/test_xvfb_windows.py
+cp %{SOURCE1} .
 
 %build
 %python_build

++ LICENSE ++
The MIT License (MIT)

Copyright (c) 2016 Florian Bruhin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
++ pytest-xvfb-1.2.0.tar.gz -> pytest-xvfb-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.2.0/.gitignore 
new/pytest-xvfb-2.0.0/.gitignore
--- old/pytest-xvfb-1.2.0/.gitignore2017-02-19 22:23:50.0 +0100
+++ new/pytest-xvfb-2.0.0/.gitignore1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-/.cache
-/*.egg-info
-/__pycache__
-/.tox
-/dist
-/htmlcov
-/coverage.xml
-/.coverage
-*.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.2.0/.travis.yml 
new/pytest-xvfb-2.0.0/.travis.yml
--- old/pytest-xvfb-1.2.0/.travis.yml   2017-02-19 22:23:50.0 +0100
+++ 

commit python-pytest-xvfb for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-pytest-xvfb for 
openSUSE:Factory checked in at 2020-05-28 09:09:16

Comparing /work/SRC/openSUSE:Factory/python-pytest-xvfb (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.3606 (New)


Package is "python-pytest-xvfb"

Thu May 28 09:09:16 2020 rev:5 rq:808507 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-xvfb/python-pytest-xvfb.changes
2019-04-24 13:57:01.804001920 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.3606/python-pytest-xvfb.changes
  2020-05-28 09:09:18.660022816 +0200
@@ -1,0 +2,5 @@
+Sun May 24 07:43:57 UTC 2020 - Tomáš Chvátal 
+
+- Require also xdpyinfo as it is used for verifications
+
+---



Other differences:
--
++ python-pytest-xvfb.spec ++
--- /var/tmp/diff_new_pack.BzF6rX/_old  2020-05-28 09:09:19.256024282 +0200
+++ /var/tmp/diff_new_pack.BzF6rX/_new  2020-05-28 09:09:19.260024292 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-xvfb
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
 Release:0
 Summary:Pytest plugin to run Xvfb for tests
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/The-Compiler/pytest-xvfb
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz
 BuildRequires:  %{python_module PyVirtualDisplay >= 0.2.1}
@@ -33,6 +32,7 @@
 BuildRequires:  xvfb-run
 Requires:   python-PyVirtualDisplay >= 0.2.1
 Requires:   python-pytest >= 2.8.1
+Requires:   xdpyinfo
 Recommends: xorg-x11-server
 BuildArch:  noarch
 %python_subpackages




commit python-pytest-xvfb for openSUSE:Factory

2019-04-24 Thread root
Hello community,

here is the log from the commit of package python-pytest-xvfb for 
openSUSE:Factory checked in at 2019-04-24 13:57:00

Comparing /work/SRC/openSUSE:Factory/python-pytest-xvfb (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.5536 (New)


Package is "python-pytest-xvfb"

Wed Apr 24 13:57:00 2019 rev:4 rq:697104 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-xvfb/python-pytest-xvfb.changes
2019-02-13 10:07:36.185527611 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.5536/python-pytest-xvfb.changes
  2019-04-24 13:57:01.804001920 +0200
@@ -1,0 +2,6 @@
+Tue Apr 23 10:56:31 UTC 2019 - Tomáš Chvátal 
+
+- Skip one of the tests checking for error return code that fails
+  on i586
+
+---



Other differences:
--
++ python-pytest-xvfb.spec ++
--- /var/tmp/diff_new_pack.Y8E2kh/_old  2019-04-24 13:57:02.880001246 +0200
+++ /var/tmp/diff_new_pack.Y8E2kh/_new  2019-04-24 13:57:02.880001246 +0200
@@ -63,7 +63,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run 
py.test-%{$python_bin_suffix}
+# test_failing_start fails on i586
+%pytest -k 'not test_failing_start'
 
 %files %{python_files}
 %license LICENSE




commit python-pytest-xvfb for openSUSE:Factory

2019-02-13 Thread root
Hello community,

here is the log from the commit of package python-pytest-xvfb for 
openSUSE:Factory checked in at 2019-02-13 10:07:18

Comparing /work/SRC/openSUSE:Factory/python-pytest-xvfb (Old)
 and  /work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.28833 (New)


Package is "python-pytest-xvfb"

Wed Feb 13 10:07:18 2019 rev:3 rq:673761 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-xvfb/python-pytest-xvfb.changes
2018-04-19 15:29:26.603166354 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-xvfb.new.28833/python-pytest-xvfb.changes
 2019-02-13 10:07:36.185527611 +0100
@@ -1,0 +2,12 @@
+Tue Feb 12 12:53:40 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.2.0:
+  * Item.get_closest_marker is now used, which restores compatibility with 
pytest 4.1.0 and requires pytest 3.6.0 or newer.
+
+---
+Tue Feb 12 12:52:57 UTC 2019 - Tomáš Chvátal 
+
+- Really run tests
+- Remove devel dependency
+
+---

Old:

  pytest-xvfb-1.1.0.tar.gz

New:

  pytest-xvfb-1.2.0.tar.gz



Other differences:
--
++ python-pytest-xvfb.spec ++
--- /var/tmp/diff_new_pack.1a6gvZ/_old  2019-02-13 10:07:36.981527409 +0100
+++ /var/tmp/diff_new_pack.1a6gvZ/_new  2019-02-13 10:07:36.981527409 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-xvfb
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-xvfb
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:Pytest plugin to run Xvfb for tests
 License:MIT
@@ -26,12 +26,11 @@
 URL:https://github.com/The-Compiler/pytest-xvfb
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz
 BuildRequires:  %{python_module PyVirtualDisplay >= 0.2.1}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest >= 2.8.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  xorg-x11-server
+BuildRequires:  xvfb-run
 Requires:   python-PyVirtualDisplay >= 0.2.1
 Requires:   python-pytest >= 2.8.1
 Recommends: xorg-x11-server
@@ -64,7 +63,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run 
py.test-%{$python_bin_suffix}
 
 %files %{python_files}
 %license LICENSE

++ pytest-xvfb-1.1.0.tar.gz -> pytest-xvfb-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.1.0/CHANGELOG.rst 
new/pytest-xvfb-1.2.0/CHANGELOG.rst
--- old/pytest-xvfb-1.1.0/CHANGELOG.rst 2018-02-07 09:30:31.0 +0100
+++ new/pytest-xvfb-1.2.0/CHANGELOG.rst 2019-01-06 22:29:49.0 +0100
@@ -1,6 +1,12 @@
 pytest-xvfb changelog
 =
 
+v1.2.0
+--
+
+- ``Item.get_closest_marker`` is now used, which restores compatibility with
+  pytest 4.1.0 and requires pytest 3.6.0 or newer.
+
 v1.1.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.1.0/PKG-INFO 
new/pytest-xvfb-1.2.0/PKG-INFO
--- old/pytest-xvfb-1.1.0/PKG-INFO  2018-02-07 09:31:37.0 +0100
+++ new/pytest-xvfb-1.2.0/PKG-INFO  2019-01-07 10:12:39.0 +0100
@@ -1,12 +1,13 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: pytest-xvfb
-Version: 1.1.0
+Version: 1.2.0
 Summary: A pytest plugin to run Xvfb for tests.
 Home-page: https://github.com/The-Compiler/pytest-xvfb
 Author: Florian Bruhin
 Author-email: m...@the-compiler.org
+Maintainer: Florian Bruhin
+Maintainer-email: m...@the-compiler.org
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: pytest-xvfb
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.1.0/pytest_xvfb.egg-info/PKG-INFO 
new/pytest-xvfb-1.2.0/pytest_xvfb.egg-info/PKG-INFO
--- old/pytest-xvfb-1.1.0/pytest_xvfb.egg-info/PKG-INFO 

commit python-pytest-xvfb for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package python-pytest-xvfb for 
openSUSE:Factory checked in at 2018-04-19 15:29:26

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


Package is "python-pytest-xvfb"

Thu Apr 19 15:29:26 2018 rev:2 rq:597312 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest-xvfb/python-pytest-xvfb.changes
2017-08-30 16:22:20.704732184 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-xvfb.new/python-pytest-xvfb.changes   
2018-04-19 15:29:26.603166354 +0200
@@ -1,0 +2,11 @@
+Sun Apr 15 18:54:38 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * always run tests
+
+- update to version 1.1.0:
+  * The xvfb_args option is now a single line parsed with shlex.split.
+  * The XvfbExitedError exception now includes stdout and stderr.
+
+---

Old:

  pytest-xvfb-1.0.0.tar.gz

New:

  pytest-xvfb-1.1.0.tar.gz



Other differences:
--
++ python-pytest-xvfb.spec ++
--- /var/tmp/diff_new_pack.xGwpbe/_old  2018-04-19 15:29:27.175142935 +0200
+++ /var/tmp/diff_new_pack.xGwpbe/_new  2018-04-19 15:29:27.179142772 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-xvfb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,29 +17,25 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with test
 Name:   python-pytest-xvfb
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:Pytest plugin to run Xvfb for tests
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/The-Compiler/pytest-xvfb
+URL:https://github.com/The-Compiler/pytest-xvfb
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-xvfb/pytest-xvfb-%{version}.tar.gz
+BuildRequires:  %{python_module PyVirtualDisplay >= 0.2.1}
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest >= 2.8.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module PyVirtualDisplay >= 0.2.1}
-BuildRequires:  %{python_module pytest >= 2.8.1}
 BuildRequires:  xorg-x11-server
-%endif
 Requires:   python-PyVirtualDisplay >= 0.2.1
 Requires:   python-pytest >= 2.8.1
 Recommends: xorg-x11-server
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -67,13 +63,11 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE
 %doc README.rst
 %{python_sitelib}/*
 

++ pytest-xvfb-1.0.0.tar.gz -> pytest-xvfb-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.0.0/.gitignore 
new/pytest-xvfb-1.1.0/.gitignore
--- old/pytest-xvfb-1.0.0/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/pytest-xvfb-1.1.0/.gitignore2017-02-19 22:23:50.0 +0100
@@ -0,0 +1,9 @@
+/.cache
+/*.egg-info
+/__pycache__
+/.tox
+/dist
+/htmlcov
+/coverage.xml
+/.coverage
+*.pyc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.0.0/.travis.yml 
new/pytest-xvfb-1.1.0/.travis.yml
--- old/pytest-xvfb-1.0.0/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/pytest-xvfb-1.1.0/.travis.yml   2017-02-19 22:23:50.0 +0100
@@ -0,0 +1,27 @@
+# Config file for automatic testing at travis-ci.org
+
+sudo: false
+language: python
+python:
+  - "2.7"
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "pypy"
+
+addons:
+  apt:
+packages:
+- xvfb
+- xauth
+
+install:
+  - pip install tox
+  - "TOX_ENV=${TRAVIS_PYTHON_VERSION/[0-9].[0-9]/py${TRAVIS_PYTHON_VERSION/.}}"
+script: tox -e $TOX_ENV
+
+before_cache:
+  - rm -rf $HOME/.cache/pip/log
+cache:
+  directories:
+- $HOME/.cache/pip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-xvfb-1.0.0/CHANGELOG.rst 
new/pytest-xvfb-1.1.0/CHANGELOG.rst
--- old/pytest-xvfb-1.0.0/CHANGELOG.rst 1970-01-01 01:00:00.0 +0100
+++ new/pytest-xvfb-1.1.0/CHANGELOG.rst 2018-02-07 09:30:31.0 +0100
@@ -0,0 +1,39 @@
+pytest-xvfb changelog
+=
+
+v1.1.0
+--
+
+- The ``xvfb_args`` option is now a single line