14
0

Accepting request 427035 from home:aplanas:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/427035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=50
This commit is contained in:
2016-09-14 12:40:41 +00:00
committed by Git OBS Bridge
parent 6c26e5f6a4
commit 5a268e7d51
4 changed files with 26 additions and 6 deletions

View File

@@ -17,13 +17,13 @@
Name: python-selenium
Version: 2.50.1
Version: 2.53.6
Release: 0
Url: http://code.google.com/p/selenium/
Summary: Python bindings for Selenium
License: Apache-2.0
Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/s/selenium/selenium-%{version}.tar.gz
Source: https://pypi.io/packages/source/s/selenium/selenium-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-rdflib
@@ -59,7 +59,7 @@ rm %{buildroot}%{python_sitelib}/selenium/webdriver/firefox/x86/x_ignore_nofocus
%files
%defattr(-,root,root,-)
%doc py/README py/CHANGES
%doc py/README.rst py/CHANGES
%{python_sitelib}/*
%changelog