aboutsummaryrefslogtreecommitdiff
path: root/lang/python-cryptography
Commit message (Collapse)AuthorAge
* python packages: move all things python under lang/pythonAlexandru Ardelean2017-05-17
| | | | | | | | | | | | I admit this may be be a bit aggressive, but the lang folder is getting cluttered/filled up with Python, PHP, Perl, Ruby, etc. packages. Makes sense to try to group them into per-lang folders. I took the Pythons. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: fix build by disabling setup requirementsAlexandru Ardelean2017-02-26
| | | | | | | | | python-cryptography tries to install other packages during setup. However, this isn't needed, since they should have been already resolved/installed via LEDE/OpenWrt's build system dep logic. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: update to 1.5.1Jeffery To2016-09-25
| | | | | | Fixes #3226 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: update to 1.5Jeffery To2016-09-22
| | | | | | The cmac patch was upstreamed (pyca/cryptography#3062). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: update to 1.4, fixed lede compilationJeffery To2016-07-28
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: update to 1.3.1Jeffery To2016-03-22
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: update to latest versionJeffery To2016-03-05
| | | | | | | This version fixes a compilation error when used with OpenSSL 1.0.2g (https://github.com/pyca/cryptography/issues/2750). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: update to latest versionJeffery To2016-02-11
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: new package (closes #2035)Jeffery To2016-01-01
From the README: cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. This depends on python-cffi host install (#2034) Signed-off-by: Jeffery To <jeffery.to@gmail.com> [Squashed update to latest upstream version into this introducing commit] Signed-off-by: Michael Heimpold <mhei@heimpold.de>