package/python-selenium: bump to version 4.16.0

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
James Hilliard 2024-01-10 22:57:42 -07:00 committed by Peter Korsgaard
parent fa44cc4aaa
commit 84fd8580aa
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
# md5, sha256 from https://pypi.org/pypi/selenium/json
md5 02404033a10b2b29aa098f50503c0a1a selenium-4.9.1.tar.gz
sha256 3444f4376321530c36ce8355b6b357d8cf4a7d588ce5cf772183465930bbed0e selenium-4.9.1.tar.gz
md5 9afd7110a9e06721baae028ac42a2221 selenium-4.16.0.tar.gz
sha256 b2e987a445306151f7be0e6dfe2aa72a479c2ac6a91b9d5ef2d6dd4e49ad0435 selenium-4.16.0.tar.gz

View File

@ -4,9 +4,9 @@
#
################################################################################
PYTHON_SELENIUM_VERSION = 4.9.1
PYTHON_SELENIUM_VERSION = 4.16.0
PYTHON_SELENIUM_SOURCE = selenium-$(PYTHON_SELENIUM_VERSION).tar.gz
PYTHON_SELENIUM_SITE = https://files.pythonhosted.org/packages/fd/e2/0e5bee6762a7bf7852b47a79c5b12f9e526e6962958dbb9719fa490ba24c
PYTHON_SELENIUM_SITE = https://files.pythonhosted.org/packages/16/fd/a0ef793383077dd6296e4637acc82d1e9893e9a49a47f56e96996909e427
PYTHON_SELENIUM_SETUP_TYPE = setuptools
PYTHON_SELENIUM_LICENSE = Apache-2.0