py-types-urllib3: add 1.26.25.14 (#40048)

* py-types-urllib3: add 1.26.25.14

* Fix style
This commit is contained in:
Manuela Kuhn 2023-09-18 18:44:26 +02:00 committed by GitHub
parent ba81ef50f5
commit d454cf4711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,9 @@ class PyTypesUrllib3(PythonPackage):
homepage = "https://github.com/python/typeshed"
pypi = "types-urllib3/types-urllib3-1.26.24.tar.gz"
version(
"1.26.25.14", sha256="229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"
)
version("1.26.24", sha256="a1b3aaea7dda3eb1b51699ee723aadd235488e4dc4648e030f09bc429ecff42f")
depends_on("python@3.7:", type=("build", "run"))
depends_on("py-setuptools", type="build")