[ubuntu/yakkety-proposed] snapcraft 2.30+16.10 (Accepted)

Sergio Schvezov sergio.schvezov at canonical.com
Mon May 22 19:33:35 UTC 2017


snapcraft (2.30+16.10) yakkety; urgency=medium

  [ Sergio Schvezov ]
  * cli: new UI and internal refactor (#1307)
  * cli: proper error for failed snap command (#1325)
  * Revert "tests: remove the reusable parts tour test (#1321)" (#1324)
  * store: collaboration UI for snaps (#1288)
  * New upstream release 2.30 (LP: #1692102)

  [ Leo Arias ]
  * tests: initial setup for the snapcraft snap tests with spread (#1272)
  * misc: rename the snap dir variable to prime dir (#1279)
  * recording: save the snapcraft.yaml in the resulting snap (#1278)
  * tests: minor cleanups on the spread tests (#1287)
  * tests: refactor tests with build and stage packages (#1290)
  * parts: remove the deprecated snap keyword from the internal representation (#1282)
  * tests: fix the recording tests to work in multiple architectures (#1292)
  * recording: record stage packages installed in the snap (#1293)
  * recording: record build packages installed in the snap (#1295)
  * tests: increase the staging registration limit to 100 (#1271)
  * tests: use C.UTF-8 for the docker locale (#1310)
  * state: save the dependencies of build packages (#1299)
  * recording: record global build-packages installed on the host (#1306)
  * state: fix the name of the source details (#1312)
  * meta: read and write the desktop file with utf-8 encoding (#1309)
  * cleanbuild: set the container language to C.UTF-8 (#1304)
  * tests: remove the reusable parts tour test (#1321)
  * recording: save the details of the source pulled (#1317)
  * state: ignore the 'any' architecture in the build packages apt cache (#1322)
  * state: search for the build package that provides a virtual package (#1323)

  [ Facundo Batista ]
  * store: support for channel branches in responses for release, close, and status (#1280)

  [ Christian Dywan ]
  * lxd: pass through commands into the container (#1263)
  * lxd: setup image and target arch for cross-compilation (#1286)
  * lxd: support the architectures field from older LXDs (#1305)
  * lxd: mock platform in the FakeLXD fixture (#1315)

  [ Paolo Pisati ]
  * kernel plugin: learn how to assemble the ubuntu config using kconfigflavour (#1285)
  * kernel plugin: slightly improve the messaging of check_config() (#1303)
  * kernel plugin: do not warn about DMIID in config check (#1319)
  * kernel_plugin: use CROSS_COMPILE to override the default toolchain (#1242)
  * cli: allow uts machine arch as a valid --target-arch option (#1204)
  * kernel plugin: verify kernel config is correct (#1223)

  [ Tim Süberkrüb ]
  * sources: add support for 7-zip files (#1168)

  [ JulianLiu ]
  * meson plugin: add a plugin for meson build system (#1294)

  [ roxd ]
  * rust plugin: use of source-subdir without failing on pull (#1296)

  [ edvega ]
  * sources: validate unknown source-type in yaml (#1297)

  [ Ricardo N Feliciano ]
  * docs: add missing VCS dependencies to HACKING.md (#1311)
  * cli: allow capital Y to accept the dev agreement (#1308)

Date: Fri, 19 May 2017 17:39:34 -0300
Changed-By: Sergio Schvezov <sergio.schvezov at canonical.com>
Maintainer: Snapcraft Team <snapcraft at lists.snapcraft.io>
https://launchpad.net/ubuntu/+source/snapcraft/2.30+16.10
-------------- next part --------------
Format: 1.8
Date: Fri, 19 May 2017 17:39:34 -0300
Source: snapcraft
Binary: snapcraft snapcraft-parser snapcraft-examples
Architecture: source
Version: 2.30+16.10
Distribution: yakkety
Urgency: medium
Maintainer: Snapcraft Team <snapcraft at lists.snapcraft.io>
Changed-By: Sergio Schvezov <sergio.schvezov at canonical.com>
Description:
 snapcraft  - easily craft snaps
 snapcraft-examples - examples and demos for snapcraft
 snapcraft-parser - cloud parser for shared snapcraft parts.
Launchpad-Bugs-Fixed: 1692102
Changes:
 snapcraft (2.30+16.10) yakkety; urgency=medium
 .
   [ Sergio Schvezov ]
   * cli: new UI and internal refactor (#1307)
   * cli: proper error for failed snap command (#1325)
   * Revert "tests: remove the reusable parts tour test (#1321)" (#1324)
   * store: collaboration UI for snaps (#1288)
   * New upstream release 2.30 (LP: #1692102)
 .
   [ Leo Arias ]
   * tests: initial setup for the snapcraft snap tests with spread (#1272)
   * misc: rename the snap dir variable to prime dir (#1279)
   * recording: save the snapcraft.yaml in the resulting snap (#1278)
   * tests: minor cleanups on the spread tests (#1287)
   * tests: refactor tests with build and stage packages (#1290)
   * parts: remove the deprecated snap keyword from the internal representation (#1282)
   * tests: fix the recording tests to work in multiple architectures (#1292)
   * recording: record stage packages installed in the snap (#1293)
   * recording: record build packages installed in the snap (#1295)
   * tests: increase the staging registration limit to 100 (#1271)
   * tests: use C.UTF-8 for the docker locale (#1310)
   * state: save the dependencies of build packages (#1299)
   * recording: record global build-packages installed on the host (#1306)
   * state: fix the name of the source details (#1312)
   * meta: read and write the desktop file with utf-8 encoding (#1309)
   * cleanbuild: set the container language to C.UTF-8 (#1304)
   * tests: remove the reusable parts tour test (#1321)
   * recording: save the details of the source pulled (#1317)
   * state: ignore the 'any' architecture in the build packages apt cache (#1322)
   * state: search for the build package that provides a virtual package (#1323)
 .
   [ Facundo Batista ]
   * store: support for channel branches in responses for release, close, and status (#1280)
 .
   [ Christian Dywan ]
   * lxd: pass through commands into the container (#1263)
   * lxd: setup image and target arch for cross-compilation (#1286)
   * lxd: support the architectures field from older LXDs (#1305)
   * lxd: mock platform in the FakeLXD fixture (#1315)
 .
   [ Paolo Pisati ]
   * kernel plugin: learn how to assemble the ubuntu config using kconfigflavour (#1285)
   * kernel plugin: slightly improve the messaging of check_config() (#1303)
   * kernel plugin: do not warn about DMIID in config check (#1319)
   * kernel_plugin: use CROSS_COMPILE to override the default toolchain (#1242)
   * cli: allow uts machine arch as a valid --target-arch option (#1204)
   * kernel plugin: verify kernel config is correct (#1223)
 .
   [ Tim Süberkrüb ]
   * sources: add support for 7-zip files (#1168)
 .
   [ JulianLiu ]
   * meson plugin: add a plugin for meson build system (#1294)
 .
   [ roxd ]
   * rust plugin: use of source-subdir without failing on pull (#1296)
 .
   [ edvega ]
   * sources: validate unknown source-type in yaml (#1297)
 .
   [ Ricardo N Feliciano ]
   * docs: add missing VCS dependencies to HACKING.md (#1311)
   * cli: allow capital Y to accept the dev agreement (#1308)
Checksums-Sha1:
 57a2bc65ba07368976e25531a4d279898fdf50f6 2511 snapcraft_2.30+16.10.dsc
 d80fad92328f9cd7da18ed93f9786f6f44ea8f72 508908 snapcraft_2.30+16.10.tar.xz
Checksums-Sha256:
 84d75202ba084591fa91001897558fe4cc251dddd982ef10d3e3b308c1d7df4c 2511 snapcraft_2.30+16.10.dsc
 4b6fb3a05b888e36523322b01ce177be28e7a266161ed1f1cd0ae85f0aade449 508908 snapcraft_2.30+16.10.tar.xz
Files:
 09f2a822a2a616733a877861e963c884 2511 utils extra snapcraft_2.30+16.10.dsc
 62b255a4bac4769bb2bbcdbb60863791 508908 utils extra snapcraft_2.30+16.10.tar.xz


More information about the Yakkety-changes mailing list