New versopn: py-python-daemon 2.3.0 (#27519)

* New versopn: py-python-daemon 2.3.0

* Update package.py
This commit is contained in:
iarspider 2021-11-19 17:30:47 +01:00 committed by GitHub
parent f472716e96
commit 047062eedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,11 @@ class PyPythonDaemon(PythonPackage):
"""
pypi = "python-daemon/python-daemon-2.0.5.tar.gz"
version('2.3.0', sha256='bda993f1623b1197699716d68d983bb580043cf2b8a66a01274d9b8297b0aeaf')
version('2.0.5', sha256='afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68')
depends_on("py-setuptools", type='build')
depends_on("py-setuptools", type=('build', 'run'))
depends_on("py-lockfile", type=('build', 'run'))
depends_on("py-lockfile@0.10:", type=('build', 'run'), when='@2.3.0:')
depends_on("py-docutils", type='build')
depends_on("py-twine", type='build')