[oe-commits] [meta-openembedded] 41/73: python-configparser.inc: Fix SUMMARY

git at git.openembedded.org git at git.openembedded.org
Sun Nov 25 20:55:52 UTC 2018


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

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit 637f29fea5836c767d0c2c6124116881167337f7
Author: Alexandru Vasiu <alexandru.vasiu at ni.com>
AuthorDate: Wed Nov 7 16:30:13 2018 +0200

    python-configparser.inc: Fix SUMMARY
    
    SUMMARY contained a non-ascii char (’ instead of ') which caused
    pkg.info_installed to fail.
    
    Signed-off-by: Alexandru Vasiu <alexandru.vasiu at ni.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-python/recipes-devtools/python/python-configparser.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-configparser.inc b/meta-python/recipes-devtools/python/python-configparser.inc
index c1fb858..133dbba 100644
--- a/meta-python/recipes-devtools/python/python-configparser.inc
+++ b/meta-python/recipes-devtools/python/python-configparser.inc
@@ -1,4 +1,4 @@
-SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files."
+SUMMARY = "This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what's found in Microsoft Windows INI files."
 SECTION = "devel/python"
 HOMEPAGE = "https://docs.python.org/3/library/configparser.html"
 LICENSE = "MIT"

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


More information about the Openembedded-commits mailing list