14
0

Accepting request 317040 from home:Nijel:branches:devel:languages:python

- Remove ExclusiveArch as the package is moslty noarch, the only exception
  being optional addon for Firefox.

- Update to 2.46.0:
    * Firefox support up to 38
    * BlackBerry browser support
    * remove Presto-Opera support
    * firefox extension extraction fixes 
    * process management fixes with phantomjs
    * Comparing remote web element for equality does not require a remote command
    * Issues Fixed: (gcode) 8493, 8521, 8498, 8274, 8497, 5923
    * Issues Fixed: (github) 401

OBS-URL: https://build.opensuse.org/request/show/317040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=47
This commit is contained in:
Michal Čihař
2015-07-16 08:09:06 +00:00
committed by Git OBS Bridge
parent 1dbad016ac
commit fa82ea1a4a
4 changed files with 23 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-selenium
Version: 2.45.0
Version: 2.46.0
Release: 0
Url: http://code.google.com/p/selenium/
Summary: Python bindings for Selenium
@@ -29,7 +29,6 @@ BuildRequires: python-devel
BuildRequires: python-rdflib
BuildRequires: python-setuptools
Requires: python-rdflib
ExclusiveArch: %ix86 x86_64
%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()")}
%endif