aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
AgeCommit message (Collapse)Author
2017-06-29python-pyparsing: Move from meta-openstack to meta-cloud-servicesHe Zhe
It's not an openstack specific package. Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-06-27python-greenlet: uprev to 0.4.9Amy Fong
python-greenlet bugfixes from 0.3.4 - unstable issues. This resulted in the docker-registry (in some build scenarios) crashing repeatedly. Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/gunicorn/arbiter.py", line 507, in spawn_worker worker.init_process() File "/usr/lib64/python2.7/site-packages/gunicorn/workers/ggevent.py", line 193, in init_process super(GeventWorker, self).init_process() File "/usr/lib64/python2.7/site-packages/gunicorn/workers/base.py", line 120, in init_process self.run() File "/usr/lib64/python2.7/site-packages/gunicorn/workers/ggevent.py", line 117, in run gevent.sleep(1.0) File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 75, in sleep hub.wait(loop.timer(seconds, ref=ref)) File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 341, in wait result = waiter.get() File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 568, in get return self.hub.switch() File "/usr/lib64/python2.7/site-packages/gevent/hub.py", line 331, in switch return greenlet.switch(self) SystemError: NULL result without error in PyObject_Call <repeat> Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: He Zhe <zhe.he@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2016-04-28python-dateutil: wildcard the version strgingLiang Li
Fix configure time warning like 'can not find recipe for bbapend file'. Signed-off-by: Liang Li <liang.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-09-16python-dateutil: move bbappend to the base layerMark Asselstine
This bbappend is not specific to openstack, any meta-cloud-services 'sub-layer' will require this change so moving it to the base layer to make it apply even with non-openstack builds. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>