summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2018-12-09allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer
2018-12-06remove idna as a primary dependency (#4624)Paul Kehrer
2018-12-02switch to twine check for verifying our readme renders on pypi (#4623)Paul Kehrer
2018-10-23blacklist latest hypothesis and pytest (#4510)Paul Kehrer
2018-10-19blacklist some pytests (#4502)Paul Kehrer
2018-09-14block sphinx 1.8.0 since it fails our docs job (#4469)Paul Kehrer
2018-09-06update pytest config (#4463)Paul Kehrer
2018-07-23Fixes #3548 - add a pyproject.toml (#4363)Alex Gaynor
2018-06-27Add py37 (#4298)Paul Kehrer
2018-06-16Document project as stable and ready for use in production (#4284)Jon Dufresne
2018-04-28Remove cffi branch for pypy that's not needed (#4209)Alex Gaynor
2018-04-22Remove setup.py branch (#4203)Alex Gaynor
2018-04-09Remove version number from an error message so that it makes sense (#4188)Alex Gaynor
2018-03-05install only the minimum required to build our docs for rtd (#4133)Paul Kehrer
2018-01-12temporarily pin cffi to avoid bug related to virtualenv (#4083)Paul Kehrer
2017-12-26Fixed #4039 -- added a python_requires to setup.py (#4064)Alex Gaynor
2017-11-28pytest 3.3.0 has an issue with parametrized null bytes again (#4026)Paul Kehrer
2017-10-28clearly error out on older setuptools (#4000)Alex Gaynor
2017-10-23Fixes #3947 -- remove the docutils.conf (#3995)Alex Gaynor
2017-10-12random hack to maybe support older pips (#3970)Alex Gaynor
2017-10-11expunge python 2.6 (#3962)Paul Kehrer
2017-10-03disable smart quotes in sphinx to workaround a spellchecker issue (#3946)Paul Kehrer
2017-09-26blacklist yet another version of sphinx (#3940)Alex Gaynor
2017-08-24Switch to using the other style of environment markers (#3796)Alex Gaynor
2017-08-10bump pytest version (#3860)Alex Gaynor
2017-08-01Blacklist pytest 3.2.0 because it breaks us (#3835)Alex Gaynor
2017-07-22simplify setup.py branches (#3806)Alex Gaynor
2017-07-21simplify pyenchant requirement (#3805)Alex Gaynor
2017-07-20Blacklist some pyenchant versions (#3799)Alex Gaynor
2017-07-02sphinx 1.6.3 is also no good (#3748)Alex Gaynor
2017-06-26remove python 3.3 from CI (#3729)Paul Kehrer
2017-06-25Remove entry_points from setup.py (#3723)Alex Gaynor
2017-05-28Sphinx 1.6.2 is also broken (#3627)Alex Gaynor
2017-05-23Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor
2017-05-22Remove dependency on setuptools (#3567)Alex Gaynor
2017-05-20time to remove commoncrypto, fare thee well (#3551)Paul Kehrer
2017-05-17pin sphinx version to avoid test breakage (#3544)Alex Gaynor
2017-04-29Don't compare cffi version using strings (#3524)Alex Gaynor
2017-04-22bump minimum setuptools version (#3513)Alex Gaynor
2017-02-20Fixes #3409 -- bump idna dep to a version with massively improved performance...Alex Gaynor
2017-02-16add support for update_into on CipherContext (#3190)Paul Kehrer
2017-02-08replace pyasn1 with asn1crypto (#3361)Ofek Lev
2016-12-23Fixed #3334 -- added Python 3.6 support (#3335)Alex Gaynor
2016-12-09older readme_renderer doesn't work with docutils 0.13 (#3300)Paul Kehrer
2016-08-16CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_...InvalidInterrupt
2016-07-01Mark the minimum pytest version in setup.py. (#3035)Alex Gaynor
2016-05-29pip is prejudiced against dashes and underscores (#2922)Paul Kehrer
2016-03-26Remove redundant excludes from find_packagesFrazer McLean
2016-02-19Don't try to use hypothesis on Python 2.6, upstream dropped supportAlex Gaynor