| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* Update installation for testing against bookworm
* Try bumping macOS timeout
* Try pinning cffi
* Ban 1.15.0
|
| |
|
|
|
| |
* musllinux ftw
* appease the spellchecker
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| |
|
|
|
|
|
| |
* link a lot more things, repeat advice in more places
* updated with Christian's comments
* empty commit poor github
|
| | |
|
| |
|
|
|
| |
The Rust version in CentOS 7 SCL is too old to build cryptography.
Signed-off-by: Christian Heimes <cheimes@redhat.com>
|
| | |
|
| |
|
| |
fixes #5683
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| | |
|
| | |
|
| | |
|
| |
|
| |
fixes #5432
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
refs #5376
|
| |
|
|
|
|
|
| |
* add docker builders, migrate travis to focal by default
* get it right
* use older versions where necessary
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* Run tests on centos8
* Document that we test this
* debugging
* Try adding this?
* Remove this
|
| | |
|
| |
|
|
|
|
|
| |
* Document that we test on bullseye
* Update spelling_wordlist.txt
* Update installation.rst
|
| |
|
|
|
|
|
|
|
| |
* Update insallation.rst to reflect our current test matrix
* Update installation.rst
* Update installation.rst
* Update installation.rst
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
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
* Grammar
* Syntax error
* Missing import
* Missing import
|
| |
|
|
|
|
| |
* Refs #4923; deprecate OpenSSL 1.0.1
* changelog
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* add manylinux2010 wheel builder
* various updates
* empty commit
* need to pass a plat tag
* hacks need hacks
|
| | |
|
| |
|
|
|
|
|
|
| |
* Try running tests without wheezy
* Added a trusty builder
* Update our supported versions in docs
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* We need to import warnings
* flake8
* words are hard
* rephrase
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| |
|
| |
I don't think it's relevant anymore
|
| |
|
|
|
|
|
|
|
|
| |
* 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
* It's the Final Countdown!
|
| | |
|
| | |
|