summaryrefslogtreecommitdiff
path: root/strata/python2-core.morph
Commit message (Collapse)AuthorAgeFilesLines
* strata/python2-core.morph: Upgrade libxml2-python2 to v2.9.3GENIVI-L0.2baserock/release/GENIVI-L0.2baserock/pedroalvarez/genivi-l0.2Javier Jardón2016-03-021-2/+2
| | | | | | | | | | | | | | | | | | | | | This release fixes: CVE-2013-2877 CVE-2014-0191 CVE-2014-3660 CVE-2015-1819 CVE-2015-5312 CVE-2015-7497 CVE-2015-7498 CVE-2015-7499 CVE-2015-7500 CVE-2015-7941 CVE-2015-7942 CVE-2015-8035 CVE-2015-8242 This completes commit 39e2deeb186916a583717f5c2b6e6d04d9434954 Change-Id: I24048cac5bb852b2e1556c6398ec535cc9ddd606
* Put quotes around all unpetrify-ref that could be interpreted as numbersPaul Sherwood2016-02-281-1/+1
| | | | Change-Id: Ide3893f85f52070fe8ce66424ee1463951006004
* Add python3-core stratum, equivalent of python2-coreSam Thursfield2016-02-191-15/+29
| | | | | | | | | | | | | There have been some important Python components not available for Python 3 users, such as PyYAML. This commit adds a python3-core stratu that contain everything from python2-core, but for use with Python 3. A couple of things are already in core.morph, so python2-core is not quite identical to python3-core. I've added this to Trove system so that <https://gerrit.baserock.org/1339/> can be merged. It can be added to other systems as needed. Change-Id: I9b742b942d64b0bc369596a689f33e6bc4c21935
* Move jsonschema into python2-coreRichard Ipsum2015-11-191-0/+8
| | | | | | morph depends on jsonschema now Change-Id: Iae539e571c080454dab7d0cd0a4b842439d2ea56
* Upgrading 2 instances of libxml2Tristan Van Berkom2015-10-221-2/+2
| | | | | | | | | | WebKit requires at least 2.8.0, upgrading to release tag v2.9.1. There is a 2.9.2 release at this time also, however it fails to pass configure so let's stick with 2.9.1, the latest release tag which actually builds. Change-Id: I20d7cf39431d34be4928850a97d264c3e2e4cbbc
* Build libxml2 against Python2 to build the 'libxml2' python moduleJavier Jardón2015-10-191-0/+7
| | | | | | Needed by itstool Change-Id: I933eeaa7d9d609362d60eec5df2247f7c48275d7
* core: Use python3 instead python2Javier Jardón2015-10-161-0/+78
From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139