New version: py-pluggy 1.0.0 (#27406)

This commit is contained in:
iarspider 2021-11-12 18:03:25 +01:00 committed by GitHub
parent a04cc4470e
commit c9e96018be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyPluggy(PythonPackage):
homepage = "https://github.com/pytest-dev/pluggy"
pypi = "pluggy/pluggy-0.13.0.tar.gz"
version('1.0.0', sha256='4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159')
version('0.13.0', sha256='fa5fa1622fa6dd5c030e9cad086fa19ef6a0cf6d7a2d12318e10cb49d6d68f34')
version('0.12.0', sha256='0825a152ac059776623854c1543d65a4ad408eb3d33ee114dff91e57ec6ae6fc')
version('0.9.0', sha256='19ecf9ce9db2fce065a7a0586e07cfb4ac8614fe96edf628a264b1c70116cf8f')
@ -20,6 +21,7 @@ class PyPluggy(PythonPackage):
version('0.6.0', sha256='7f8ae7f5bdf75671a718d2daf0a64b7885f74510bcd98b1a0bb420eb9a9d0cff')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'), when='@1.0.0:')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools-scm', type='build')