commit python-PyVirtualDisplay for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2020-08-25 12:39:27

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


Package is "python-PyVirtualDisplay"

Tue Aug 25 12:39:27 2020 rev:15 rq:828439 version:1.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2020-03-08 22:22:06.320002230 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.3399/python-PyVirtualDisplay.changes
2020-08-25 12:40:03.513429071 +0200
@@ -1,0 +2,8 @@
+Fri Aug 14 12:54:39 UTC 2020 - John Vandenberg 
+
+- Remove %bcond_without test and activate test suite
+- Update to v1.3.2
+  * No changelog available
+See https://github.com/ponty/PyVirtualDisplay/compare/0.2.5...1.3.2
+
+---

Old:

  PyVirtualDisplay-0.2.5.tar.gz

New:

  PyVirtualDisplay-1.3.2.tar.gz



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.IZfE2C/_old  2020-08-25 12:40:04.553429266 +0200
+++ /var/tmp/diff_new_pack.IZfE2C/_new  2020-08-25 12:40:04.553429266 +0200
@@ -17,33 +17,43 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:   python-PyVirtualDisplay
-Version:0.2.5
+Version:1.3.2
 Release:0
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc
 License:BSD-2-Clause
 URL:https://github.com/ponty/PyVirtualDisplay
 Source: 
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-EasyProcess
 Requires:   xorg-x11-Xvfb
-Recommends: xorg-x11-Xvnc
+Suggests:   xorg-x11-Xvnc
 Suggests:   xorg-x11-server-extra
 BuildArch:  noarch
-%if %{with test}
+# SECTION test requirements
 BuildRequires:  %{python_module EasyProcess}
-BuildRequires:  %{python_module nose}
-%endif
+BuildRequires:  %{python_module Pillow}
+BuildRequires:  %{python_module attrs}
+BuildRequires:  %{python_module entrypoint2}
+BuildRequires:  %{python_module path.py}
+BuildRequires:  %{python_module pyscreenshot}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module vncdotool >= 0.13.0}
+BuildRequires:  maim
+BuildRequires:  xmessage
+BuildRequires:  xorg-x11-server-extra
+BuildRequires:  xvfb-run
+# /SECTION
 %python_subpackages
 
 %description
-PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc
+PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
 
 %prep
 %setup -q -n PyVirtualDisplay-%{version}
+sed -i 's/from backports import tempfile/import tempfile/' tests/test_xvnc.py
 
 %build
 %python_build
@@ -52,19 +62,13 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-mkdir tester
-pushd tester
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m nose pyvirtualdisplay
-}
-popd
-%endif
+# xvnc omitted due to "vncext: pseudocolour not supported"
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run 
--server-args "-screen 0 1920x1080x24" $python -m pytest tests -rs -k 'not 
(examples or smart or xvnc)'
 
 %files %{python_files}
 %license LICENSE.txt
