New version: py-immutables 0.16 (#27060)

* New version: py-immutables 0.16

* Changes from review
This commit is contained in:
iarspider 2021-10-29 22:53:12 +02:00 committed by GitHub
parent 9a1626e54a
commit ec23ce4176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,11 @@ class PyImmutables(PythonPackage):
homepage = "https://github.com/MagicStack/immutables"
pypi = "immutables/immutables-0.14.tar.gz"
version('0.16', sha256='d67e86859598eed0d926562da33325dac7767b7b1eff84e232c22abea19f4360')
version('0.14', sha256='a0a1cc238b678455145bae291d8426f732f5255537ed6a5b7645949704c70a78')
depends_on('python@3.5:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'), when='@0.16:')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@42:', type='build', when='@0.16:')
depends_on('py-typing-extensions@3.7.4.3:', when='@0.16: ^python@:3.7', type=('build', 'run'))