New version: py-singledispatch 3.7.0 (#27584)

* New version: py-singledispatch 3.7.0

* Apply suggestions from code review

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

* Update package.py

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
iarspider 2021-11-22 23:44:07 +01:00 committed by GitHub
parent 3e63bc08ee
commit 411b3ecc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,12 @@ class PySingledispatch(PythonPackage):
pypi = "singledispatch/singledispatch-3.4.0.3.tar.gz"
version('3.7.0', sha256='c1a4d5c1da310c3fd8fccfb8d4e1cb7df076148fd5d858a819e37fffe44f3092')
version('3.4.0.3', sha256='5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c')
depends_on('python@2.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-setuptools@42:', type='build', when='@3.7:')
depends_on('py-setuptools-scm@3.4.1: +toml', type='build', when='@3.7:')
depends_on('py-six', type=('build', 'run'))
depends_on('py-ordereddict', when="^python@:2.6", type=('build', 'run'))