package/python-selenium: bump to version 4.35.0

License hash changed due to year update:
c62597e5cd

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
James Hilliard
2025-09-15 19:36:06 -06:00
committed by Julien Olivain
parent 3d3f4768df
commit 9f2f93df4e
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Locally calculated after vendoring
sha256 6db4af23dae4b66626cd9a3f730e8aea4d35623953ce3b57b73510c4b8f8af49 python-selenium-4.27.1-cargo4.tar.gz
sha256 b5a238e9712d8f41c78c27759ec14c761acecc14505399c020b69de8bc38e51c python-selenium-4.35.0-cargo4.tar.gz
# Locally computed sha256 checksums
sha256 de658a7d3761e92b471e2f630ea99eeb3389b27820809b1e4853baabd5fbadb7 LICENSE
sha256 1ee8454a0696ac46b0d5b67f85b2a0e3af2b7726e1b82cd182af60fd285bcba3 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SELENIUM_VERSION = 4.27.1
PYTHON_SELENIUM_VERSION = 4.35.0
PYTHON_SELENIUM_SOURCE_PYPI = selenium-$(PYTHON_SELENIUM_VERSION).tar.gz
PYTHON_SELENIUM_SITE_PYPI = https://files.pythonhosted.org/packages/44/8c/62c47c91072aa03af1c3b7d7f1c59b987db41c9fec0f158fb03a0da51aa6
PYTHON_SELENIUM_SITE_PYPI = https://files.pythonhosted.org/packages/75/67/9016942b5781843cfea6f5bc1383cea852d9fa08f85f55a0547874525b5c
PYTHON_SELENIUM_SITE = $(PYTHON_SELENIUM_SITE_PYPI)/$(PYTHON_SELENIUM_SOURCE_PYPI)?buildroot-path=filename
PYTHON_SELENIUM_SETUP_TYPE = setuptools-rust
PYTHON_SELENIUM_LICENSE = Apache-2.0