[oe-commits] [meta-openembedded] branch master-next updated (72d4033 -> f5d2bf5)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 01:21:22 UTC 2020


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 72d4033  glmark2: Update to latest version
     new ad371d6  dbus-broker: upgrade 21 -> 22
     new 73eb157  python3-lxml: upgrade 4.4.2 -> 4.5.0
     new bf7de63  python3-pyperf: upgrade 1.7.0 -> 1.7.1
     new 9b615bc  python3-sqlparse: upgrade 0.3.0 -> 0.3.1
     new 3a9f818  python3-jsonpatch: upgrade 1.24 -> 1.25
     new 47a6b2b  python3-wrapt: upgrade 1.11.2 -> 1.21.1
     new 8b6cda1  python3-pyroute2: upgrade 0.5.7 -> 0.5.9
     new 558d321  python3-protobuf: upgrade 3.9.2 -> 3.11.3
     new e47b59f  python3-tqdm: upgrade 4.41.1 -> 4.43.0
     new bce68a4  python3-pymisp: upgrade 2.4.119.1 -> 2.4.122
     new 6549c2d  python3-pulsectl: upgrade 20.1.2 -> 20.2.4
     new b650d80  python-parse: upgrade 1.14.0 -> 1.15.0
     new f5d2bf5  python3-packaging: upgrade 20.0 -> 20.3

The 13 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:
 ...launch-improve-error-handling-for-opendir.patch | 48 ------------
 ...nge-the-constant-used-for-invalid-timesta.patch | 86 ----------------------
 ...3-dbus-socket-treat-MSG_CTRUNC-gracefully.patch | 83 ---------------------
 .../0004-launcher-fix-build-with-musl-libc.patch   | 38 ----------
 ...h-policy-fix-crash-when-importing-selinux.patch | 50 -------------
 ...h-policy-fix-crash-when-exporting-selinux.patch | 59 ---------------
 .../dbus/{dbus-broker_21.bb => dbus-broker_22.bb}  | 10 +--
 .../recipes-devtools/python/python-jsonpatch.inc   |  4 +-
 .../recipes-devtools/python/python-lxml.inc        |  4 +-
 .../recipes-devtools/python/python-packaging.inc   |  4 +-
 .../recipes-devtools/python/python-parse.inc       |  6 +-
 .../recipes-devtools/python/python-protobuf.inc    |  4 +-
 .../recipes-devtools/python/python-pymisp.inc      |  8 +-
 .../recipes-devtools/python/python-pyperf.inc      |  4 +-
 .../recipes-devtools/python/python-pyroute2.inc    |  4 +-
 .../recipes-devtools/python/python-sqlparse.inc    |  4 +-
 .../recipes-devtools/python/python-tqdm.inc        |  6 +-
 .../recipes-devtools/python/python-wrapt.inc       |  4 +-
 ...jsonpatch_1.24.bb => python3-jsonpatch_1.25.bb} |  0
 ...python3-lxml_4.4.2.bb => python3-lxml_4.5.0.bb} |  0
 ...packaging_20.0.bb => python3-packaging_20.3.bb} |  0
 ...on3-parse_1.14.0.bb => python3-parse_1.15.0.bb} |  0
 ...rotobuf_3.9.2.bb => python3-protobuf_3.11.3.bb} |  0
 ...lsectl_20.1.2.bb => python3-pulsectl_20.2.4.bb} |  4 +-
 ...misp_2.4.119.1.bb => python3-pymisp_2.4.122.bb} |  0
 ...on3-pyperf_1.7.0.bb => python3-pyperf_1.7.1.bb} |  0
 ...pyroute2_0.5.7.bb => python3-pyroute2_0.5.9.bb} |  0
 ...sqlparse_0.3.0.bb => python3-sqlparse_0.3.1.bb} |  0
 ...thon3-tqdm_4.41.1.bb => python3-tqdm_4.43.0.bb} |  0
 ...on3-wrapt_1.11.2.bb => python3-wrapt_1.12.1.bb} |  0
 30 files changed, 32 insertions(+), 398 deletions(-)
 delete mode 100644 meta-oe/recipes-core/dbus/dbus-broker/0001-launch-improve-error-handling-for-opendir.patch
 delete mode 100644 meta-oe/recipes-core/dbus/dbus-broker/0002-metrics-change-the-constant-used-for-invalid-timesta.patch
 delete mode 100644 meta-oe/recipes-core/dbus/dbus-broker/0003-dbus-socket-treat-MSG_CTRUNC-gracefully.patch
 delete mode 100644 meta-oe/recipes-core/dbus/dbus-broker/0004-launcher-fix-build-with-musl-libc.patch
 delete mode 100644 meta-oe/recipes-core/dbus/dbus-broker/0005-launch-policy-fix-crash-when-importing-selinux.patch
 delete mode 100644 meta-oe/recipes-core/dbus/dbus-broker/0006-launch-policy-fix-crash-when-exporting-selinux.patch
 rename meta-oe/recipes-core/dbus/{dbus-broker_21.bb => dbus-broker_22.bb} (63%)
 rename meta-python/recipes-devtools/python/{python3-jsonpatch_1.24.bb => python3-jsonpatch_1.25.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-lxml_4.4.2.bb => python3-lxml_4.5.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-packaging_20.0.bb => python3-packaging_20.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-parse_1.14.0.bb => python3-parse_1.15.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-protobuf_3.9.2.bb => python3-protobuf_3.11.3.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pulsectl_20.1.2.bb => python3-pulsectl_20.2.4.bb} (76%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.119.1.bb => python3-pymisp_2.4.122.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyperf_1.7.0.bb => python3-pyperf_1.7.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-pyroute2_0.5.7.bb => python3-pyroute2_0.5.9.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-sqlparse_0.3.0.bb => python3-sqlparse_0.3.1.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.41.1.bb => python3-tqdm_4.43.0.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-wrapt_1.11.2.bb => python3-wrapt_1.12.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