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 <[email protected]> + +- 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 <[email protected]> + +- 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.000000000 +0100 +++ new/pytest-xvfb-1.2.0/CHANGELOG.rst 2019-01-06 22:29:49.000000000 +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.000000000 +0100 +++ new/pytest-xvfb-1.2.0/PKG-INFO 2019-01-07 10:12:39.000000000 +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: [email protected] +Maintainer: Florian Bruhin +Maintainer-email: [email protected] 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 2018-02-07 09:31:37.000000000 +0100 +++ new/pytest-xvfb-1.2.0/pytest_xvfb.egg-info/PKG-INFO 2019-01-07 10:12:38.000000000 +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: [email protected] +Maintainer: Florian Bruhin +Maintainer-email: [email protected] 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.py new/pytest-xvfb-1.2.0/pytest_xvfb.py --- old/pytest-xvfb-1.1.0/pytest_xvfb.py 2017-12-04 10:41:47.000000000 +0100 +++ new/pytest-xvfb-1.2.0/pytest_xvfb.py 2019-01-06 17:37:59.000000000 +0100 @@ -101,7 +101,7 @@ def pytest_collection_modifyitems(items): for item in items: - if item.get_marker('no_xvfb') and item.config.xvfb is not None: + if item.get_closest_marker('no_xvfb') and item.config.xvfb is not None: skipif_marker = pytest.mark.skipif( True, reason="Skipped with Xvfb") item.add_marker(skipif_marker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pytest-xvfb-1.1.0/setup.py new/pytest-xvfb-1.2.0/setup.py --- old/pytest-xvfb-1.1.0/setup.py 2018-02-07 09:30:53.000000000 +0100 +++ new/pytest-xvfb-1.2.0/setup.py 2019-01-06 22:30:28.000000000 +0100 @@ -13,7 +13,7 @@ setup( name='pytest-xvfb', - version='1.1.0', + version='1.2.0', author='Florian Bruhin', author_email='[email protected]', maintainer='Florian Bruhin',
