summaryrefslogtreecommitdiffstats
path: root/package/python-setuptools/python-setuptools.hash
Commit message (Collapse)AuthorAgeFilesLines
* python-setuptools: bump to version 40.6.3Asaf Kahlon2018-12-141-2/+2
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-setuptools: bump to version 40.6.2Asaf Kahlon2018-11-161-2/+2
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-setuptools: bump to version 40.5.0Asaf Kahlon2018-10-281-2/+2
| | | | | Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* python-setuptools: use pypi packageAdam Duskett2018-09-221-2/+3
| | | | | | | | | | | | | | | | | | The releases on Github produces a setuptools version that isn't PEP518 compliant because a .post number is attached to the .egg file (IE: 40.0.0.post20180820) which can cause a python package using setuptools to fail if looking for a setuptools version. Instead, using the official release from pypi is recommended as it does not produce a .post version on the egg file. Another benefit is not having to run bootstrap.py either. See https://github.com/pypa/setuptools/issues/1462 for more details about the issue Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-setuptools: bump to 40.0.0Adam Duskett2018-08-201-1/+1
| | | | | | | | | | | | | | | | | | | With the introduction of Python 3.7.0, setuptools also needs to be updated. Without the update, several packages will fail to build or install with a ValueError: bad marshal data (unknown type code). Updating setuptools to 40.0.0 version fixes this issue. Even though 40.1.0 is out, updating to 40.0.0 is recommended as it seems like 40.1.0 breaks version detection on some python packages such as python-cryptography which will error out with a complaint that setuptools is too old, even though it's at 40.1.0. Using 40.0.0 fixes the issue. Fixes: http://autobuild.buildroot.net/results/636/636da0febe02f991095965d52cc4a8b2da644777/ http://autobuild.buildroot.net/results/5f6/5f659130a6a32a4c43d6ed2c3b559df77ae18249/ Signed-off-by: Adam Duskett <aduskett@greenlots.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-setuptools: bump to version v38.4.0Yegor Yefremov2018-01-161-1/+2
| | | | | | | Add licence checksum. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* python-setuptools: bump to version 36.0.1Yegor Yefremov2017-06-151-3/+1
| | | | | | | | | | | | | | Recent setuptools versions require bootstrap.py to be invoked before the standard setup process. So create such pre configure hooks for both host and target versions. Change download location to GitHub because setuptools doesn't provide *.tar.gz any longer. Fix legal info. setuptools is now licensed under MIT licence. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-setuptools: bump to version 18.7.1Jörg Krause2015-12-121-2/+4
| | | | | | | Also refresh patch (using git) and add an additional (stronger) sha256 hash. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/python-setuptools: add hashFabio Porcedda2015-04-191-0/+2
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud