summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* fixes #5975 -- added typing stubs for rust module (#5976)Alex Gaynor2021-04-151-1/+1
|
* Added a py.typed so mypy prefers us to typeshed (#5802)Alex Gaynor2021-02-091-0/+1
| | | closes #5796
* Introduce the most very basic mypy type checking (#5706)Alex Gaynor2021-01-281-1/+1
| | | Nothing is really annotated, just getting to clean.
* Integrate Rust into the build process properly (#5410)Alex Gaynor2020-12-221-0/+1
|
* Cleanup how we represent authors. (#5650)Alex Gaynor2020-12-151-1/+0
| | | AUTHORS.rst had not been updated in more than 2 years, it was not a good reference.
* Remove rtd requirements (#5649)Alex Gaynor2020-12-151-1/+1
|
* Move paramiko job to github actions (#5565)Alex Gaynor2020-11-131-2/+0
|
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-1/+1
|
* Add initial OpenDev ARM64 testing (#5341)Ian Wienand2020-08-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | This is the initial configuration for Zuul to run pyca/cryptography tox jobs on a range of ARM64 nodes provided by OpenDev. The underlying ARM64 resources are donated for use by the OpenDev project by Linaro. This is under discussion at https://github.com/pyca/cryptography/issues/5339 If the OpenDev Zuul app (https://github.com/apps/opendev-zuul) is added to this repository, it should be able to speculatively test and run these jobs (however, some configuration will be required on the OpenDev side before this will happen). This is currently a very simple run of tox on the code. For basic job documentation see https://zuul-ci.org/docs/zuul/reference/jobs.html. These jobs inherit from the opendev base job defined in https://opendev.org/opendev/base-jobs. This handles the node setup, initial clone of pull requests, etc. and then after the job runs the log collection, upload and publishing steps. This in turn uses a lot of reusable components from https://zuul-ci.org/docs/zuul-jobs/
* goodbye azure (#5207)Paul Kehrer2020-04-191-2/+2
| | | | | | | | | | | | | | | | | * goodbye azure * Update tox.ini Co-Authored-By: Alex Gaynor <alex.gaynor@gmail.com> * review comments * update a comment * delete final azure yaml * linting Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Added a new packaging test (#4899)Alex Gaynor2019-05-271-0/+8
| | | | | | | | | | | | * Added a new packaging test * Fixed packaging job * typo * more fixes * one more
* Fixes #3548 - add a pyproject.toml (#4363)Alex Gaynor2018-07-231-0/+2
|
* convert to cffi 1.0 precompile systemPaul Kehrer2015-06-071-2/+1
|
* Moved OpenSSL engine into standalone c and h filesChellygel2015-03-231-0/+1
| | | | References #1301
* Move the cryptography package into a src/ subdirectoryDonald Stufft2014-11-131-1/+1
| | | | | | | | | | | | | Due to differences in how py.test determines which module to ``import`` the test suite actually runs against the cryptography which is in the *current* directory instead of the cryptography which is installed. The problem essentially boils down to when there is a tests/__init__.py then py.test adds the current directory to the front of the sys.path, causing it to take precedence over the installed location. This means that running the tests relies on the implicit compile that CFFI does instead of testing against what people will actually be runnning, which is the module compiled by setup.py.
* Added new license files. Refs #1209Alex Gaynor2014-10-311-0/+2
|
* Simplify, thanks @dstufftAlex Gaynor2014-08-111-2/+1
|
* Refs #1301 -- moved constant time code into it's own .c and .h filesAlex Gaynor2014-08-111-0/+2
|
* cryptography.vectorsAlex Stapleton2014-03-221-2/+1
|
* don't prune static. why would you do that?Paul Kehrer2014-02-241-1/+0
|
* add docs to sdist. fixes #679Paul Kehrer2014-02-241-0/+3
|
* Add changelog to toplevel, include in sdistMatthew Iversen2014-02-251-1/+2
|
* Include the fernet vectors in the sdistAlex Gaynor2014-02-011-0/+1
| | | | We include the other vectors, so consistency!
* Move primtives into a hazmat packageDonald Stufft2013-10-281-1/+1
|
* Include all of our files in the distributions, and install packagesDonald Stufft2013-08-111-0/+7