summaryrefslogtreecommitdiff
path: root/docs/installation.rst
Commit message (Collapse)AuthorAgeFilesLines
* closes #6663 -- deprecate openssl 1.1.0 support (#6667)Alex Gaynor2021-11-281-0/+4
|
* Mention LibreSSL and BoringSSL in our installation docs (#6597)Alex Gaynor2021-11-131-0/+3
|
* some installation doc improvements (#6525)Paul Kehrer2021-11-031-25/+4
|
* Ban cffi version that makes CI sad (#6418)Alex Gaynor2021-10-171-2/+2
| | | | | | | | | * Update installation for testing against bookworm * Try bumping macOS timeout * Try pinning cffi * Ban 1.15.0
* musllinux ftw (#6285)Nathaniel J. Smith2021-09-191-5/+5
| | | | | * musllinux ftw * appease the spellchecker
* per discussion in #6236 (#6254)John Jones2021-09-191-14/+13
|
* updated installation docs to reflect what we test on (#6265)Alex Gaynor2021-09-071-2/+4
|
* Update link (#6007)Alex Gaynor2021-04-241-1/+1
|
* Bump pyo3 and lower MSRV (#5823)Alex Gaynor2021-02-131-3/+3
|
* Document that Rust is required at build time only (#5822)Alex Gaynor2021-02-121-0/+8
| | | | | | | | | | | | | * Document that Rust is required at build time only * Update docs/faq.rst Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> * Update docs/installation.rst Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com> Co-authored-by: Paul Kehrer <paul.l.kehrer@gmail.com>
* docs docs docs (#5788)Paul Kehrer2021-02-081-8/+10
|
* link a lot more things, repeat advice in more places (#5785)Paul Kehrer2021-02-081-6/+63
| | | | | | | * link a lot more things, repeat advice in more places * updated with Christian's comments * empty commit poor github
* More aggressively point people at Rust version docs (#5782)Alex Gaynor2021-02-081-0/+2
|
* Update build instructions (#5764)Christian Heimes2021-02-081-6/+6
| | | | | The Rust version in CentOS 7 SCL is too old to build cryptography. Signed-off-by: Christian Heimes <cheimes@redhat.com>
* include cargo in the docs for alpine (#5763)Alex Gaynor2021-02-071-1/+1
|
* Linker script is no longer required for building your own OpenSSL (#5746)Alex Gaynor2021-02-061-11/+1
| | | fixes #5683
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-221-1/+18
|
* Build manylinux2014 wheels (#5642)Alex Gaynor2020-12-121-3/+3
|
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-10/+5
| | | | | | | | | | | | | * Remove Python2 from CI and code that branched on it * Update setup.py Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * remove * review feedback Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update installation docs for 3.5 drop (#5531)Alex Gaynor2020-10-281-1/+1
|
* Drop python 3.5 (#5527)Alex Gaynor2020-10-281-1/+1
|
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-5/+0
|
* Break users on OpenSSL 1.0.2 (#5438)Alex Gaynor2020-08-281-1/+2
| | | fixes #5432
* Docs testing (#5413)Paul Kehrer2020-08-161-3/+5
| | | | | | | | | | | | | * document we test on aarch64 even odds this angers the spellchecker * Just as my previous commit msg prophesied * Update docs/spelling_wordlist.txt Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Update which PyPy versions we test against (#5377)Alex Gaynor2020-08-051-1/+1
| | | refs #5376
* add docker builders, migrate travis to focal by default (#5372)Paul Kehrer2020-08-031-1/+1
| | | | | | | * add docker builders, migrate travis to focal by default * get it right * use older versions where necessary
* fixes #5321 -- deprecate support for OpenSSL 1.0.2 (#5333)Alex Gaynor2020-07-201-0/+4
|
* Run tests on centos8 (#5051)Alex Gaynor2020-07-041-1/+1
| | | | | | | | | | | * Run tests on centos8 * Document that we test this * debugging * Try adding this? * Remove this
* Bumped the minimum macOS version to 10.10 (#5286)Alex Gaynor2020-06-251-1/+1
|
* Document that we test on bullseye (#5197)Alex Gaynor2020-04-171-1/+2
| | | | | | | * Document that we test on bullseye * Update spelling_wordlist.txt * Update installation.rst
* Update insallation.rst to reflect our current test matrix (#5183)Alex Gaynor2020-04-051-5/+5
| | | | | | | | | * Update insallation.rst to reflect our current test matrix * Update installation.rst * Update installation.rst * Update installation.rst
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-7/+0
|
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-2/+2
| | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
* Windows Installation: fix link to binaries (#5061)Maximilian Hils2019-11-111-7/+6
| | | | | | | | | | * Windows Installation: fix link to binaries While https://github.com/pyca/infra/tree/master/windows/openssl points a trusted source (which would be preferable), pyca/infra currently does not provide any Windows binaries for download. Linking to the official OpenSSL wiki seems to be a reasonable compromise. * fix whitespace
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-2/+2
| | | | | | | | | | | | * Fixes #5018 -- break users on OpenSSL 1.0.1 * Grammar * Syntax error * Missing import * Missing import
* Refs #4923; deprecate OpenSSL 1.0.1 (#4924)Alex Gaynor2019-06-151-2/+2
| | | | | | * Refs #4923; deprecate OpenSSL 1.0.1 * changelog
* Manylinux2010 wheel (#4910)Paul Kehrer2019-06-021-8/+8
| | | | | | | | | | | | * add manylinux2010 wheel builder * various updates * empty commit * need to pass a plat tag * hacks need hacks
* update docs with latest info & remove the last ci.cryptography.io stuff (#4898)Paul Kehrer2019-05-261-4/+5
|
* Replace debian wheezy with ubuntu trusty (#4871)Alex Gaynor2019-05-051-2/+2
| | | | | | | | * Try running tests without wheezy * Added a trusty builder * Update our supported versions in docs
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-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 #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-311-0/+4
| | | | | | | | | | | | * Fixes #3460 -- deprecate OpenSSL 1.0.1 * We need to import warnings * flake8 * words are hard * rephrase
* openssl 1.1.1 testing (#4112)Paul Kehrer2018-08-291-0/+1
| | | | | | | | | | | | | | * test openssl 1.1.1 * let's see what a 1.1.1 pyopenssl does * 1.1.1-pre8 * pre9 * docs and test more things * 3.7 needs xenial
* remove freebsd11 builder (#4401)Paul Kehrer2018-08-151-2/+0
| | | | | | | | | | | | * remove freebsd11 builder it's out of date, we can't update it, and it is unreliable * we don't test against freebsd for now * what did case sensitivity ever do for me * don't assert on bsd since we don't test on for now
* Add py37 (#4298)Paul Kehrer2018-06-271-1/+1
| | | | | | | | | | | | | | * test against python 3.7 for windows * update docs to say we test on 3.7 * more succinct * maybe make this actually work. * link properly * moar changes
* Updated pip wheel option in installation script. (#4212)Justin Holmes2018-04-301-1/+1
|
* Drop conda workaround from installation docs (#4073)Alex Gaynor2018-01-061-23/+0
| | | I don't think it's relevant anymore
* expunge python 2.6 (#3962)Paul Kehrer2017-10-111-6/+2
| | | | | | | | | | * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported
* Declare that 2.1 is the last version to support Python 2.6 (#3944)Alex Gaynor2017-10-011-2/+2
| | | | | | * Declare that 2.1 is the last version to support Python 2.6 * It's the Final Countdown!
* Update the list of macOS versions we test on to match reality (#3942)Alex Gaynor2017-09-271-1/+1
|
* Fixed #3777 -- document an additional dependency (#3779)Alex Gaynor2017-07-141-1/+2
|