diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-08-02 14:38:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-02 18:04:41 -0700 |
commit | bb1e389297e26b137cf5f54ae63a70edbdb6a29e (patch) | |
tree | 35b1f9d9097e51e52f97ac1840ab185804b3fafb /meta-python/recipes-devtools/python/python-pyasn1-modules.inc | |
parent | 31c4542f28ff089c2e982e5b036228520e6d82ba (diff) | |
download | meta-openembedded-bb1e389297e26b137cf5f54ae63a70edbdb6a29e.tar.gz |
python-pyasn1-modules: upgrade 0.2.2 -> 0.2.6
-License-Update: Copyright year updated to 2019.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyasn1-modules.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1-modules.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1-modules.inc b/meta-python/recipes-devtools/python/python-pyasn1-modules.inc index 87dbd1d3c..a9e4bbef0 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1-modules.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1-modules.inc | |||
@@ -4,10 +4,10 @@ DESCRIPTION = "A collection of ASN.1 modules expressed in form of pyasn1\ | |||
4 | data structures (X.509, PKCS etc.)." | 4 | data structures (X.509, PKCS etc.)." |
5 | HOMEPAGE = "https://github.com/etingof/pyasn1-modules" | 5 | HOMEPAGE = "https://github.com/etingof/pyasn1-modules" |
6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-2-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=815ac3f9ca693006349094b358ab3155" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a14482d15c2249de3b6f0e8a47e021fd" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "65ce1ea1021679bffe96065baab232de" | 9 | SRC_URI[md5sum] = "c0bbe9820c971a97f156ff343ae67911" |
10 | SRC_URI[sha256sum] = "a0cf3e1842e7c60fde97cb22d275eb6f9524f5c5250489e292529de841417547" | 10 | SRC_URI[sha256sum] = "43c17a83c155229839cc5c6b868e8d0c6041dba149789b6d6e28801c64821722" |
11 | 11 | ||
12 | inherit pypi | 12 | inherit pypi |
13 | 13 | ||