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

Sergio Schvezov sergio.schvezov at ubuntu.com
Fri Jan 13 14:47:28 UTC 2017


snapcraft (2.25+16.10) yakkety; urgency=medium

  [ Joe Talbott ]
  * parser: better message for missing snapcraft.yaml in origins. (#985)
  * parser: clean up help. (#986)
  * parser: improve output. (#984)
  * pluginhandler: ensure staged files are included in the prime step. (#920)
  * tests: add aliases integration test. (#1004)

  [ Matthew Aguirre ]
  * Update ant plugin to use get_build_properties(). (#991)
  * Updated autotools plugin to use get_build_properties(). (#999)
  * godeps plugin: update godeps plugin to use get_pull_properties(). (#1000)
  * catkin plugin: update catkin plugin to use get_pull_properties(). (#1001)
  * make plugin: update make plugin to use get_build_properties(). (#992)
  * nodejs plugin: update nodejs plugin to use get_build_properties(). (#996)
  * go plugin: update go plugin to use get_build_properties(). (#997)
  * python plugin: update python plugin to support get_pull_properties(). (#1002)
  * qmake plugin: update qmake to use get_build_properties() and
    get_pull_properties(). (#993)
  * gulp plugins: update gulp plugin to use get_build_properties(). and
    get_pull_properties(). (#998)
  * kernel plugin: update kernel plugin to use get_build_properties(). (#995)

  [ Kyle Fazzari ]
  * copy plugin: update copy plugin to use get_build_properties(). (#1022)
  * tests: add alias integration test. (#1021)
  * sources: support symlinks in deb sources. (#941)
  * schema: replace `snap` filter with `prime` filter. (#1006)
  * tests: reorganize plugin tests into subdirectory. (#1014)
  * tests: reorganize command tests into subdirectory. (#1015)
  * tests: reorganize state tests into subdirectory. (#1019)
  * pluginhandler: add support for disabling system library migration. (#989)
  * docs: document the `notify` daemon type. (#1041)
  * docs: describe hooks. (#1042)
  * lifecycle: clean without parsing if possible. (#1007)
  * core: add support for hooks. (#1026)

  [ Marco Trevisan ]
  * travis.yaml: use docker exec to split build phases. (#1012)

  [ Leo Arias ]
  * tests: fix integration tests in armhf. (#971)
  * ci: add a checklist in the pull request template. (#972)
  * ci: check the license agreement on Travis. (#973)
  * tests: fix snaps tests in armhf. (#990)
  * rust plugin: add conditional compilation. (#1029)
  * tests: use rust 1.12 to test the rust-revision in armhf. (#1040)
  * rust plugin: use the part source path. (#1035)
  * misc: delete bzr ignore. (#1038)

  [ Jonathon Love ]
  * nodejs plugin: fix the plugin’s dependency installation. (#1023)

  [ Olivier Tilloy ]
  * meta: add 'desktop' entry for apps. (#1010)

  [ Sergio Schvezov ]
  * project loader: better error message for classic. (#1025)
  * tests: fix broken unit test in master. (#1027)
  * parts: better error message when defining parts. (#1036)
  * schema: support the notify daemon type. (#1037)
  * godeps plugin: work when GOBIN is set. (#1046)
  * meta: support core libraries. (#1047)
  * docs: update deprecation links. (#1048)
  * rust plugin: respect fetch parameters. (#1034)
  * New upstream release 2.25 (LP: #1656291)

  [ Bayard Randel ]
  * store: implement push pre-check. (#1009)

Date: Fri, 13 Jan 2017 12:07:10 +0000
Changed-By: Sergio Schvezov <sergio.schvezov at ubuntu.com>
Maintainer: Snapcraft Team <snapcraft at lists.snapcraft.io>
https://launchpad.net/ubuntu/+source/snapcraft/2.25+16.10
-------------- next part --------------
Format: 1.8
Date: Fri, 13 Jan 2017 12:07:10 +0000
Source: snapcraft
Binary: snapcraft snapcraft-parser snapcraft-examples
Architecture: source
Version: 2.25+16.10
Distribution: yakkety
Urgency: medium
Maintainer: Snapcraft Team <snapcraft at lists.snapcraft.io>
Changed-By: Sergio Schvezov <sergio.schvezov at ubuntu.com>
Description:
 snapcraft  - easily craft snaps
 snapcraft-examples - examples and demos for snapcraft
 snapcraft-parser - cloud parser for shared snapcraft parts.
Launchpad-Bugs-Fixed: 1656291
Changes:
 snapcraft (2.25+16.10) yakkety; urgency=medium
 .
   [ Joe Talbott ]
   * parser: better message for missing snapcraft.yaml in origins. (#985)
   * parser: clean up help. (#986)
   * parser: improve output. (#984)
   * pluginhandler: ensure staged files are included in the prime step. (#920)
   * tests: add aliases integration test. (#1004)
 .
   [ Matthew Aguirre ]
   * Update ant plugin to use get_build_properties(). (#991)
   * Updated autotools plugin to use get_build_properties(). (#999)
   * godeps plugin: update godeps plugin to use get_pull_properties(). (#1000)
   * catkin plugin: update catkin plugin to use get_pull_properties(). (#1001)
   * make plugin: update make plugin to use get_build_properties(). (#992)
   * nodejs plugin: update nodejs plugin to use get_build_properties(). (#996)
   * go plugin: update go plugin to use get_build_properties(). (#997)
   * python plugin: update python plugin to support get_pull_properties(). (#1002)
   * qmake plugin: update qmake to use get_build_properties() and
     get_pull_properties(). (#993)
   * gulp plugins: update gulp plugin to use get_build_properties(). and
     get_pull_properties(). (#998)
   * kernel plugin: update kernel plugin to use get_build_properties(). (#995)
 .
   [ Kyle Fazzari ]
   * copy plugin: update copy plugin to use get_build_properties(). (#1022)
   * tests: add alias integration test. (#1021)
   * sources: support symlinks in deb sources. (#941)
   * schema: replace `snap` filter with `prime` filter. (#1006)
   * tests: reorganize plugin tests into subdirectory. (#1014)
   * tests: reorganize command tests into subdirectory. (#1015)
   * tests: reorganize state tests into subdirectory. (#1019)
   * pluginhandler: add support for disabling system library migration. (#989)
   * docs: document the `notify` daemon type. (#1041)
   * docs: describe hooks. (#1042)
   * lifecycle: clean without parsing if possible. (#1007)
   * core: add support for hooks. (#1026)
 .
   [ Marco Trevisan ]
   * travis.yaml: use docker exec to split build phases. (#1012)
 .
   [ Leo Arias ]
   * tests: fix integration tests in armhf. (#971)
   * ci: add a checklist in the pull request template. (#972)
   * ci: check the license agreement on Travis. (#973)
   * tests: fix snaps tests in armhf. (#990)
   * rust plugin: add conditional compilation. (#1029)
   * tests: use rust 1.12 to test the rust-revision in armhf. (#1040)
   * rust plugin: use the part source path. (#1035)
   * misc: delete bzr ignore. (#1038)
 .
   [ Jonathon Love ]
   * nodejs plugin: fix the plugin’s dependency installation. (#1023)
 .
   [ Olivier Tilloy ]
   * meta: add 'desktop' entry for apps. (#1010)
 .
   [ Sergio Schvezov ]
   * project loader: better error message for classic. (#1025)
   * tests: fix broken unit test in master. (#1027)
   * parts: better error message when defining parts. (#1036)
   * schema: support the notify daemon type. (#1037)
   * godeps plugin: work when GOBIN is set. (#1046)
   * meta: support core libraries. (#1047)
   * docs: update deprecation links. (#1048)
   * rust plugin: respect fetch parameters. (#1034)
   * New upstream release 2.25 (LP: #1656291)
 .
   [ Bayard Randel ]
   * store: implement push pre-check. (#1009)
Checksums-Sha1:
 bf9e0e4dcb4ca08bbc8d61a8eb3b04e947d5e9af 2209 snapcraft_2.25+16.10.dsc
 107aebdf923e83d62c16fa698a2cb9527b78710e 1279084 snapcraft_2.25+16.10.tar.xz
Checksums-Sha256:
 31769772f91cdbc902caf56d78d5f1443be655ee9128d09c763e61b1aba68687 2209 snapcraft_2.25+16.10.dsc
 65fde3c240546145252e6ea3d5a78dae3bab2306e28326e86fc3106281590b7b 1279084 snapcraft_2.25+16.10.tar.xz
Files:
 a1a51ea76c749664a40773549c245648 2209 utils extra snapcraft_2.25+16.10.dsc
 33b0fffacb5775a79e3d3aa04f35ed8c 1279084 utils extra snapcraft_2.25+16.10.tar.xz


More information about the Yakkety-changes mailing list