Upgrade to version 4.15.2
This commit is contained in:
parent
8b1ab65e80
commit
a6676e9f33
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 \
|
||||
Python.
|
||||
Name: python-selenium
|
||||
Version: 3.141.0
|
||||
Release: 3
|
||||
Version: 4.15.2
|
||||
Release: 1
|
||||
Summary: Python bindings for Selenium
|
||||
License: Apache-2.0
|
||||
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
|
||||
%{common_desc}
|
||||
|
||||
@ -23,6 +23,8 @@ BuildRequires: python3-pbr
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-wheel
|
||||
BuildRequires: python3-urllib3
|
||||
BuildRequires: python3-certifi
|
||||
BuildRequires: python3-trio-websocket
|
||||
Requires: python3-urllib3
|
||||
%description -n python3-selenium
|
||||
%{common_desc}
|
||||
@ -34,7 +36,8 @@ Provides: python3-selenium-doc
|
||||
%{common_desc}
|
||||
|
||||
%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/amd64/x_ignore_nofocus.so
|
||||
|
||||
@ -81,6 +84,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- delete x_ignore_nofocus.so
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user