[ubuntu/zesty-proposed] snapcraft 2.30+17.04 (Accepted)

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


snapcraft (2.30+17.04) zesty; 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+17.04
-------------- 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+17.04
Distribution: zesty
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+17.04) zesty; 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:
 993d2a6ae33deb0e1c4454a0ca3ba869a238e14a 2511 snapcraft_2.30+17.04.dsc
 fcecd0e1cdd50d5ea88478f5d7dfdda525a6735d 508884 snapcraft_2.30+17.04.tar.xz
Checksums-Sha256:
 2dd6d5f974c7c8d6a8fbdd8dd7070c599dba94a2939dbb74ef7ca771d160f9fc 2511 snapcraft_2.30+17.04.dsc
 92a00b5b78354b73187dffbb4d39c8d3b02b65b62b894c2819c659ff70768932 508884 snapcraft_2.30+17.04.tar.xz
Files:
 624f2082eaa73d54ee62b9a6c8824a1c 2511 utils extra snapcraft_2.30+17.04.dsc
 f0ef416b10f5ef532261dcc6b4c8d7d2 508884 utils extra snapcraft_2.30+17.04.tar.xz


More information about the Zesty-changes mailing list