New version: py-deprecation 2.1.0 (#27001)

* New version: py-deprecation 2.1.0

* Update package.py
This commit is contained in:
iarspider 2021-10-30 15:25:31 +02:00 committed by GitHub
parent 0ef0a27ea0
commit bdfb281a35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ class PyDeprecation(PythonPackage):
homepage = "https://deprecation.readthedocs.io/"
pypi = "deprecation/deprecation-2.0.7.tar.gz"
version('2.1.0', sha256='72b3bde64e5d778694b0cf68178aed03d15e15477116add3fb773e581f9518ff')
version('2.0.7', sha256='c0392f676a6146f0238db5744d73e786a43510d54033f80994ef2f4c9df192ed')
depends_on('py-setuptools', type='build')
depends_on('py-packaging', type='build')
depends_on('py-packaging', type=('build', 'run'))