py-types-urllib3: add 1.26.25.14 (#40048)
* py-types-urllib3: add 1.26.25.14 * Fix style
This commit is contained in:
parent
ba81ef50f5
commit
d454cf4711
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue