Fix audit
This commit is contained in:
parent
9199800bbd
commit
916da02326
@ -11,6 +11,7 @@ class PyBilliard(PythonPackage):
|
||||
|
||||
pypi = "billiard/billiard-3.5.0.5.tar.gz"
|
||||
|
||||
version('3.6.4.0', sha256='299de5a8da28a783d51b197d496bef4f1595dd023a93a4f59dde1886ae905547')
|
||||
version('3.6.3.0', sha256='d91725ce6425f33a97dfa72fb6bfef0e47d4652acd98a032bd1a7fbf06d5fa6a')
|
||||
version('3.6.1.0', sha256='b8809c74f648dfe69b973c8e660bcec00603758c9db8ba89d7719f88d5f01f26')
|
||||
version('3.6.0.0', sha256='756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84')
|
||||
|
@ -65,8 +65,8 @@ class PyCelery(PythonPackage):
|
||||
depends_on('py-click-repl@0.2.0:', when="@5.2.0:", type=('build', 'run'))
|
||||
depends_on('py-pytz@2019.3:', type=('build', 'run'))
|
||||
depends_on('py-pytz@2021.3:', type=('build', 'run'), when="@5.2.3")
|
||||
depends_on('py-billiard@3.6.3:3', type=('build', 'run'))
|
||||
depends_on('py-billiard@3.6.4:3', type=('build', 'run'), when="@5.2.3")
|
||||
depends_on('py-billiard@3.6.3.0:3', type=('build', 'run'))
|
||||
depends_on('py-billiard@3.6.4.0:3', type=('build', 'run'), when="@5.2.3")
|
||||
depends_on('py-kombu@4.6.11', when="@4.3.0:4", type=('build', 'run'))
|
||||
depends_on('py-kombu@5.0.0:', when="@5.0.0:5.0", type=('build', 'run'))
|
||||
depends_on('py-kombu@5.2.3:5', when="@5.2.0:5.2", type=('build', 'run'))
|
||||
|
@ -11,6 +11,7 @@ class PyFutures(PythonPackage):
|
||||
|
||||
pypi = "futures/futures-3.0.5.tar.gz"
|
||||
|
||||
version('3.3.0', sha256='7e033af76a5e35f58e56da7a91e687706faf4e7bdfb2cbc3f2cca6b9bcda9794')
|
||||
version('3.2.0', sha256='9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265')
|
||||
version('3.0.5', sha256='0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df')
|
||||
|
||||
|
@ -12,7 +12,9 @@ class PyGoogleapisCommonProtos(PythonPackage):
|
||||
homepage = "https://github.com/googleapis/googleapis"
|
||||
pypi = "googleapis-common-protos/googleapis-common-protos-1.6.0.tar.gz"
|
||||
|
||||
version('1.55.0', sha256='53eb313064738f45d5ac634155ae208e121c963659627b90dfcb61ef514c03e1')
|
||||
version('1.6.0', sha256='e61b8ed5e36b976b487c6e7b15f31bb10c7a0ca7bd5c0e837f4afab64b53a0c6')
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-protobuf@3.6.0:', type=('build', 'run'))
|
||||
depends_on('py-protobuf@3.6.0:3', type=('build', 'run'))
|
||||
depends_on('py-protobuf@3.12.0:3', type=('build', 'run'), when='@1.55.0:')
|
||||
|
@ -19,6 +19,7 @@ class PyImportlibMetadata(PythonPackage):
|
||||
version('3.10.1', sha256='c9356b657de65c53744046fa8f7358afe0714a1af7d570c00c3835c2d724a7c1')
|
||||
version('3.10.0', sha256='c9db46394197244adf2f0b08ec5bc3cf16757e9590b02af1fca085c16c0d600a')
|
||||
version('2.0.0', sha256='77a540690e24b0305878c37ffd421785a6f7e53c8b5720d211b211de8d0e95da')
|
||||
version('1.7.0', sha256='90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83')
|
||||
version('1.2.0', sha256='41e688146d000891f32b1669e8573c57e39e5060e7f5f647aa617cd9a9568278')
|
||||
version('0.23', sha256='aa18d7378b00b40847790e7c27e11673d7fed219354109d0e7b9e5b25dc3ad26')
|
||||
version('0.19', sha256='23d3d873e008a513952355379d93cbcab874c58f4f034ff657c7a87422fa64e8')
|
||||
|
Loading…
Reference in New Issue
Block a user