14
0

Accepting request 208057 from home:posophe:branches:devel:languages:python

update

OBS-URL: https://build.opensuse.org/request/show/208057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=43
This commit is contained in:
Denisart Benjamin
2013-11-23 18:08:13 +00:00
committed by Git OBS Bridge
parent a4153a1fe7
commit 7f2d30ec77
4 changed files with 34 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-selenium
#
# 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,13 +16,13 @@
#
Name: python-selenium
Version: 2.35.0
Version: 2.37.2
Release: 0
Url: http://code.google.com/p/selenium/
Summary: Python bindings for Selenium
License: Apache-2.0
Group: Development/Languages/Python
Source: selenium-%{version}.tar.gz
Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-setuptools
@@ -55,7 +55,7 @@ rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/amd64/x_ignore_nofoc
%files
%defattr(-,root,root,-)
%doc py/README
%doc py/README py/CHANGES
%{python_sitelib}/*
%changelog