py-ci-info: add 0.3.0 (#32785)

This commit is contained in:
Manuela Kuhn 2022-09-24 22:49:58 +02:00 committed by GitHub
parent 08371954bb
commit b721f8038f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,9 @@ class PyCiInfo(PythonPackage):
homepage = "https://github.com/mgxd/ci-info"
pypi = "ci-info/ci-info-0.2.0.tar.gz"
version("0.3.0", sha256="1fd50cbd401f29adffeeb18b0489e232d16ac1a7458ac6bc316deab6ae535fb0")
version("0.2.0", sha256="dd70632c977feb8797b1e633507166b64ad5f57183cebb2b0ea56934abba4616")
depends_on("python@3.7:", when="@0.3:", type=("build", "run"))
depends_on("python@3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")