[oe-commits] [meta-openembedded] branch master updated (611b0c7 -> c13246e)

git at git.openembedded.org git at git.openembedded.org
Thu Feb 13 02:15:04 UTC 2020


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

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

    from 611b0c7  python3-alembic: update to version 1.4.0
     add 036169a  python3-aiofiles: consolidate inc and bb files into a single bb file
     add 999b334  python3-anyjson: consolidate inc and bb files into a single bb file
     add 299e3ac  python3-appdirs: consolidate inc and bb files into a single bb file
     add 0e902f8  python3-asn1crypto: consolidate inc and bb files into a single bb file
     add 6c2b3ae  python3-astroid: consolidate inc and bb files into a single bb file
     add 190dc15  python3-async-timeout: consolidate inc and bb files into a single bb file
     add bd1d27c  python3-atomicwrites: consolidate inc and bb files into a single bb file
     add b9db125  python3-attr: consolidate inc and bb files into a single bb file
     add 04cd18f  python3-attrs: consolidate inc and bb files into a single bb file
     add 6b9db43  python3-automat: consolidate inc and bb files into a single bb file
     add d2cdaa9  python3-aws-iot-device-sdk-python: consolidate inc and bb files into a single bb file
     add 17bf230  python3-babel: consolidate inc and bb files into a single bb file
     add 4fc03d0  python3-babel: upgrade to version 2.8.0
     add c6e9762  python3-backports-functools-lru-cache: consolidate inc and bb files into a single bb file
     add df65d98  python3-backports-functools-lru-cache: update to version 1.6.1
     add dbdade5  protobuf: upgrade to 3.11.3
     add 257ea01  mosquitto: Use mosquitto.init for daemon init
     add f5ab147  python3-bitarray: fix name
     add 89b9507  mozjs: Fix python3 build with gold
     add 14cdea0  packagegroup-meta-perl: fix package name
     add cc8d955  wireshark: upgrade 3.2.0 -> 3.2.1
     add d671941  xterm: upgrade 351 -> 353
     add c13246e  zabbix: upgrade 4.4.1 -> 4.4.5

No new revisions were added by this update.

Summary of changes:
 .../mosquitto/files/mosquitto.init                 |  2 +-
 .../{wireshark_3.2.0.bb => wireshark_3.2.1.bb}     |  4 +-
 .../zabbix/{zabbix_4.4.1.bb => zabbix_4.4.5.bb}    |  4 +-
 .../{protobuf_3.10.1.bb => protobuf_3.11.3.bb}     |  4 +-
 .../mozjs/mozjs/0001-Port-build-to-python3.patch   | 11 +++++-
 .../xorg-app/{xterm_351.bb => xterm_353.bb}        |  6 +--
 .../packagegroups/packagegroup-meta-perl.bb        |  2 +-
 .../recipes-devtools/python/python-aiofiles.inc    | 14 -------
 .../recipes-devtools/python/python-anyjson.inc     | 13 -------
 .../recipes-devtools/python/python-appdirs.inc     |  8 ----
 .../recipes-devtools/python/python-asn1crypto.inc  | 23 ------------
 .../recipes-devtools/python/python-astroid.inc     | 33 -----------------
 .../python/python-async-timeout.inc                | 19 ----------
 .../python/python-atomicwrites.inc                 |  7 ----
 .../recipes-devtools/python/python-attr.inc        |  9 -----
 .../recipes-devtools/python/python-attrs.inc       | 16 --------
 .../recipes-devtools/python/python-automat.inc     | 24 ------------
 .../python/python-aws-iot-device-sdk-python.inc    | 41 ---------------------
 .../python/python3-aiofiles_0.4.0.bb               | 18 ++++++++-
 .../python/python3-anyjson_0.3.3.bb                | 15 +++++++-
 .../python/python3-appdirs_1.4.3.bb                | 10 ++++-
 .../python/python3-asn1crypto_1.3.0.bb             | 22 ++++++++++-
 .../python/python3-astroid_2.3.3.bb                | 35 +++++++++++++++++-
 .../python/python3-async-timeout_3.0.1.bb          | 21 ++++++++++-
 .../python/python3-atomicwrites_1.3.0.bb           |  9 ++++-
 .../recipes-devtools/python/python3-attr_0.3.1.bb  | 11 +++++-
 .../python/python3-attrs_19.3.0.bb                 | 18 ++++++++-
 ...001-setup.py-remove-the-dependency-on-m2r.patch |  0
 .../python/python3-automat_0.8.0.bb                | 23 +++++++++++-
 .../python3-aws-iot-device-sdk-python_1.4.7.bb     | 43 +++++++++++++++++++++-
 .../recipes-devtools/python/python3-babel_2.7.0.bb |  2 -
 .../{python-babel.inc => python3-babel_2.8.0.bb}   |  6 +--
 .../python3-backports-functools-lru-cache_1.5.bb   |  2 -
 ...python3-backports-functools-lru-cache_1.6.1.bb} |  8 ++--
 ...-bitarray_1.2.1.b => python3-bitarray_1.2.1.bb} |  0
 35 files changed, 232 insertions(+), 251 deletions(-)
 rename meta-networking/recipes-support/wireshark/{wireshark_3.2.0.bb => wireshark_3.2.1.bb} (95%)
 rename meta-oe/recipes-connectivity/zabbix/{zabbix_4.4.1.bb => zabbix_4.4.5.bb} (95%)
 rename meta-oe/recipes-devtools/protobuf/{protobuf_3.10.1.bb => protobuf_3.11.3.bb} (96%)
 rename meta-oe/recipes-graphics/xorg-app/{xterm_351.bb => xterm_353.bb} (81%)
 delete mode 100644 meta-python/recipes-devtools/python/python-aiofiles.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-anyjson.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-appdirs.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-asn1crypto.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-astroid.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-async-timeout.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-atomicwrites.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-attr.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-attrs.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-automat.inc
 delete mode 100644 meta-python/recipes-devtools/python/python-aws-iot-device-sdk-python.inc
 rename meta-python/recipes-devtools/python/{python-automat => python3-automat}/0001-setup.py-remove-the-dependency-on-m2r.patch (100%)
 delete mode 100644 meta-python/recipes-devtools/python/python3-babel_2.7.0.bb
 rename meta-python/recipes-devtools/python/{python-babel.inc => python3-babel_2.8.0.bb} (77%)
 delete mode 100644 meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.5.bb
 rename meta-python/recipes-devtools/python/{python-backports-functools-lru-cache.inc => python3-backports-functools-lru-cache_1.6.1.bb} (58%)
 rename meta-python/recipes-devtools/python/{python3-bitarray_1.2.1.b => python3-bitarray_1.2.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