[oe-commits] [meta-openembedded] branch master-next updated (044b51c -> cd427d4)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 29 13:01:08 UTC 2016


martin_jansa pushed a change to branch master-next
in repository meta-openembedded.

      from  044b51c   Samba: use only libsystemd
       new  4576e37   pypi: update the base pypi url to use the package info without requiring the hash
       new  5cefdbd   python-pyro4: update recipe to use the pypi class
       new  3bea8bf   python-m2crypto: update recipe to use the pypi class
       new  70bc59d   python-pyephem: update recipe to use the pypi class
       new  284e2b5   python-yappi: add a recipe for a python profiler
       new  6e7149e   python-decorator: update to version 4.0.10
       new  91ec7b4   python-flask: upgrade to version 0.11.1
       new  f533212   python-pymisp: update to version 2.4.48.1
       new  3b4ab8b   python-pyserial: update to version 3.1.1
       new  42bd37f   python-pbr: Add python-pbr bb
       new  5125a6f   python-mock: Add python-pbr-native dependency
       new  2934621   python-mccabe: Add python-pytest-runner dependency
       new  3f6ed79   python-pytest-runner: Add python-pytest-runner bb
       new  d95b080   python-setuptools-scm: Add python-setuptools-scm bb
       new  54fd538   cpuset: add new python package
       new  b6a4bdc   libxfce4ui: Use native intltool for building the lib
       new  cd427d4   x11vnc: remove redundant RPATH to fix QA issue

The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../recipes-devtools/python/python-cpuset_1.5.7.bb | 23 ++++++
 .../x11vnc/files/remove-redundant-RPATH.patch      | 86 ++++++++++++++++++++++
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb   |  4 +-
 meta-python/classes/pypi.bbclass                   |  6 +-
 .../python-pyro4/python-pyro4_4.39.bb              | 10 +--
 .../python-thrift/python-thrift_0.9.3.bb           |  1 -
 .../python/python-backports-ssl_3.5.0.1.bb         |  1 -
 .../recipes-devtools/python/python-cffi_1.6.0.bb   |  1 -
 .../recipes-devtools/python/python-dateutil.inc    |  1 -
 .../recipes-devtools/python/python-decorator.inc   |  4 +-
 ...corator_4.0.9.bb => python-decorator_4.0.10.bb} |  0
 .../recipes-devtools/python/python-enum34_1.1.6.bb |  1 -
 .../recipes-devtools/python/python-flask-login.inc |  1 -
 .../python/python-flask-pymongo.inc                |  1 -
 .../recipes-devtools/python/python-flask.inc       |  6 +-
 ...thon-flask_0.10.1.bb => python-flask_0.11.1.bb} |  0
 .../python/python-greenlet_0.4.9.bb                |  1 -
 .../python/python-m2crypto_0.23.0.bb               |  8 +-
 .../recipes-devtools/python/python-mccabe_0.4.0.bb |  3 +
 .../recipes-devtools/python/python-mock_2.0.0.bb   |  4 +-
 .../python/python-monotonic_1.1.bb                 |  1 -
 .../recipes-devtools/python/python-pbr_1.10.0.bb   | 16 ++++
 .../recipes-devtools/python/python-pip_8.1.2.bb    |  1 -
 .../recipes-devtools/python/python-psutil_4.2.0.bb |  1 -
 .../python/python-pyflakes_1.2.3.bb                |  1 -
 .../recipes-devtools/python/python-pymisp.inc      |  8 +-
 ...-pymisp_2.4.36.bb => python-pymisp_2.4.48.1.bb} |  0
 .../python/python-pyopenssl_16.0.0.bb              |  1 -
 .../python/python-pyparsing_2.1.4.bb               |  1 -
 .../python/python-pyroute2_0.3.22.bb               |  1 -
 .../recipes-devtools/python/python-pyserial.inc    |  6 +-
 ...-pyserial_3.0.1.bb => python-pyserial_3.1.1.bb} |  0
 .../python/python-pytest-runner_2.8.bb             | 13 ++++
 .../recipes-devtools/python/python-pytz_2016.4.bb  |  1 -
 .../python/python-pyudev_0.20.0.bb                 |  1 -
 .../recipes-devtools/python/python-requests.inc    |  2 -
 .../python/python-setuptools-scm_1.11.1.bb         | 18 +++++
 .../python/python-urllib3_1.15.1.bb                |  1 -
 .../recipes-devtools/python/python-yappi_0.94.bb   | 16 ++++
 ...orator_4.0.9.bb => python3-decorator_4.0.10.bb} |  0
 ...on3-flask_0.10.1.bb => python3-flask_0.11.1.bb} |  0
 ...pymisp_2.4.36.bb => python3-pymisp_2.4.48.1.bb} |  0
 ...pyserial_3.0.1.bb => python3-pyserial_3.1.1.bb} |  0
 .../python-pyephem/python-pyephem_3.7.6.0.bb       |  5 +-
 .../recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb   |  2 +-
 45 files changed, 200 insertions(+), 58 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
 create mode 100644 meta-oe/recipes-graphics/x11vnc/files/remove-redundant-RPATH.patch
 rename meta-python/recipes-devtools/python/{python-decorator_4.0.9.bb => python-decorator_4.0.10.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-flask_0.10.1.bb => python-flask_0.11.1.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-pbr_1.10.0.bb
 rename meta-python/recipes-devtools/python/{python-pymisp_2.4.36.bb => python-pymisp_2.4.48.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python-pyserial_3.0.1.bb => python-pyserial_3.1.1.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-pytest-runner_2.8.bb
 create mode 100644 meta-python/recipes-devtools/python/python-setuptools-scm_1.11.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python-yappi_0.94.bb
 rename meta-python/recipes-devtools/python/{python3-decorator_4.0.9.bb => python3-decorator_4.0.10.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-flask_0.10.1.bb => python3-flask_0.11.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.36.bb => python3-pymisp_2.4.48.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyserial_3.0.1.bb => python3-pyserial_3.1.1.bb} (100%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list