Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PEP 517 to pyproject.toml (#4783) | Paul Ganssle | 2019-02-28 | 1 | -2/+5 |
| | | | | | 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. | ||||
* | allow bytes-like for key/iv/data for symmetric encryption (#4621) | Paul Kehrer | 2018-12-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fixes #3548 - add a pyproject.toml (#4363) | Alex Gaynor | 2018-07-23 | 1 | -0/+7 |