summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-idna.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-idna: Upgrade 2.7 -> 2.8Otavio Salvador2019-03-061-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-idna: Avoid removing executing bit from `.egg-info/` directoryOtavio Salvador2019-03-061-4/+0
| | | | | | | | 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>
* Fix python-idna egg-info permissionsMaxime Borges2018-11-261-0/+4
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-idna: remove bundled egg-info from sourceRicardo Salveti2018-07-271-0/+5
| | | | | | | | | | | 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>
* python(3)-idna: upgrade 2.6 -> 2.7Chen Qi2018-06-271-3/+3
| | | | | | | 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>
* python-idna: update to version 2.6Derek Straka2017-08-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-idna: update to version 2.5Derek Straka2017-03-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-idna: update to version 2.4Derek Straka2017-03-041-3/+7
| | | | | | | | 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>
* python-idna: update to version 2.2Derek Straka2017-02-131-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-idna: Extend recipe to support Python 3Fabio Berton2016-09-051-0/+9
- 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>