-%doc README.rst
+%doc README.md
 %{python_sitelib}/*
 
 %changelog

++ PyVirtualDisplay-0.2.5.tar.gz -> PyVirtualDisplay-1.3.2.tar.gz ++
 3415 lines of diff (skipped)




commit python-PyVirtualDisplay for openSUSE:Factory

2020-03-08 Thread root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2020-03-08 22:22:04

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


Package is "python-PyVirtualDisplay"

Sun Mar  8 22:22:04 2020 rev:14 rq:780800 version:0.2.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2019-11-22 10:20:56.013339280 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.26092/python-PyVirtualDisplay.changes
   2020-03-08 22:22:06.320002230 +0100
@@ -1,0 +2,6 @@
+Mon Mar  2 04:20:32 UTC 2020 - Steve Kowalik 
+
+-  Update to 0.2.5:
+   * No changelog available
+
+---

Old:

  PyVirtualDisplay-0.2.1.tar.gz

New:

  PyVirtualDisplay-0.2.5.tar.gz



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.oxUnso/_old  2020-03-08 22:22:06.916002598 +0100
+++ /var/tmp/diff_new_pack.oxUnso/_new  2020-03-08 22:22:06.916002598 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# 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
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-PyVirtualDisplay
-Version:0.2.1
+Version:0.2.5
 Release:0
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc
 License:BSD-2-Clause

++ PyVirtualDisplay-0.2.1.tar.gz -> PyVirtualDisplay-0.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.2.1/PKG-INFO 
new/PyVirtualDisplay-0.2.5/PKG-INFO
--- old/PyVirtualDisplay-0.2.1/PKG-INFO 2016-10-03 19:10:29.0 +0200
+++ new/PyVirtualDisplay-0.2.5/PKG-INFO 2019-12-18 18:19:39.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyVirtualDisplay
-Version: 0.2.1
+Version: 0.2.5
 Summary: python wrapper for Xvfb, Xephyr and Xvnc
 Home-page: https://github.com/ponty/pyvirtualdisplay
 Author: ponty
@@ -13,15 +13,13 @@
  * documentation: http://pyvirtualdisplay.readthedocs.org
  * PYPI: https://pypi.python.org/pypi/pyvirtualdisplay
 
-|Travis| |Coveralls| |Latest Version| |Supported Python versions| 
|License| |Downloads| |Code Health| |Documentation|
+|Travis| |Coveralls| |Latest Version| |Supported Python versions| 
|License| |Code Health| |Documentation|
 
 Features:
  - python wrapper
- - supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
+ - supported python versions: 2.7, 3.5, 3.6, 3.7, 3.8
  - back-ends: Xvfb_, Xephyr_, Xvnc_
 
-.. warning:: at least one back-end should be installed
-
 Known problems:
  - only a few back-end options are supported
 
@@ -57,7 +55,6 @@
  * optional: pyscreenshot_ and PIL_ should be installed for 
``smartdisplay`` submodule
  * install the program::
 
-# as root
 pip install pyvirtualdisplay
 
 Ubuntu 14.04
@@ -79,7 +76,6 @@
 
 ::
 
-# as root
 pip uninstall pyvirtualdisplay
 
 
@@ -99,7 +95,9 @@
   from pyvirtualdisplay import Display
 
   if __name__ == "__main__":
+  # start Xephyr
   Display(visible=1, size=(320, 240)).start()
+  # start Gnumeric
   EasyProcess('gnumeric').start()
   #-#
 
@@ -125,12 +123,12 @@
   with SmartDisplay(visible=0, bgcolor='black') as disp:
   with EasyProcess('xmessage hello'):
   img = disp.waitgrab()
-  
-  
+
+
   img.show()
   #-#
 
-  
+
 Image:
 
 ..  #-- screenshot('python -m 
pyvirtualdisplay.examples.screenshot3','screenshot3.png') --#
@@ -166,7 +164,6 @@
 ``pyvirtualdisplay.xauth.NotFoundError`` is raised.
 
 
-.. _setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall
 .. _pip: http://pip.openplans.org/
 .. _Xvfb: http://en.wikipedia.org/wiki/Xvfb
 .. _Xephyr: http://en.wikipedia.org/wiki/Xephyr
@@ -185,8 +182,6 @@
:target: https://pypi.python.org/pypi/PyVirtualDisplay/
 

commit python-PyVirtualDisplay for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2019-11-22 10:20:50

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


Package is "python-PyVirtualDisplay"

Fri Nov 22 10:20:50 2019 rev:13 rq:746327 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2018-12-19 13:52:36.771019251 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.26869/python-PyVirtualDisplay.changes
   2019-11-22 10:20:56.013339280 +0100
@@ -1,0 +2,5 @@
+Thu Nov  7 15:35:24 UTC 2019 - Matej Cepl 
+
+- Run through spec-cleaner
+
+---



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.qQSePh/_old  2019-11-22 10:20:56.537339198 +0100
+++ /var/tmp/diff_new_pack.qQSePh/_new  2019-11-22 10:20:56.541339198 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# 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
@@ -23,7 +23,6 @@
 Release:0
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc
 License:BSD-2-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/ponty/PyVirtualDisplay
 Source: 
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}




commit python-PyVirtualDisplay for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2018-12-19 13:52:32

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


Package is "python-PyVirtualDisplay"

Wed Dec 19 13:52:32 2018 rev:12 rq:659376 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2017-08-30 16:22:15.457470289 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.28833/python-PyVirtualDisplay.changes
   2018-12-19 13:52:36.771019251 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 18:00:11 UTC 2018 - Matej Cepl 
+
+- Also remove nonsensical dependency on python3-2to3
+
+---
+Tue Dec  4 12:53:20 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.H2asvV/_old  2018-12-19 13:52:37.979017582 +0100
+++ /var/tmp/diff_new_pack.H2asvV/_new  2018-12-19 13:52:37.979017582 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -21,26 +21,23 @@
 Name:   python-PyVirtualDisplay
 Version:0.2.1
 Release:0
-Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc
 License:BSD-2-Clause
 Group:  Development/Languages/Python
+URL:https://github.com/ponty/PyVirtualDisplay
 Source: 
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-2to3
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-%if %{with test}
-BuildRequires:  %{python_module EasyProcess}
-BuildRequires:  %{python_module nose}
-%endif
 Requires:   python-EasyProcess
 Requires:   xorg-x11-Xvfb
 Recommends: xorg-x11-Xvnc
 Suggests:   xorg-x11-server-extra
 BuildArch:  noarch
-
+%if %{with test}
+BuildRequires:  %{python_module EasyProcess}
+BuildRequires:  %{python_module nose}
+%endif
 %python_subpackages
 
 %description
@@ -67,8 +64,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE.txt
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog




commit python-PyVirtualDisplay for openSUSE:Factory

2017-08-30 Thread root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2017-08-30 16:22:08

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


Package is "python-PyVirtualDisplay"

Wed Aug 30 16:22:08 2017 rev:11 rq:519209 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2015-05-16 19:02:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python-PyVirtualDisplay.changes
 2017-08-30 16:22:15.457470289 +0200
@@ -1,0 +2,8 @@
+Mon Aug 28 19:33:27 UTC 2017 - toddrme2...@gmail.com
+
+- update to version 0.2.1:
+  * no changelog available
+- Implement single-spec version
+- Fix source URL
+
+---

Old:

  PyVirtualDisplay-0.1.5.tar.gz

New:

  PyVirtualDisplay-0.2.1.tar.gz



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.cay7Ol/_old  2017-08-30 16:22:16.47084 +0200
+++ /var/tmp/diff_new_pack.cay7Ol/_new  2017-08-30 16:22:16.349344834 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,37 +16,57 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-PyVirtualDisplay
-Version:0.1.5
+Version:0.2.1
 Release:0
 Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Requires:   xorg-x11-Xvnc
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+Source: 
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-2to3
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+%if %{with test}
+BuildRequires:  %{python_module EasyProcess}
+BuildRequires:  %{python_module nose}
 %endif
+Requires:   python-EasyProcess
+Requires:   xorg-x11-Xvfb
+Recommends: xorg-x11-Xvnc
+Suggests:   xorg-x11-server-extra
+BuildArch:  noarch
+
+%python_subpackages
 
 %description
-pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc
+PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc
 
 %prep
 %setup -q -n PyVirtualDisplay-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%if %{with test}
+%check
+mkdir tester
+pushd tester
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
+$python -B -m nose pyvirtualdisplay
+}
+popd
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst LICENSE.txt
 %{python_sitelib}/*

++ PyVirtualDisplay-0.1.5.tar.gz -> PyVirtualDisplay-0.2.1.tar.gz ++
 2266 lines of diff (skipped)




commit python-PyVirtualDisplay for openSUSE:Factory

2015-05-16 Thread h_root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2015-05-16 19:01:58

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


Package is python-PyVirtualDisplay

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2013-10-25 11:30:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python-PyVirtualDisplay.changes
 2015-05-16 19:02:01.0 +0200
@@ -1,0 +2,6 @@
+Tue May 12 12:55:54 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.1.5:
+  * no changelog available
+
+---

Old:

  PyVirtualDisplay-0.1.2.tar.gz

New:

  PyVirtualDisplay-0.1.5.tar.gz



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.rj7enq/_old  2015-05-16 19:02:02.0 +0200
+++ /var/tmp/diff_new_pack.rj7enq/_new  2015-05-16 19:02:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# Copyright (c) 2013 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:   python-PyVirtualDisplay
-Version:0.1.2
+Version:0.1.5
 Release:0
 Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc

++ PyVirtualDisplay-0.1.2.tar.gz - PyVirtualDisplay-0.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.1.2/MANIFEST.in 
new/PyVirtualDisplay-0.1.5/MANIFEST.in
--- old/PyVirtualDisplay-0.1.2/MANIFEST.in  2013-02-16 18:35:27.0 
+0100
+++ new/PyVirtualDisplay-0.1.5/MANIFEST.in  1970-01-01 01:00:00.0 
+0100
@@ -1,9 +0,0 @@
-graft docs
-include LICENSE*
-include pavement.py
-include TODO*
-include requirements.txt
-include CHANGES*
-include README*
-include setup.py
-prune docs/_build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.1.2/PKG-INFO 
new/PyVirtualDisplay-0.1.5/PKG-INFO
--- old/PyVirtualDisplay-0.1.2/PKG-INFO 2013-02-16 18:35:27.0 +0100
+++ new/PyVirtualDisplay-0.1.5/PKG-INFO 2014-04-11 17:16:50.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: PyVirtualDisplay
-Version: 0.1.2
+Version: 0.1.5
 Summary: python wrapper for Xvfb, Xephyr and Xvnc
-Home-page: https://github.com/ponty/PyVirtualDisplay
+Home-page: https://github.com/ponty/pyvirtualdisplay
 Author: ponty
 Author-email: UNKNOWN
 License: BSD
@@ -16,14 +16,14 @@
 
 Features:
  - python wrapper
- - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy
+ - supported python versions: 2.6, 2.7, 3.2, 3.3
  - back-ends: Xvfb_, Xephyr_, Xvnc_
- 
+
 .. warning:: at least one back-end should be installed
- 
+
 Known problems:
  - only a few back-end options are supported
- 
+
 Possible applications:
  * GUI testing
  * automatic GUI screenshot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/PyVirtualDisplay-0.1.2/PyVirtualDisplay.egg-info/PKG-INFO 
new/PyVirtualDisplay-0.1.5/PyVirtualDisplay.egg-info/PKG-INFO
--- old/PyVirtualDisplay-0.1.2/PyVirtualDisplay.egg-info/PKG-INFO   
2013-02-16 18:35:27.0 +0100
+++ new/PyVirtualDisplay-0.1.5/PyVirtualDisplay.egg-info/PKG-INFO   
1970-01-01 01:00:00.0 +0100
@@ -1,102 +0,0 @@
-Metadata-Version: 1.1
-Name: PyVirtualDisplay
-Version: 0.1.2
-Summary: python wrapper for Xvfb, Xephyr and Xvnc
-Home-page: https://github.com/ponty/PyVirtualDisplay
-Author: ponty
-Author-email: UNKNOWN
-License: BSD
-Description: pyvirtualdisplay is a python wrapper for Xvfb_, Xephyr_ and Xvnc_
-
-
-Links:
- * home: https://github.com/ponty/PyVirtualDisplay
- * documentation: http://ponty.github.com/PyVirtualDisplay
-
-
-Features:
- - python wrapper
- - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy
- - back-ends: Xvfb_, Xephyr_, Xvnc_
- 
-.. warning:: at least one back-end should be installed
- 
-Known problems:
- - only a few back-end options are supported
- 
-Possible applications:
-  

commit python-PyVirtualDisplay for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2013-10-25 11:30:50

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


Package is python-PyVirtualDisplay

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2013-02-17 17:13:23.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python-PyVirtualDisplay.changes
 2013-10-25 11:30:51.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:13:02 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.H4I0SA/_old  2013-10-25 11:30:52.0 +0200
+++ /var/tmp/diff_new_pack.H4I0SA/_new  2013-10-25 11:30:52.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 Requires:   xorg-x11-Xvnc
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}

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



commit python-PyVirtualDisplay for openSUSE:Factory

2013-02-17 Thread h_root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2013-02-17 17:13:21

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


Package is python-PyVirtualDisplay, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2013-01-14 22:25:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python-PyVirtualDisplay.changes
 2013-02-17 17:13:23.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 17 14:09:21 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.1.1:
+  * No changelog available
+
+---
--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python3-PyVirtualDisplay.changes
 2013-01-14 22:25:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python3-PyVirtualDisplay.changes
2013-02-17 17:13:23.0 +0100
@@ -1,0 +2,13 @@
+Sun Feb 17 14:09:21 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.1.1:
+  * No changelog available
+
+---
+Mon Jan 14 08:45:51 UTC 2013 - sasc...@suse.de
+
+- Drop requires on python(abi), RPM does that automatically
+- No need to buildrequire python3-2to3 anymore, it moved into
+  python3-devel
+
+---

Old:

  PyVirtualDisplay-0.1.1.tar.gz

New:

  PyVirtualDisplay-0.1.2.tar.gz



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.IIJZ7w/_old  2013-02-17 17:13:24.0 +0100
+++ /var/tmp/diff_new_pack.IIJZ7w/_new  2013-02-17 17:13:24.0 +0100
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An Open Source License is a
 # 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/
 #
 
+
 Name:   python-PyVirtualDisplay
-Version:0.1.1
+Version:0.1.2
 Release:0
 Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc

++ python3-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.IIJZ7w/_old  2013-02-17 17:13:24.0 +0100
+++ /var/tmp/diff_new_pack.IIJZ7w/_new  2013-02-17 17:13:24.0 +0100
@@ -11,12 +11,13 @@
 # case the license is the MIT License). An Open Source License is a
 # 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/
 #
 
+
 Name:   python3-PyVirtualDisplay
-Version:0.1.1
+Version:0.1.2
 Release:0
 Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc
@@ -25,11 +26,9 @@
 Source: 
http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 Requires:   xorg-x11-Xvnc
-Requires:   python(abi) = %{py3_ver}
 BuildArch:  noarch
 
 %description

++ PyVirtualDisplay-0.1.1.tar.gz - PyVirtualDisplay-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.1.1/MANIFEST.in 
new/PyVirtualDisplay-0.1.2/MANIFEST.in
--- old/PyVirtualDisplay-0.1.1/MANIFEST.in  2012-12-02 18:18:06.0 
+0100
+++ new/PyVirtualDisplay-0.1.2/MANIFEST.in  2013-02-16 18:35:27.0 
+0100
@@ -1,4 +1,4 @@
-grant docs
+graft docs
 include LICENSE*
 include pavement.py
 include TODO*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.1.1/PKG-INFO 
new/PyVirtualDisplay-0.1.2/PKG-INFO
--- old/PyVirtualDisplay-0.1.1/PKG-INFO 2012-12-02 18:18:06.0 +0100
+++ new/PyVirtualDisplay-0.1.2/PKG-INFO 2013-02-16 18:35:27.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyVirtualDisplay
-Version: 0.1.1
+Version: 0.1.2
 Summary: python wrapper for Xvfb, Xephyr and Xvnc
 Home-page: https://github.com/ponty/PyVirtualDisplay
 Author: ponty
@@ -16,8 +16,8 @@
 
 Features:
  - python wrapper
- - back-ends: Xvfb_, Xephyr_, Xvnc_
  - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy
+ - back-ends: Xvfb_, Xephyr_, Xvnc_
  
 .. 

commit python-PyVirtualDisplay for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python-PyVirtualDisplay for 
openSUSE:Factory checked in at 2013-01-14 22:25:48

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


Package is python-PyVirtualDisplay, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
  2012-03-27 08:58:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python-PyVirtualDisplay.changes
 2013-01-14 22:25:50.0 +0100
@@ -1,0 +2,12 @@
+Fri Jan 11 21:24:15 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Fri Jan 11 21:23:46 UTC 2013 - p.drou...@gmail.com
+
+- Update to 0.1.1 version:
+  * bugfix for wx pyscreenshot backend
+  * remove entrypoint2 dependency 
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new/python3-PyVirtualDisplay.changes
2013-01-14 22:25:50.0 +0100
@@ -0,0 +1,4 @@
+---
+Fri Jan 11 21:24:15 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support

Old:

  PyVirtualDisplay-0.1.0.tar.gz

New:

  PyVirtualDisplay-0.1.1.tar.gz
  python3-PyVirtualDisplay.changes
  python3-PyVirtualDisplay.spec



Other differences:
--
++ python-PyVirtualDisplay.spec ++
--- /var/tmp/diff_new_pack.oaJhcW/_old  2013-01-14 22:25:51.0 +0100
+++ /var/tmp/diff_new_pack.oaJhcW/_new  2013-01-14 22:25:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyVirtualDisplay
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,7 +16,7 @@
 #
 
 Name:   python-PyVirtualDisplay
-Version:0.1.0
+Version:0.1.1
 Release:0
 Url:https://github.com/ponty/PyVirtualDisplay
 Summary:Python wrapper for Xvfb, Xephyr and Xvnc

++ python3-PyVirtualDisplay.spec ++
#
# spec file for package python3-PyVirtualDisplay
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

Name:   python3-PyVirtualDisplay
Version:0.1.1
Release:0
Url:https://github.com/ponty/PyVirtualDisplay
Summary:Python wrapper for Xvfb, Xephyr and Xvnc
License:BSD-2-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-2to3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:   xorg-x11-Xvnc
Requires:   python(abi) = %{py3_ver}
BuildArch:  noarch

%description
pyvirtualdisplay is a python wrapper for Xvfb, Xephyr and Xvnc

%prep
%setup -q -n PyVirtualDisplay-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc README.rst LICENSE.txt
%{python3_sitelib}/*

%changelog
++ PyVirtualDisplay-0.1.0.tar.gz - PyVirtualDisplay-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyVirtualDisplay-0.1.0/PKG-INFO 
new/PyVirtualDisplay-0.1.1/PKG-INFO
--- old/PyVirtualDisplay-0.1.0/PKG-INFO 2012-03-10 19:10:22.0 +0100
+++ new/PyVirtualDisplay-0.1.1/PKG-INFO 2012-12-02 18:18:06.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: PyVirtualDisplay
-Version: 0.1.0
+Version: 0.1.1
 Summary: python wrapper for Xvfb, Xephyr and Xvnc
 Home-page: https://github.com/ponty/PyVirtualDisplay
 Author: ponty
@@ -72,6 +72,8 @@