[oe-commits] [meta-openembedded] branch master-next updated (203de50 -> a8f81ca)

git at git.openembedded.org git at git.openembedded.org
Thu May 2 03:08:46 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

    from 203de50  cpupower: Inherit bash completion class
     new 9daa3a2  libmodbus: add documentation PACKAGECONFIG
     new 9647e7e  python3-aiohttp: add version 3.5.4
     new fd89b13  python3-supervisor: add version 4.0.2
     new 10335e1  ser2net: upgrade to version 3.5.1
     new 71fe43d  python3-websocket-client: add version 0.56.0
     new f49341d  python3-tinyrecord: add version 0.1.5
     new 1168a5b  libcdio: update to version 2.1.0
     new aafaed9  python3-sentry-sdk: add version 0.7.14
     new 43af5f2  python3-raven: add version 6.10.0
     new ab8d657  python-urllib3: Set CVE_PRODUCT
     new 296ef94  python3-pillow: Set CVE_PRODUCT
     new 985f72c  python-requests: Set CVE_PRODUCT
     new 59da0b7  meta-filesystems: drop bitbake from README
     new a8f81ca  bdwgc: upgrade 7.6.12 -> 8.0.4

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


Summary of changes:
 meta-filesystems/README                            |  3 ---
 .../ser2net/{ser2net_3.5.bb => ser2net_3.5.1.bb}   |  4 +--
 meta-oe/recipes-extended/libmodbus/libmodbus.inc   |  3 +++
 .../libcdio/{libcdio_2.0.0.bb => libcdio_2.1.0.bb} |  6 ++---
 .../bdwgc/{bdwgc_7.6.12.bb => bdwgc_8.0.4.bb}      |  6 ++---
 .../recipes-devtools/python/python-aiohttp.inc     | 18 +++++++++++++
 .../python/python-async-timeout.inc                | 15 +++++++++++
 .../recipes-devtools/python/python-idna-ssl.inc    | 10 +++++++
 .../recipes-devtools/python/python-meld3.inc       | 15 +++++++++++
 .../recipes-devtools/python/python-raven.inc       | 13 +++++++++
 .../recipes-devtools/python/python-requests.inc    |  2 ++
 .../recipes-devtools/python/python-sentry-sdk.inc  | 12 +++++++++
 .../recipes-devtools/python/python-supervisor.inc  | 30 +++++++++++++++++++++
 .../recipes-devtools/python/python-tinyrecord.inc  | 15 +++++++++++
 .../recipes-devtools/python/python-urllib3.inc     |  2 ++
 .../python/python-websocket-client.inc             | 18 +++++++++++++
 .../recipes-devtools/python/python-yarl.inc        | 10 +++++++
 .../python/python3-aiohttp_3.5.4.bb                |  2 ++
 .../python/python3-async-timeout_3.0.1.bb          |  2 ++
 .../python/python3-idna-ssl_1.1.0.bb               |  2 ++
 .../recipes-devtools/python/python3-meld3_1.0.2.bb |  2 ++
 .../python/python3-pillow_5.4.1.bb                 |  2 ++
 .../python/python3-raven_6.10.0.bb                 |  2 ++
 .../python/python3-sentry-sdk_0.7.14.bb            |  2 ++
 .../python/python3-supervisor/supervisor.service   | 15 +++++++++++
 .../python/python3-supervisor/supervisord.conf     | 31 ++++++++++++++++++++++
 .../python/python3-supervisor_4.0.2.bb             |  2 ++
 .../python/python3-tinyrecord_0.1.5.bb             |  2 ++
 .../python/python3-websocket-client_0.56.0.bb      |  2 ++
 .../recipes-devtools/python/python3-yarl_1.3.0.bb  |  2 ++
 30 files changed, 239 insertions(+), 11 deletions(-)
 rename meta-oe/recipes-connectivity/ser2net/{ser2net_3.5.bb => ser2net_3.5.1.bb} (71%)
 rename meta-oe/recipes-multimedia/libcdio/{libcdio_2.0.0.bb => libcdio_2.1.0.bb} (82%)
 rename meta-oe/recipes-support/bdwgc/{bdwgc_7.6.12.bb => bdwgc_8.0.4.bb} (87%)
 create mode 100644 meta-python/recipes-devtools/python/python-aiohttp.inc
 create mode 100644 meta-python/recipes-devtools/python/python-async-timeout.inc
 create mode 100644 meta-python/recipes-devtools/python/python-idna-ssl.inc
 create mode 100644 meta-python/recipes-devtools/python/python-meld3.inc
 create mode 100644 meta-python/recipes-devtools/python/python-raven.inc
 create mode 100644 meta-python/recipes-devtools/python/python-sentry-sdk.inc
 create mode 100644 meta-python/recipes-devtools/python/python-supervisor.inc
 create mode 100644 meta-python/recipes-devtools/python/python-tinyrecord.inc
 create mode 100644 meta-python/recipes-devtools/python/python-websocket-client.inc
 create mode 100644 meta-python/recipes-devtools/python/python-yarl.inc
 create mode 100644 meta-python/recipes-devtools/python/python3-aiohttp_3.5.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-async-timeout_3.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-idna-ssl_1.1.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-meld3_1.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-raven_6.10.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-sentry-sdk_0.7.14.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-supervisor/supervisor.service
 create mode 100644 meta-python/recipes-devtools/python/python3-supervisor/supervisord.conf
 create mode 100644 meta-python/recipes-devtools/python/python3-supervisor_4.0.2.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-tinyrecord_0.1.5.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-websocket-client_0.56.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-yarl_1.3.0.bb

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


More information about the Openembedded-commits mailing list