summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-idna.inc
Commit message (Collapse)AuthorAgeFilesLines
* python3-idna: update to 3.1Oleksandr Kravchuk2021-02-161-18/+0
| | | | | | | | | | License-Update: copyright years. Consolidate the inc file into recipe Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-idna: upgrade 2.9 -> 2.10Wang Mingyu2020-07-121-2/+2
| | | | | | | | | | | | | Main new features of idna release 2.10: - Update to Unicode 13.0.0. - Throws a more specific exception if "xn--" is provided as a label. - This is expected to be the last version that supports Python 2. See here for a full comparison: https://github.com/kjd/idna/commit/e5c11dbcd8dd32bb048b4dbdd344b49d18ecdf45 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-idna: upgrade 2.8 -> 2.9Wang Mingyu2020-05-121-3/+3
| | | | | | | -License-Update: Copyright year updated to 2020. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 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>