aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-cryptography
Commit message (Collapse)AuthorAge
* python-cryptography: Update to 2.9.2Jeffery To2020-04-29
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-packages: Clean up MakefilesJeffery To2020-04-22
| | | | | | | | | | | | | | | | | | | This removes: * Python 3 variants (VARIANT:=python3) * "for Python3" from package titles * Package selection condition from package dependencies, e.g. +PACKAGE_python3-six:python3-light replaced with +python3-light * "Default" package information sections, e.g. Package/python-six/Default removed and package details merged into Package/python3-six * "(Variant for Python3)" from package descriptions Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Update to 2.9, remove setup patchJeffery To2020-04-06
| | | | | | | Since cffi is installed by HOST_PYTHON3_PACKAGE_BUILD_DEPENDS, it shouldn't be necessary to clear setup_requirements anymore. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-libraries: Remove Python 2 variantsJeffery To2020-04-02
| | | | | | The Python 2 variants will be added to the abandoned packages feed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Use pypi.mk for Python packagesJeffery To2019-10-30
| | | | | | | | | | | | | This updates all Python packages that download their source from PyPi to use pypi.mk. This will allow future improvements/changes to pypi.mk to affect all relevant packages. This also makes it easier for future Python packages to start using pypi.mk, when it's clear how it is used in existing packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Update to 2.8Jeffery To2019-10-21
| | | | | | | | With this update, the package no longer depends on python-asn1crypto[1]. [1]: https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst#28---2019-10-16 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Remove NPNRosen Penev2019-07-02
| | | | | | | | | Upstream backport. It seems the holdup is on python-twisted. Without this, it fails with SSL_get0_next_proto_negotiated: symbol not found Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: Update to 2.7Jeffery To2019-06-03
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cffi,python-cryptography: Fix build dependsJeffery To2019-05-29
| | | | | | | | | | | | python-cryptography's build depends (host cffi, libffi) were transferred to python-cffi at some point; this corrects the situation. python-cryptography's host Python build depends is copied from its setup.py[1]. [1]: https://github.com/pyca/cryptography/blob/2.6.1/setup.py#L47 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: Update to latest versionJeffery To2019-03-02
| | | | | | | | | | | | Version 2.6 includes OpenSSL no-engine support. This also removes python-idna as a dependency. idna became optional with version 2.5 (https://cryptography.io/en/latest/changelog/#v2-5). This also updates the package title field and updates both Python 2 and 3 versions to use the same field. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: bump to version 2.5Alexandru Ardelean2019-02-12
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-crypgoraphy: Update to 2.4.2Rosen Penev2018-12-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: Update to 2.4.1Rosen Penev2018-11-18
| | | | | | Replaced DTLS patch with upstreamed one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* python-cryptography: bump to version 2.3.1Alexandru Ardelean2018-09-11
| | | | | | | | | Version 2.3.1 has been released recently and requested via Github #6967 Fixes #6967. Also, changed URL to `https://files.pythonhosted.org` ; fewer redirects. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: bump to version 2.2.2Alexandru Ardelean2018-06-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-*,python3-*: add src packages for multiple packagesJeffery To2018-01-15
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: use local python-package.mk & python3-package.mk filesAlexandru Ardelean2018-01-10
| | | | | | | | | | This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: update to 2.1.4, refresh patchesJeffery To2018-01-10
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-cryptography: update to version 2.1.3Alexandru Ardelean2017-11-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: bump to version 2.0.3Alexandru Ardelean2017-08-11
| | | | | | | | The dependency has changed from needing `pyasn1` to needing `asn1crypto`. Oh well... Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-cryptography: bump to version 1.9 and add python3 variantAlexandru Ardelean2017-07-27
| | | | | | And add myself as 2nd maintainer. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* 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>