aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python-asn1crypto
Commit message (Collapse)AuthorAge
* 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-asn1crypto: bump to version 1.3.0 + reworkAlexandru Ardelean2020-01-06
| | | | | | | | | This change: * bumps the version 1.3.0 * switches to pypi.org download * removes the python2 variant Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-asn1crypto: bump to version 1.2.0Alexandru Ardelean2019-10-25
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-asn1crypto: bump to version 1.0.1Alexandru Ardelean2019-10-09
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-{asn1crypto,evdev,lxml}: add -src packagesAlexandru Ardelean2019-08-12
| | | | | | | They seem to have become popular, so adding src packages for these as well. Not bumping PKG_RELEASE intentionally, since these packages are new. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-asn1crypto: bump to version 0.24.0Alexandru Ardelean2018-06-11
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@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-asn1crypto: update to version 0.23.0Alexandru Ardelean2017-11-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python-asn1crypto: add new package (needed for python-cryptography)Alexandru Ardelean2017-08-11
Unfortunately python-cryptography (after version 2.0.<something>) decided to replace `pyasn1` with `asn1crypto`. Unfortunately `pyasn1` is needed for another package, so it can't be dropped just yet. Not sure if dropping it would bother people. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>