Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-asn1crypto: Upgrade 1.3.0 -> 1.4.0 | Leon Anavi | 2020-08-06 | 1 | -25/+0 |
| | | | | | | | | | | | | | | | | | | Upgrade to release 1.4.0: - core.ObjectIdentifier and all derived classes now obey X.660 ยง7.6 and thus restrict the first arc to 0 to 2, and the second arc to less than 40 if the first arc is 0 or 1. This also fixes parsing of OIDs where the first arc is 2 and the second arc is greater than 39. - Fixed keys.PublicKeyInfo.bit_size to return an int rather than a float on Python 3 when working with elliptic curve keys - Fixed the asn1crypto-tests sdist on PyPi to work properly to generate a .whl Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-asn1crypto: add python3-numbers to RDEPENDS | Trevor Gamblin | 2020-04-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The asn1crypto module relies on the fractions module from the standard library, which is contained in the python3-numbers package, but it is not in asn1crypto's RDEPENDS: |>>> import asn1crypto.pdf |Traceback (most recent call last): | File "<stdin>", line 1, in <module> | File "/usr/lib64/python3.8/site-packages/asn1crypto/pdf.py", line 10, in <module> | from .cms import CMSAttributeType, CMSAttribute | File "/usr/lib64/python3.8/site-packages/asn1crypto/cms.py", line 29, in <module> | from .algos import ( | File "/usr/lib64/python3.8/site-packages/asn1crypto/algos.py", line 26, in <module> | from .core import ( | File "/usr/lib64/python3.8/site-packages/asn1crypto/core.py", line 52, in <module> | from fractions import Fraction |ModuleNotFoundError: No module named 'fractions' Add it to fix the error. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-asn1crypto: consolidate inc and bb files into a single bb file | Derek Straka | 2020-02-09 | 1 | -2/+20 |
| | | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python-asn1crypto: 1.2.0 -> 1.3.0 | Wang Mingyu | 2020-01-13 | 1 | -0/+6 |
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |