summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
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
2016-01-23Require a newer setuptools.Alex Gaynor
2016-01-18Merge pull request #2676 from alex/docs-pep8-dedupePaul Kehrer
2016-01-17Delete two out of date commentsAlex Gaynor
2016-01-17Centralize declaration of docs and pep8 deps in setup.pyAlex Gaynor
2016-01-17add this back, we couldn't dedupe thereAlex Gaynor
2016-01-17syntax errorAlex Gaynor
2016-01-07Port callbacks to new static callbackChristian Heimes
2015-12-30Fixed #2605 -- require setuptools 1.0Alex Gaynor
2015-12-11Revert "pin pytest to disallow 2.8.4 which breaks tests"Paul Kehrer
2015-12-07pin pytest to disallow 2.8.4 which breaks testsAlex Gaynor
2015-10-27switch to using pyasn1_modules for the testPaul Kehrer
2015-10-20encode countryName with PrintableStringPaul Kehrer
2015-10-10add shebang for setup.py scriptsDominic Chen
2015-10-07unpin pytest now that 2.8.2 is releasedPaul Kehrer
2015-10-02hypothesis-pytest is no longer a required packagePaul Kehrer
2015-09-30Address comments.Terry Chia
2015-09-26== should be !=.Terry Chia
2015-09-26Add plumbing for hypothesis.Terry Chia
2015-09-19Pin pytest to <2.8, there's a bug with deprecation warningsAlex Gaynor
2015-09-17added a trove classifierAlex Gaynor
2015-08-20raise an error if trying to install on PyPy < 2.6Paul Kehrer
2015-06-22Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!Alex Gaynor
2015-06-08setup requires can be cffi only nowPaul Kehrer
2015-06-07convert to cffi 1.0 precompile systemPaul Kehrer
2015-05-18require idna 2.0 or better because it's betterPaul Kehrer
2015-04-20Support Subject Alternative Name in the OpenSSL backendPaul Kehrer
2015-04-18remove python 3.2 from the classifiersPaul Kehrer
2015-04-18Merge pull request #1783 from reaperhulk/san-classAlex Gaynor
2015-04-14Add GeneralName and SubjectAlternativeName classesPaul Kehrer
2015-04-13Simplify setup.py slightlyAlex Gaynor
2015-03-08Remove the setuptools and CFFI requirements, which break pip install -UJulian Berman
2015-02-20Tell py.test to only run the tests from the local tests dir.Alex Gaynor
2014-12-18make enum34 installation conditional on python < 3.4Paul Kehrer
2014-12-15initial x509 version supportPaul Kehrer
2014-11-27add pyasn1 as a dependencyPaul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-11-13Move the cryptography package into a src/ subdirectoryDonald Stufft
2014-11-07Build FFI instance when class is created, load library when instantiatedDonald Stufft
2014-10-31Update the license in setup.pyAlex Gaynor
2014-09-29Fix PEP-8 violationsPeter Odding
2014-09-29Fix for keywords_with_side_effects() (compatibility with pip metadata discovery)Peter Odding
2014-09-29Simplify dummy commands (fix inheritance, remove finalize_options())Peter Odding