py-ndg-httpsclient: add version 0.5.0 (#41914)

This commit is contained in:
Christopher Christofi 2024-01-06 15:45:07 +00:00 committed by GitHub
parent 2b1fe995e7
commit f8d3a2cba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ class PyNdgHttpsclient(PythonPackage):
pypi = "ndg_httpsclient/ndg_httpsclient-0.5.1.tar.gz"
version("0.5.1", sha256="d72faed0376ab039736c2ba12e30695e2788c4aa569c9c3e3d72131de2592210")
version("0.5.0", sha256="c009f5430790936b3a97eaf9f968516664d97e146ab2bda991f0caadb7cc088b")
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))
depends_on("py-setuptools", type="build")