summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-bitarray/setup.py-use-setuptools-instead-of-distutils.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-bitarray: upgrade 2.3.7 -> 2.4.0Wang Mingyu2022-03-101-29/+0
| | | | | | | | | | | | | | | | setup.py-use-setuptools-instead-of-distutils.patch removed since it's included in 2.4.0 Changelog: ========= * enable building wheels for multiple platforms and Python versions using pypa/cibuildwheel, see #165 and #170 * use setuptools instead of distutils in 'setup.py', #168 * add missing type hinting for '.count()' step argument Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-bitarray: switch to setuptoolsJustin Bronder2022-03-011-0/+29
Backported patch from https://github.com/ilanschnell/bitarray/pull/168, committed upstream as https://github.com/ilanschnell/bitarray/commit/947d364841954d60bab7a4cf1497a272b1bf73ca Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>