14
0

Accepting request 620058 from home:apersaud:branches:devel:languages:python

- specfile:
  * be more specific for %{python_sitelib}/* in %files
- update to version 3.13.0:
  * Add executing Chrome devtools command (#5989)
  * fix incorrect w3c action encoding in python client (#6014)
  * Implement context manager for WebDriver
  * Stop sending "windowHandle" param in maximize_window command for
    w3c

OBS-URL: https://build.opensuse.org/request/show/620058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=70
This commit is contained in:
2018-07-01 21:25:10 +00:00
committed by Git OBS Bridge
parent 58c9f26599
commit 1baeb70ae0
4 changed files with 21 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-selenium
Version: 3.12.0
Version: 3.13.0
Release: 0
Summary: Python bindings for Selenium
License: Apache-2.0
@@ -57,6 +57,6 @@ supported, as well as the Selenium 1.0 bindings.
%files %{python_files}
%doc README.rst CHANGES
%{python_sitelib}/*
%{python_sitelib}/selenium*
%changelog