[oe-commits] [meta-openembedded] branch master updated (3173648 -> f5d2bf5)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 11 15:57:02 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 3173648  dnf-plugin-tui: upgrade 1.0 -> 1.1
     add 41eb6e1  python3-sqlparse: change shebang to python3
     add cae26bb  wireshark: Inherit mime and mime-xdg
     add cfb432a  kronoset: Disable sign-compare with clang
     add 70f4648  abseil-cpp: Depend on libexecinfo on musl
     add 33440e8  minidlna: Use clock_gettime API insteaad of syscall
     add 3f6419c  libde265: Update to 1.0.5
     add 2773a9f  kea: upgrade 1.7.4 -> 1.7.5
     add 27d458c  python-pandas: upgrade 0.23.4 -> 1.0.1
     add a4b0a7c  renderdoc: Upgrade to 1.7
     add 72d4033  glmark2: Update to latest version
     add ad371d6  dbus-broker: upgrade 21 -> 22
     add 73eb157  python3-lxml: upgrade 4.4.2 -> 4.5.0
     add bf7de63  python3-pyperf: upgrade 1.7.0 -> 1.7.1
     add 9b615bc  python3-sqlparse: upgrade 0.3.0 -> 0.3.1
     add 3a9f818  python3-jsonpatch: upgrade 1.24 -> 1.25
     add 47a6b2b  python3-wrapt: upgrade 1.11.2 -> 1.21.1
     add 8b6cda1  python3-pyroute2: upgrade 0.5.7 -> 0.5.9
     add 558d321  python3-protobuf: upgrade 3.9.2 -> 3.11.3
     add e47b59f  python3-tqdm: upgrade 4.41.1 -> 4.43.0
     add bce68a4  python3-pymisp: upgrade 2.4.119.1 -> 2.4.122
     add 6549c2d  python3-pulsectl: upgrade 20.1.2 -> 20.2.4
     add b650d80  python-parse: upgrade 1.14.0 -> 1.15.0
     add f5d2bf5  python3-packaging: upgrade 20.0 -> 20.3

No new revisions were added by this update.

Summary of changes:
 .../{libde265_1.0.2.bb => libde265_1.0.5.bb}       |  7 +-
 .../recipes-multimedia/minidlna/minidlna.inc       |  1 +
 ...heck-for-clock_gettime-seprately-from-__N.patch | 36 +++++++++
 .../kea/{kea_1.7.4.bb => kea_1.7.5.bb}             |  4 +-
 .../recipes-extended/kronosnet/kronosnet_1.15.bb   |  6 ++
 .../recipes-support/wireshark/wireshark_3.2.2.bb   |  2 +-
 meta-oe/recipes-benchmark/glmark2/glmark2_git.bb   |  4 +-
 ...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/abseil-cpp/abseil-cpp_git.bb  |  2 +
 .../{renderdoc_1.6.bb => renderdoc_1.7.bb}         |  2 +-
 .../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-pandas.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    |  6 +-
 .../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
 ...n3-pandas_0.23.4.bb => python3-pandas_1.0.1.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
 .../0001-sqlparse-change-shebang-to-python3.patch  | 51 +++++++++++++
 ...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
 42 files changed, 141 insertions(+), 410 deletions(-)
 rename meta-multimedia/recipes-multimedia/libde265/{libde265_1.0.2.bb => libde265_1.0.5.bb} (69%)
 create mode 100644 meta-multimedia/recipes-multimedia/minidlna/minidlna/0001-configure-Check-for-clock_gettime-seprately-from-__N.patch
 rename meta-networking/recipes-connectivity/kea/{kea_1.7.4.bb => kea_1.7.5.bb} (93%)
 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-oe/recipes-graphics/renderdoc/{renderdoc_1.6.bb => renderdoc_1.7.bb} (95%)
 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-pandas_0.23.4.bb => python3-pandas_1.0.1.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%)
 create mode 100644 meta-python/recipes-devtools/python/python3-sqlparse/0001-sqlparse-change-shebang-to-python3.patch
 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