代码拉取完成,页面将自动刷新
%global _empty_manifest_terminate_build 0
%global common_desc \
Selenium Client Driver Introduction Python language bindings for Selenium \
WebDriver.The selenium package is used to automate web browser interaction from \
Python.
Name: python-selenium
Version: 4.30.0
Release: 1
Summary: Python bindings for Selenium
License: Apache-2.0
URL: https://github.com/SeleniumHQ/selenium/
Source0: https://files.pythonhosted.org/packages/70/f8/12e5c86f5d4b26758151a2145cb0909d2b811a3ac846b645dd7c63023543/selenium-4.30.0.tar.gz
%description
%{common_desc}
%package -n python3-selenium
Summary: Python bindings for Selenium
Provides: python-selenium
# Base build requires
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pbr
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
BuildRequires: python3-urllib3
BuildRequires: python3-certifi
BuildRequires: python3-trio-websocket
BuildRequires: python3-websocket-client
# for test
BuildRequires: python3-pytest
%description -n python3-selenium
%{common_desc}
%package help
Summary: Python bindings for Selenium
Provides: python3-selenium-doc
%description help
%{common_desc}
%prep
%autosetup -n selenium-%{version}
%build
%pyproject_build
%install
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
pushd %{buildroot}
touch filelist.lst
if [ -d usr/lib64 ]; then
find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/bin ]; then
find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
if [ -d usr/sbin ]; then
find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst
fi
touch doclist.lst
if [ -d usr/share/man ]; then
find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst
fi
popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-selenium -f filelist.lst
%{python3_sitelib}/*
%files help -f doclist.lst
%{_docdir}/*
%changelog
* Wed Nov 12 2025 liutao <liutao1@kylinos.cn> - 4.30.0-1
- Update package to version 4.30.0
- [rb] Fix "no anonymous block parameter" in ruby
* Mon Mar 17 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.29.0-1
- Upgrade package to version 4.29.0
* Fri Nov 01 2024 liutao1 <liutao1@kylinos.cn> -4.22.0-1
- Update package to version 4.22.0
- [dotnet] change source of navigation alias
- [rust] Include mixed output (INFO, WARN, DEBUG, etc. to stderr and minimal JSON to stdout)
- Add selenium-manager executables to python manifest
- [java][bidi] Remove non-relevant annotations
- Fix EOFError when calling the Remote WebDriver download_file method
* Fri Oct 25 2024 liutao1 <liutao1@kylinos.cn> -4.21.0-1
- Update package to version 4.21.0
* Thu Oct 24 2024 liutao1 <liutao1@kylinos.cn> -4.20.0-1
- Update package to version 4.20.0
* Thu Oct 24 2024 dongqi1 <dongqi1@kylinos.cn> - 4.19.0-1
- Update package to version 4.19.0
* Thu Jun 20 2024 liuzhilin <liuzhilin@kylinos.cn> - 4.18.1-2
- del useless tarball-4.16.0.tar.gz
* Thu Mar 14 2024 wangqiang <wangqiang1@kylinos.cn> - 4.18.1-1
- Update package to version 4.18.1
* Thu Dec 28 2023 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 4.16.0-1
- Upgrade to version 4.16.0
* 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
* Wed Aug 11 2021 huangtianhua <huangtianhua@huawei.com> - 3.141.0-2
- Adds python3-urllib3 as requires
* Tue Jul 20 2021 OpenStack_SIG <openstack@openeuler.org> - 3.141.0-1
- Package Spec generate
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。