!8 update to upstream version 4.15.2
From: @desert-sailor Reviewed-by: @yangzhao_kl, @han-guangyu Signed-off-by: @yangzhao_kl, @han-guangyu
This commit is contained in:
commit
6994a89f73
Binary file not shown.
BIN
selenium-4.15.2.tar.gz
Normal file
BIN
selenium-4.15.2.tar.gz
Normal file
Binary file not shown.
@ -4,12 +4,12 @@
|
|||||||
WebDriver.The selenium package is used to automate web browser interaction from \
|
WebDriver.The selenium package is used to automate web browser interaction from \
|
||||||
Python.
|
Python.
|
||||||
Name: python-selenium
|
Name: python-selenium
|
||||||
Version: 3.141.0
|
Version: 4.15.2
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Python bindings for Selenium
|
Summary: Python bindings for Selenium
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/SeleniumHQ/selenium/
|
URL: https://github.com/SeleniumHQ/selenium/
|
||||||
Source0: https://files.pythonhosted.org/packages/ed/9c/9030520bf6ff0b4c98988448a93c04fcbd5b13cd9520074d8ed53569ccfe/selenium-3.141.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/04/44/e86a333a57dd81739126f78c73f2243af2bfb728787a7c66046eb923c02e/selenium-4.15.2.tar.gz
|
||||||
%description
|
%description
|
||||||
%{common_desc}
|
%{common_desc}
|
||||||
|
|
||||||
@ -23,6 +23,8 @@ BuildRequires: python3-pbr
|
|||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-urllib3
|
BuildRequires: python3-urllib3
|
||||||
|
BuildRequires: python3-certifi
|
||||||
|
BuildRequires: python3-trio-websocket
|
||||||
Requires: python3-urllib3
|
Requires: python3-urllib3
|
||||||
%description -n python3-selenium
|
%description -n python3-selenium
|
||||||
%{common_desc}
|
%{common_desc}
|
||||||
@ -34,7 +36,8 @@ Provides: python3-selenium-doc
|
|||||||
%{common_desc}
|
%{common_desc}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n selenium-3.141.0
|
%autosetup -n selenium-%{version}
|
||||||
|
sed -i 's/~=/>=/g' setup.py
|
||||||
rm -rf selenium/webdriver/firefox/x86/x_ignore_nofocus.so
|
rm -rf selenium/webdriver/firefox/x86/x_ignore_nofocus.so
|
||||||
rm -rf selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
rm -rf selenium/webdriver/firefox/amd64/x_ignore_nofocus.so
|
||||||
|
|
||||||
@ -81,6 +84,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 6 2023 Dongxing Wang <dxwangk@isoftstone.com> - 4.15.2-1
|
||||||
|
- Upgrade to version 4.15.2
|
||||||
|
|
||||||
* Fri Aug 13 2021 liksh <liks11@chinaunicom.cn> - 3.141.0-3
|
* Fri Aug 13 2021 liksh <liks11@chinaunicom.cn> - 3.141.0-3
|
||||||
- delete x_ignore_nofocus.so
|
- delete x_ignore_nofocus.so
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user