14
0

Accepting request 155652 from devel:languages:python

Update (forwarded request 155651 from posophe)

OBS-URL: https://build.opensuse.org/request/show/155652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyVirtualDisplay?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-02-17 16:13:21 +00:00
committed by Git OBS Bridge
6 changed files with 28 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59630f194dbba072ce425e6c7c45d7d841b923fac4d45dce9c9e726cea77f59b
size 9579

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ee8af613be9d89c5b3f0d8dfe792910c85839dba73171131eeeea3e56f18577
size 9448

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Feb 17 14:09:21 UTC 2013 - p.drouand@gmail.com
- Update to version 0.1.1:
* No changelog available
-------------------------------------------------------------------
Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com

View File

@@ -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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Feb 17 14:09:21 UTC 2013 - p.drouand@gmail.com
- Update to version 0.1.1:
* No changelog available
-------------------------------------------------------------------
Mon Jan 14 08:45:51 UTC 2013 - saschpe@suse.de
- Drop requires on "python(abi)", RPM does that automatically
- No need to buildrequire python3-2to3 anymore, it moved into
python3-devel
-------------------------------------------------------------------
Fri Jan 11 21:24:15 UTC 2013 - p.drouand@gmail.com

View File

@@ -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 @@ 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