py-jeepney: add v0.6.0 (#24674)
This commit is contained in:
parent
463c704265
commit
aaeaa0516d
1 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@ class PyJeepney(PythonPackage):
|
|||
homepage = "https://gitlab.com/takluyver/jeepney"
|
||||
pypi = "jeepney/jeepney-0.4.3.tar.gz"
|
||||
|
||||
version('0.6.0', sha256='7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657')
|
||||
version('0.4.3', sha256='3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e')
|
||||
|
||||
depends_on('python@3.5:', type=('build', 'run'))
|
||||
depends_on('python@3.6:', when='@0.5:', type=('build', 'run'))
|
||||
depends_on('python@3.5:', when='@:0.4', type=('build', 'run'))
|
||||
|
|
Loading…
Reference in a new issue