[oe-commits] [meta-openembedded] branch master updated (9c63095 -> 29a4983)

git at git.openembedded.org git at git.openembedded.org
Sat Dec 30 22:34:37 UTC 2017


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

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

    from 9c63095  dnfdragora: new add
     add e4be8f4  plymouth: fix path to systemd-tty-ask-password-agent
     add 5fc5082  gvfs: update 1.32.1 -> 1.34.1
     add 00b889a  plymouth: do not install systemd units manually
     add f5c2f02  plymouth: packageconfig gtk needs gtk+3 as depends
     add cae654a  libyui-ncurses: new add
     add e170ac2  xrdp: CVE-2017-16927
     add 303fd6d  hwloc: fix multilib problem
     add fa21162  leveldb: fix checking for SSE flag
     add 91a3241  python-pymisc: update to version 2.4.85
     add 83b097c  python-flask-wtf: update to version 0.14.2
     add 681bce8  python-parted: update to version 3.11.1
     add aadf683  python-networkx: update to version 2.0
     add bc8e40e  python3-langtable: update to version 0.0.38
     add b91c5dc  python-pyperclip: add an initial recipe for version 1.6.0
     add dbfb70f  python-cmd2: update RDEPENDS to include pyperclip
     add cf1f547  python-pyflakes: update to version 1.6.0
     add a5203c3  python-whoosh: add RDEPENDS to work on minimal python installs
     add e8dde5a  python-zopeinterface: update RDEPENDS to include datetime
     add d8440d2  python-pycparser: add pprint to the RDEPENDS
     add 088327d  python-netaddr: update to RDEPENDS to work on minimal python installs
     add 210c895  python-pyroute2: re-add the RDEPENDS that were removed and verify on the latest release
     add 84aa13e  python-pyserial: reorganize packaging and update RDEPENDS
     add 29a4983  python-pandas: add json to the RDEPENDS list

No new revisions were added by this update.

Summary of changes:
 .../gvfs/{gvfs_1.32.1.bb => gvfs_1.34.1.bb}        |   7 +-
 ...ath-to-systemd-tty-ask-password-agent-con.patch |  34 +++++
 meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb    |  12 +-
 meta-oe/recipes-extended/hwloc/hwloc_1.11.5.bb     |   9 +-
 ...uild_detect_platform-Check-for-__SSE4_2__.patch |   5 +-
 ...1-Fix-the-error-of-can-t-find-header-file.patch | 101 ++++++++++++++
 .../recipes-graphics/libyui/libyui-ncurses_git.bb  |  48 +++++++
 .../xrdp/xrdp/0001-Fix-of-CVE-2017-16927.patch     | 148 +++++++++++++++++++++
 meta-oe/recipes-support/xrdp/xrdp_0.9.4.bb         |   1 +
 .../recipes-devtools/python/python-cmd2_0.7.8.bb   |   1 +
 .../recipes-devtools/python/python-flask-wtf.inc   |  13 +-
 .../import-simplejson-as-json.patch                |  28 ----
 ...lask-wtf_0.12.bb => python-flask-wtf_0.14.2.bb} |   0
 .../recipes-devtools/python/python-netaddr.inc     |   6 +
 .../python/python-networkx_1.11.bb                 |  10 --
 .../recipes-devtools/python/python-networkx_2.0.bb |  12 ++
 .../recipes-devtools/python/python-pandas.inc      |   1 +
 .../recipes-devtools/python/python-pycparser.inc   |   1 +
 .../python/python-pyflakes_1.2.3.bb                |  14 --
 .../python/python-pyflakes_1.6.0.bb                |  14 ++
 .../recipes-devtools/python/python-pymisp.inc      |   4 +-
 ...on-pymisp_2.4.84.bb => python-pymisp_2.4.85.bb} |   0
 .../recipes-devtools/python/python-pyperclip.inc   |  13 ++
 ...ecorator_4.1.2.bb => python-pyperclip_1.6.0.bb} |   2 +-
 .../recipes-devtools/python/python-pyroute2.inc    |  12 +-
 .../recipes-devtools/python/python-pyserial.inc    |  44 ++++--
 .../recipes-devtools/python/python-whoosh.inc      |  11 ++
 .../python/python-zopeinterface.inc                |   2 +
 ...ask-wtf_0.12.bb => python3-flask-wtf_0.14.2.bb} |   0
 ...table_0.0.37.bb => python3-langtable_0.0.38.bb} |   4 +-
 .../python/python3-netaddr_0.7.19.bb               |   5 +
 ...3-pymisp_2.4.84.bb => python3-pymisp_2.4.85.bb} |   0
 .../python/python3-pyperclip_1.6.0.bb              |   2 +
 .../python/python3-whoosh_2.7.4.bb                 |   7 +
 .../python-pyparted/python-pyparted.inc            |  12 +-
 .../0001-fix-version-float-check.patch             |  26 ----
 ...yparted_3.10.7.bb => python-pyparted_3.11.1.bb} |   0
 .../0001-fix-version-float-check.patch             |  26 ----
 ...parted_3.10.7.bb => python3-pyparted_3.11.1.bb} |   0
 39 files changed, 480 insertions(+), 155 deletions(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.32.1.bb => gvfs_1.34.1.bb} (88%)
 create mode 100644 meta-oe/recipes-core/plymouth/files/0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch
 create mode 100644 meta-oe/recipes-graphics/libyui/libyui-ncurses/0001-Fix-the-error-of-can-t-find-header-file.patch
 create mode 100644 meta-oe/recipes-graphics/libyui/libyui-ncurses_git.bb
 create mode 100644 meta-oe/recipes-support/xrdp/xrdp/0001-Fix-of-CVE-2017-16927.patch
 delete mode 100644 meta-python/recipes-devtools/python/python-flask-wtf/import-simplejson-as-json.patch
 rename meta-python/recipes-devtools/python/{python-flask-wtf_0.12.bb => python-flask-wtf_0.14.2.bb} (100%)
 delete mode 100644 meta-python/recipes-devtools/python/python-networkx_1.11.bb
 create mode 100644 meta-python/recipes-devtools/python/python-networkx_2.0.bb
 delete mode 100644 meta-python/recipes-devtools/python/python-pyflakes_1.2.3.bb
 create mode 100644 meta-python/recipes-devtools/python/python-pyflakes_1.6.0.bb
 rename meta-python/recipes-devtools/python/{python-pymisp_2.4.84.bb => python-pymisp_2.4.85.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python-pyperclip.inc
 copy meta-python/recipes-devtools/python/{python-decorator_4.1.2.bb => python-pyperclip_1.6.0.bb} (68%)
 rename meta-python/recipes-devtools/python/{python3-flask-wtf_0.12.bb => python3-flask-wtf_0.14.2.bb} (100%)
 rename meta-python/recipes-devtools/python/{python3-langtable_0.0.37.bb => python3-langtable_0.0.38.bb} (90%)
 rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.84.bb => python3-pymisp_2.4.85.bb} (100%)
 create mode 100644 meta-python/recipes-devtools/python/python3-pyperclip_1.6.0.bb
 delete mode 100644 meta-python/recipes-extended/python-pyparted/python-pyparted/0001-fix-version-float-check.patch
 rename meta-python/recipes-extended/python-pyparted/{python-pyparted_3.10.7.bb => python-pyparted_3.11.1.bb} (100%)
 delete mode 100644 meta-python/recipes-extended/python-pyparted/python3-pyparted/0001-fix-version-float-check.patch
 rename meta-python/recipes-extended/python-pyparted/{python3-pyparted_3.10.7.bb => python3-pyparted_3.11.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