Commit graph

5 commits

Author SHA1 Message Date
Alex Gaynor
60aa04481f
Paint it Black by the Rolling Stones (#5324) 2020-07-20 13:06:29 -05:00
Sebastian Jordan
dc7f138ea6 Comply with PEP 508 by using platform_python_implementation (#5006) 2019-10-17 10:32:28 +08:00
Paul Ganssle
0d30f5d5ba Add PEP 517 to pyproject.toml (#4783)
This puts a new minimum on the PEP 518 requirement for `setuptools`
because older versions of setuptools' PEP 517 backend will fail to
include `setup.py` in an sdist.
2019-02-28 09:22:18 +08:00
Paul Kehrer
3c68250ad9 allow bytes-like for key/iv/data for symmetric encryption (#4621)
* allow bytearrays for key/iv for symmetric encryption

* bump pypy/cffi requirements

* update docs, fix some tests

* old openssl is naught but pain

* revert a typo

* use trusty for old pypy

* better error msg again

* restore match
2018-12-09 23:13:31 -05:00
Alex Gaynor
2af3d4c51b Fixes #3548 - add a pyproject.toml (#4363) 2018-07-23 13:10:13 -04:00