package/python-selenium: bump to version 4.39.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard
2025-12-28 22:46:18 -07:00
committed by Thomas Petazzoni
parent 0aab73b085
commit e90002d6fe
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SELENIUM_VERSION = 4.35.0
PYTHON_SELENIUM_VERSION = 4.39.0
PYTHON_SELENIUM_SOURCE_PYPI = selenium-$(PYTHON_SELENIUM_VERSION).tar.gz
PYTHON_SELENIUM_SITE_PYPI = https://files.pythonhosted.org/packages/75/67/9016942b5781843cfea6f5bc1383cea852d9fa08f85f55a0547874525b5c
PYTHON_SELENIUM_SITE_PYPI = https://files.pythonhosted.org/packages/af/19/27c1bf9eb1f7025632d35a956b50746efb4b10aa87f961b263fa7081f4c5
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