summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* [3.4] Specify an MSRV in setup.py (#5789) (#5790)Alex Gaynor2021-02-081-0/+1
* [3.4] More aggressively point people at Rust version docs (#5782) (#5783)Alex Gaynor2021-02-081-1/+4
* Remove setuptools_rust from install requirement (#5779) (#5781)Christian Heimes2021-02-081-3/+9
* 3.4.1 fixes and changelog bump (#5761)3.4.1Paul Kehrer2021-02-071-1/+15
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-221-1/+23
* put pytest configuration somewhere that goes in the sdist (#5648)Alex Gaynor2020-12-151-1/+1
* xdist experiment (#5621)Paul Kehrer2020-12-101-0/+2
* remove check from setup.py that's not needed anymore (#5626)Alex Gaynor2020-12-091-9/+0
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-1/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-2/+0
* Write a bunch of primitives tests as subtests for performance (#5246)Alex Gaynor2020-12-091-1/+2
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-1/+1
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-6/+2
* bump cffi minimum version to help out pyopenssl (#5598)Alex Gaynor2020-12-011-1/+1
* remove legacy debugging code from setup.py (#5597)Alex Gaynor2020-12-011-11/+0
* print some stuff in setup.py to try to educate people (#5539)Paul Kehrer2020-10-311-69/+102
* Drop python 3.5 (#5527)Alex Gaynor2020-10-281-2/+2
* remove keywords with side effects hack in setup.py (#5426)Paul Kehrer2020-08-251-142/+5
* remove idna support finally (#5351)Paul Kehrer2020-07-261-4/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-75/+63
* Disable parallel docs builds to fix spellcheck (#5287)Alex Gaynor2020-06-261-1/+1
* ban a sphinxcontrib-spelling version that breaks things (#5284)Alex Gaynor2020-06-241-1/+1
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-201-0/+3
* block another broken sphinx version (#5277)Paul Kehrer2020-06-141-1/+1
* Block a sphinx version that's broken (#5272)Alex Gaynor2020-06-121-1/+1
* Remove dead constant time code (#5239)Alex Gaynor2020-04-261-1/+0
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-2/+1
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-171-0/+1
* Remove asn1crypto dependency (#4941)David Benjamin2019-07-281-1/+0
* Drop setup.py test support. (#4879)Alex Gaynor2019-05-071-57/+7
* Added an explicit content type for long_description (#4826)Alex Gaynor2019-04-011-0/+1
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-3/+3
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-1/+6
* switch to twine check for verifying our readme renders on pypi (#4623)Paul Kehrer2018-12-021-1/+1
* blacklist latest hypothesis and pytest (#4510)Paul Kehrer2018-10-231-2/+2
* blacklist some pytests (#4502)Paul Kehrer2018-10-191-1/+1
* block sphinx 1.8.0 since it fails our docs job (#4469)Paul Kehrer2018-09-141-1/+1
* update pytest config (#4463)Paul Kehrer2018-09-061-1/+1
* Fixes #3548 - add a pyproject.toml (#4363)Alex Gaynor2018-07-231-0/+1
* Add py37 (#4298)Paul Kehrer2018-06-271-0/+1
* Document project as stable and ready for use in production (#4284)Jon Dufresne2018-06-161-0/+1
* Remove cffi branch for pypy that's not needed (#4209)Alex Gaynor2018-04-281-2/+1
* Remove setup.py branch (#4203)Alex Gaynor2018-04-221-3/+1
* Remove version number from an error message so that it makes sense (#4188)Alex Gaynor2018-04-091-2/+2
* install only the minimum required to build our docs for rtd (#4133)Paul Kehrer2018-03-051-2/+4
* temporarily pin cffi to avoid bug related to virtualenv (#4083)Paul Kehrer2018-01-121-1/+1
* Fixed #4039 -- added a python_requires to setup.py (#4064)Alex Gaynor2017-12-261-0/+2
* pytest 3.3.0 has an issue with parametrized null bytes again (#4026)Paul Kehrer2017-11-281-1/+1
* clearly error out on older setuptools (#4000)Alex Gaynor2017-10-281-0/+10
* Fixes #3947 -- remove the docutils.conf (#3995)Alex Gaynor2017-10-231-2/+2