py-attrs: bump version to 21.2.0 (#26435)
This commit is contained in:
parent
6a188b2b13
commit
0db072dc4a
@ -12,6 +12,7 @@ class PyAttrs(PythonPackage):
|
||||
homepage = "https://attrs.org/"
|
||||
pypi = "attrs/attrs-20.3.0.tar.gz"
|
||||
|
||||
version('21.2.0', sha256='ef6aaac3ca6cd92904cdd0d83f629a15f18053ec84e6432106f7a4d04ae4f5fb')
|
||||
version('20.3.0', sha256='832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700')
|
||||
version('20.2.0', sha256='26b54ddbbb9ee1d34d5d3668dd37d6cf74990ab23c828c2888dccdceee395594')
|
||||
version('20.1.0', sha256='0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a')
|
||||
@ -21,5 +22,6 @@ class PyAttrs(PythonPackage):
|
||||
version('18.1.0', sha256='e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b')
|
||||
version('16.3.0', sha256='80203177723e36f3bbe15aa8553da6e80d47bfe53647220ccaa9ad7a5e473ccc')
|
||||
|
||||
depends_on('python@2.7:2.8,3.5:', when='@21.2.0:', type=('build', 'run'))
|
||||
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
|
Loading…
Reference in New Issue
Block a user