[oe-commits] [meta-openembedded] 14/18: python-asn1crypto: fix DESCRIPTION, HOMEPAGE and LICENSE.

git at git.openembedded.org git at git.openembedded.org
Tue Jul 10 04:19:13 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 0badc5ce282f3186c7fdfc6159f3153593001cfa
Author: Takuma Ueba <ueba.takuma at jp.fujitsu.com>
AuthorDate: Mon Jul 9 13:08:03 2018 +0900

    python-asn1crypto: fix DESCRIPTION, HOMEPAGE and LICENSE.
    
    Fix incorrect DESCRIPTION, HOMEPAGE, LICENSE.
    
    Signed-off-by: Takuma Ueba <ueba.takuma at jp.fujitsu.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-devtools/python/python-asn1crypto.inc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc
index 5c37995..f1f0a3c 100644
--- a/meta-python/recipes-devtools/python/python-asn1crypto.inc
+++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc
@@ -1,7 +1,7 @@
-DESCRIPTION = "Python binding to the Networking and Cryptography (NaCl) library"
-HOMEPAGE = "https://github.com/pyca/pynacl"
+DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
+HOMEPAGE = "https://github.com/wbond/asn1crypto"
 SECTION = "devel/python"
-LICENSE = "Apache-2.0"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2"
 
 PYPI_PACKAGE = "asn1crypto"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list