[oe-commits] [openembedded-core] branch python3 updated (f0653a7 -> c5fa72a)

git at git.openembedded.org git at git.openembedded.org
Wed Jun 1 11:48:08 UTC 2016


rpurdie pushed a change to branch python3
in repository openembedded-core.

  discards  f0653a7   scripts: python3: Use print function
  discards  f2b785f   scripts/lnr: update for python3
  discards  7ae5cc8   fixup
  discards  c5cd135   locale fixup
  discards  6947748   fixup
  discards  895cd1c   scripts: use python3 in shebang
  discards  fc3058f   python3: convert views to lists
  discards  a2e03f1   python3: rename xrange -> range
  discards  583f781   scripts: python3: fix urlparse imports
  discards  21b1c25   scripts: python3: rename ConfigParser -> configparser
  discards  525b6f8   scripts: python3: fix encoding errors
  discards  9c91070   scripts: python3: replace basestring -> str
  discards  3812e60   scripts: python3: fix deprecated dict methods
  discards  fcb3904   qemurunner: convert data when working with socket
  discards  b006611   wic: encode help text
  discards  6a388f6   wic: use python3 in shebang
  discards  be034dc   Switch urlparse to urllib.parse
  discards  fdc67b1   meta: python3 megapatch
  discards  6b98342   xrange -> range
  discards  2e73210   use list instead of views
  discards  71bf0a7   iter changes
  discards  f639855   command pipeline decoding
  discards  e30c62b   meta: Convert to use python3 octal syntax
  discards  16e347f   scripts/oe-buildenv-internal: allow experimental python3 support
  discards  10af3e2   Revert "tcmode-default: Bump gcc"
      adds  d780642   lib/oe/recipeutils: split out patch_recipe_lines()
      adds  fb2bb50   lib/oe/recipeutils: patch_recipe_lines: allow omitting trailing newlines
      adds  c33ba6c   lib/oe/recipeutils: fix insertion of variable values
      adds  91fc35f   recipetool: create: support extracting SUMMARY and HOMEPAGE
      adds  19e6b66   recipetool: create: extract variable values from .deb/.ipk/.rpm
      adds  13bc243   recipetool: create: use ${BP} for subdir for binary packages
      adds  000480c   recipetool / devtool: set a fixed SRCREV by default when fetching from git
      adds  8834e81   python-native, python3-native: remove the use of exported HOST_SYS and BUILD_SYS variables
      adds  5a149a0   distutils-native-base.bbclass, distutils3-native-base.bbclass: remove
      adds  3891fce   python3-dir.bbclass: add a separate class for Python 3
      adds  e0c7584   default-versions.inc: drop python-related defaults
      adds  79a98af   sip.bbclass: remove
      adds  36e9ed8   avahi-ui: remove support for building a python module
      adds  abf2258   python3: manipulate all of the config*/Makefile files, not just config/Makefile
      adds  f2383ea   git: remove Python package (to which nothing was packaged)
      adds  1c8cdcd   qemu: remove runtime python dependency
      adds  54cbeb2   subversion: remove unnecessary python dependency
      adds  a5aa151   cracklib: disable building the python module
      adds  72be375   python3-mako: add a Python 3 recipe
      adds  3e751bd   python3-nose: add a recipe
      adds  3e171c8   python3: add = to -L linking option only when the path is absolute
      adds  9bffe2f   python-numpy: move recipe to own directory
      adds  4976382   libarchive: Upgrade to v3.2.0
      adds  2dd1c02   unzip: fix security issues
      adds  5bbde5a   libpng: update to 1.6.22
      adds  d498b15   bluez5: update to 5.40
      adds  f97c40f   insane: return line-feeds to qa.log
      adds  2e49887   perl-ptest.inc: fix tar call to prevent objcopy failure
      adds  0df6dab   package.bbclass: fix strip and split logic
      adds  3d6884a   openssl: fix the dangling libcrypto.a symlink
      adds  98a4c64   systemd: allow add users as a rootfs postprocess cmd
      adds  80fecc4   scripts: python3: Use print function
      adds  85b6a53   scripts/lnr: update for python3
       new  c6353dc   Revert "tcmode-default: Bump gcc"
       new  fd5cbad   scripts/oe-buildenv-internal: allow experimental python3 support
       new  6fe0e6d   meta: Convert to use python3 octal syntax
       new  094741f   command pipeline decoding
       new  d468b89   iter changes
       new  6d0c3d6   use list instead of views
       new  13b002d   xrange -> range
       new  71055c6   meta: python3 megapatch
       new  4174bd2   Switch urlparse to urllib.parse
       new  72778ea   wic: use python3 in shebang
       new  9f22da6   wic: encode help text
       new  abf7f6a   qemurunner: convert data when working with socket
       new  21d3824   scripts: python3: fix deprecated dict methods
       new  e8622ec   scripts: python3: replace basestring -> str
       new  aa1513e   scripts: python3: fix encoding errors
       new  da3b121   scripts: python3: rename ConfigParser -> configparser
       new  93afac1   scripts: python3: fix urlparse imports
       new  df62315   python3: rename xrange -> range
       new  7b818b2   python3: convert views to lists
       new  c5fa72a   scripts: use python3 in shebang

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f0653a7)
            \
             N -- N -- N   refs/heads/python3 (c5fa72a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

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


Summary of changes:
 meta/classes/distutils-common-base.bbclass         |   2 -
 meta/classes/distutils-native-base.bbclass         |   3 -
 meta/classes/distutils-tools.bbclass               |   4 -
 meta/classes/distutils.bbclass                     |   4 -
 meta/classes/distutils3-base.bbclass               |   3 -
 meta/classes/distutils3-native-base.bbclass        |   4 -
 meta/classes/distutils3.bbclass                    |  24 ---
 meta/classes/gobject-introspection.bbclass         |   2 -
 meta/classes/insane.bbclass                        |   2 +-
 meta/classes/package.bbclass                       |   3 +-
 meta/classes/python-dir.bbclass                    |   6 +-
 meta/classes/python3-dir.bbclass                   |   5 +
 meta/classes/python3native.bbclass                 |   4 +-
 meta/classes/rootfs-postcommands.bbclass           |  43 +++---
 meta/classes/sip.bbclass                           |  61 --------
 meta/conf/distro/include/default-versions.inc      |   5 -
 meta/conf/distro/include/security_flags.inc        |   1 -
 meta/lib/oe/recipeutils.py                         |  40 +++--
 meta/lib/oeqa/selftest/devtool.py                  |   6 +-
 meta/recipes-connectivity/avahi/avahi-ui_0.6.32.bb |  11 +-
 .../bluez5/{bluez5_5.39.bb => bluez5_5.40.bb}      |   4 +-
 meta/recipes-connectivity/openssl/openssl.inc      |   2 +-
 meta/recipes-core/libxml/libxml2_2.9.3.bb          |   2 -
 meta/recipes-devtools/gdb/gdb-cross.inc            |   2 -
 meta/recipes-devtools/git/git.inc                  |   7 +-
 meta/recipes-devtools/perl/perl-ptest.inc          |   4 +-
 ...h-usr-and-so-on-for-libraries-by-default-.patch |   0
 .../files}/aarch64/_numpyconfig.h                  |   0
 .../files/aarch64}/config.h                        |   0
 .../files}/add-glibc-check.patch                   |   0
 .../mipsel => python-numpy/files/arm}/config.h     |   0
 .../files/arm}/numpyconfig.h                       |   0
 .../files}/armeb/config.h                          |   0
 .../files}/armeb/numpyconfig.h                     |   0
 .../files}/mips/_numpyconfig.h                     |   0
 .../files}/mips/config.h                           |   0
 .../files/mips64}/_numpyconfig.h                   |   0
 .../files/mips64}/config.h                         |   0
 .../files}/mips64n32/_numpyconfig.h                |   0
 .../files/mips64n32}/config.h                      |   0
 .../arm => python-numpy/files/mipsel}/config.h     |   0
 .../files/mipsel}/numpyconfig.h                    |   0
 .../files}/powerpc/_numpyconfig.h                  |   0
 .../files}/powerpc/config.h                        |   0
 .../files/powerpc64}/_numpyconfig.h                |   0
 .../files/powerpc64}/config.h                      |   0
 .../files}/remove-build-path-in-comments.patch     |   0
 .../files}/x86-64/_numpyconfig.h                   |   0
 .../files}/x86-64/config.h                         |   0
 .../files}/x86/config.h                            |   0
 .../files}/x86/numpyconfig.h                       |   0
 .../python-numpy_1.10.4.bb                         |   1 -
 meta/recipes-devtools/python/python-dbus_1.2.0.bb  |   3 -
 meta/recipes-devtools/python/python-mako_1.0.3.bb  |   6 +
 ...2-distutils-prefix-is-inside-staging-area.patch |  65 --------
 .../python/python-native_2.7.11.bb                 |   4 +-
 .../python/python-pycairo_1.10.0.bb                |   2 +-
 ...et-the-prefix-to-be-inside-staging-direct.patch |  51 +++++++
 ...{python-mako_1.0.3.bb => python3-mako_1.0.3.bb} |   8 +-
 .../python/python3-native_3.5.1.bb                 |   2 -
 ...{python-nose_1.3.7.bb => python3-nose_1.3.7.bb} |   6 +-
 ...2-distutils-prefix-is-inside-staging-area.patch |  49 ++----
 .../python/python3/unixccompiler.patch             |   6 +-
 meta/recipes-devtools/python/python3_3.5.1.bb      |   7 +-
 meta/recipes-devtools/python/python_2.7.11.bb      |   3 -
 meta/recipes-devtools/qemu/qemu.inc                |   2 +-
 meta/recipes-devtools/rpm/rpm_5.4+cvs.bb           |   2 +-
 meta/recipes-devtools/rpm/rpm_5.4.16.bb            |   2 +-
 .../subversion/subversion_1.9.3.bb                 |   2 +-
 meta/recipes-extended/cracklib/cracklib_2.9.5.bb   |  25 +---
 .../0001-Set-xattrs-after-setting-times.patch      |  59 --------
 .../libarchive/libarchive-CVE-2013-0211.patch      |  39 -----
 .../libarchive/libarchive-CVE-2015-2304.patch      | 152 -------------------
 .../libarchive/libarchive/mkdir.patch              |  45 ------
 .../libarchive/libarchive/pkgconfig.patch          |  25 ----
 .../{libarchive_3.1.2.bb => libarchive_3.2.0.bb}   |  11 +-
 meta/recipes-extended/newt/libnewt_0.52.18.bb      |   3 -
 .../unzip/unzip/fix-security-format.patch          | 139 +++++++++++++++++
 meta/recipes-extended/unzip/unzip_6.0.bb           |   1 +
 .../gobject-introspection_1.46.0.bb                |   2 -
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |   2 +-
 meta/recipes-kernel/perf/perf.bb                   |   2 -
 .../libpng/{libpng_1.6.21.bb => libpng_1.6.22.bb}  |   8 +-
 meta/recipes-rt/rt-tests/hwlatdetect_0.96.bb       |   1 +
 scripts/lib/devtool/standard.py                    |   3 +
 scripts/lib/recipetool/create.py                   | 165 ++++++++++++++++-----
 scripts/lib/recipetool/create_buildsys.py          |  37 +++--
 scripts/lib/recipetool/create_npm.py               |   4 +-
 88 files changed, 470 insertions(+), 728 deletions(-)
 delete mode 100644 meta/classes/distutils-native-base.bbclass
 delete mode 100644 meta/classes/distutils3-native-base.bbclass
 create mode 100644 meta/classes/python3-dir.bbclass
 delete mode 100644 meta/classes/sip.bbclass
 rename meta/recipes-connectivity/bluez5/{bluez5_5.39.bb => bluez5_5.40.bb} (89%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/aarch64/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/powerpc64 => python-numpy/files/aarch64}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/add-glibc-check.patch (100%)
 rename meta/recipes-devtools/{python/python-numpy/mipsel => python-numpy/files/arm}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mipsel => python-numpy/files/arm}/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/armeb/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/armeb/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/powerpc64 => python-numpy/files/mips64}/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mips64n32 => python-numpy/files/mips64}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/mips64n32/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mips64 => python-numpy/files/mips64n32}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/arm => python-numpy/files/mipsel}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/arm => python-numpy/files/mipsel}/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/powerpc/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/mips64 => python-numpy/files/powerpc64}/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy/aarch64 => python-numpy/files/powerpc64}/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/remove-build-path-in-comments.patch (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86-64/_numpyconfig.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86-64/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86/config.h (100%)
 rename meta/recipes-devtools/{python/python-numpy => python-numpy/files}/x86/numpyconfig.h (100%)
 rename meta/recipes-devtools/{python => python-numpy}/python-numpy_1.10.4.bb (98%)
 delete mode 100644 meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch
 create mode 100644 meta/recipes-devtools/python/python/0001-distutils-set-the-prefix-to-be-inside-staging-direct.patch
 copy meta/recipes-devtools/python/{python-mako_1.0.3.bb => python3-mako_1.0.3.bb} (82%)
 copy meta/recipes-devtools/python/{python-nose_1.3.7.bb => python3-nose_1.3.7.bb} (90%)
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/0001-Set-xattrs-after-setting-times.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2013-0211.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/libarchive-CVE-2015-2304.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/mkdir.patch
 delete mode 100644 meta/recipes-extended/libarchive/libarchive/pkgconfig.patch
 rename meta/recipes-extended/libarchive/{libarchive_3.1.2.bb => libarchive_3.2.0.bb} (83%)
 create mode 100644 meta/recipes-extended/unzip/unzip/fix-security-format.patch
 rename meta/recipes-multimedia/libpng/{libpng_1.6.21.bb => libpng_1.6.22.bb} (66%)

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


More information about the Openembedded-commits mailing list