New versions: py-cffi 1.15.0, 1.14.6 (#26979)

* New versions: py-cffi 1.15.0, 1.14.6

* Changes from review
This commit is contained in:
iarspider 2021-10-27 22:01:15 +02:00 committed by GitHub
parent dd0770fd64
commit 7416df692a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@ class PyCffi(PythonPackage):
homepage = "https://cffi.readthedocs.io/en/latest/"
pypi = "cffi/cffi-1.13.0.tar.gz"
version('1.15.0', sha256='920f0d66a896c2d99f0adbb391f990a84091179542c205fa53ce5787aff87954')
version('1.14.6', sha256='c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd')
version('1.14.3', sha256='f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591')
version('1.13.0', sha256='8fe230f612c18af1df6f348d02d682fe2c28ca0a6c3856c99599cdacae7cf226')
version('1.12.2', sha256='e113878a446c6228669144ae8a56e268c91b7f1fafae927adc4879d9849e0ea7')
@ -24,7 +26,6 @@ class PyCffi(PythonPackage):
depends_on('pkgconfig', type='build')
depends_on('py-setuptools', type='build')
depends_on('py-pycparser', type=('build', 'run'))
depends_on('py-pycparser@2.19:', when='^python@:2.6', type=('build', 'run'))
depends_on('libffi')
def setup_build_environment(self, env):