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

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


snapcraft (2.25+17.04) zesty; 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+17.04
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

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+17.04
Distribution: zesty
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+17.04) zesty; 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:
 3b95afe9370fd13cb4b4d8149f3a4a757c54b8c2 2209 snapcraft_2.25+17.04.dsc
 991fe4c5ae05852e0b84d48016f401f97c903c73 1279120 snapcraft_2.25+17.04.tar.xz
Checksums-Sha256:
 623428d3677a0640bd50665463f158f15fe536b0ca99065623fea3bdb9dc5b7f 2209 snapcraft_2.25+17.04.dsc
 27ab2ce9445110123211f6f6333768300382ed16009f64da15ea9e130e4b3aa0 1279120 snapcraft_2.25+17.04.tar.xz
Files:
 8ff12e34d02a7f91ef4312549f5a7c2d 2209 utils extra snapcraft_2.25+17.04.dsc
 432903c2fb901e317fab890cee257dce 1279120 utils extra snapcraft_2.25+17.04.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJYeMwsAAoJEHExyTIBLn0lqg0P/jWWFUgasGzTpRwYjhgpaT5v
aY0wMBs+NN84jHle1PnSoI70VE2EViI2IqhMg5CbOgeC9SdIH95miS70X/Sa0McV
a4bsCCvx5x1zZJg47doa2Q26iF1hKQPwDVBtsiv5LhpQWsEZrTAx6dHJsg6Y1kl/
ExxBTMhr8iErMGm/90vabse/3ocCha2tFyaNzdq/ywBFPFsmUKDilErSMzfHDR+p
UbZRzMB/cylmHZDAEvEm+gZKmje2Tfim7pXizh4PwrfdynCnzsNqouXbOMkBhUvF
J7jXDcKG7t71WIQMMt8jqLOtE7Swa9Uy3TWeoz9o6MhlRka7SIx6rTPsZnuz/Seh
KoSL15H+M4nJkNFtSBS0h8wyUlesE+etTrKfkuMWnwf1Zbo8MWsob4uUMi0hyECe
fcf6W14HUKpZqI8QDQuzShu1X9sJpnptDeaMijW5b/GPIdp92AUzxXEg09qJB7ZV
OSpMs62bc8adnPiJSGwmMzKEHALLIz3J0N8n0SUGSZgdkLrrjINb2chgzFciuxeX
bzkR7s4jIMxFYBSEsE8mTG3lGN9xAKt21206XONJekCgOpKZNbmpfDxH6KeSzwXw
tvW00+m0WElFbqHvbwiAqCBP8xtqkU8xQArBF8M39wtlB05uGemM4INmktMb6A+A
53RCKqf9tAv6njd1XHT9
=Ozjl
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list