aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-idna.inc
AgeCommit message (Collapse)Author
2019-03-06python-idna: Upgrade 2.7 -> 2.8Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-06python-idna: Avoid removing executing bit from `.egg-info/` directoryOtavio Salvador
The chmod was removing the executing bit from the directory and then the native version was failing to build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-11-26Fix python-idna egg-info permissionsMaxime Borges
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-07-27python-idna: remove bundled egg-info from sourceRicardo Salveti
Remove bundled egg-info from the source tarball as it will be generated by the build system with the correct permissions during build time. This fixes a permission denied issue when importing pkg_resources as a normal user. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-27python(3)-idna: upgrade 2.6 -> 2.7Chen Qi
The license checksum changes but the license remains the same. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-08-13python-idna: update to version 2.6Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-11python-idna: update to version 2.5Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-03-04python-idna: update to version 2.4Derek Straka
Verified the license remains the same and updated the checksum for the new copyright year. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13python-idna: update to version 2.2Derek Straka
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-09-05python-idna: Extend recipe to support Python 3Fabio Berton
- Add Python 3 recipe - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>