snapcraft 2.42.1+18.04 source package in Ubuntu

Changelog

snapcraft (2.42.1+18.04) bionic; urgency=medium

  [ Sergio Schvezov ]
  * repo: rollback to using dpkg-deb for deb extraction (#2111)
  * pluginhandler: correctly dedent the run script (#2117)
  * many: dedup environment entries (#2120)
  * packaging: load the correct libraries on armhf (#2126)
  * delta: properly search for in-snap xdelta3 (#2127)
  * package: disable user site-packages for snapcraft (#2131)
  * tests: remove obsolete env var (#2130)
  * errors: generic exception for common.run[_output] (#2132)
  * tests: add subprocess to lifecycle tests
  * ci: resurrect codecov (#2138)
  * ci: remove unused cron tests (#2139)
  * tests: generalize the plainbox-provider tests
  * New upstream release (LP: #1771915)

  [ Kyle Fazzari ]
  * HACKING: suggest snapcraft-pr for evaluating PRs (#2108)
  * repo: fix all python shebangs in stage-packages (#2112)
  * sources: don't clean target for FileBase sources (#2113)
  * meta: stop creating empty snap directory in prime (#2114)
  * snapcraft.yaml: update apt repo location (#2124)
  * file_utils: don't let FileNotFoundError escape (#2123)
  * storeapi: ensure snap ID is sane before using it (#2115)
  * pluginhandler: collide with directories and symlinks (#1064)
  * storeapi: handle 5xx error codes for all store endpoints (#2116)
  * many: introduce variables for part src and build (#2122)
  * repo: automatically prune unneeded stage-packages (#2119)

  [ Christian Dywan ]
  * sources: clean up IncompatibleOptionsError (#2109)
  * lxd: proper error classes for container errors (#2095)

  [ Jonathan Cave ]
  * plainbox-provider plugin: include pip, setuptools and wheel as stage-packages (#2140)

 -- Sergio Schvezov <email address hidden>  Fri, 18 May 2018 02:28:55 +0000

Upload details

Uploaded by:
Sergio Schvezov
Uploaded to:
Bionic
Original maintainer:
Snapcraft Team
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
snapcraft_2.42.1+18.04.tar.xz 654.3 KiB 9cb8875b229c09893b138f9571443cb9975cb1f9c4b0fd27e3cdc5dbdf69994b
snapcraft_2.42.1+18.04.dsc 2.6 KiB caec8545573eee54773cccb937f1f313f52525da83c802f43f424a647e9cc8e6

Available diffs

View changes file

Binary packages built by this source

snapcraft: easily craft snaps

 Snapcraft aims to make upstream developers' lives easier and as such is not
 a single toolset, but instead is a collection of tools that enable the
 natural workflow of an upstream to be extended with a simple release step
 into Snappy.

snapcraft-examples: examples and demos for snapcraft

 Snapcraft aims to make upstream developers' lives easier and as such is not
 a single toolset, but instead is a collection of tools that enable the
 natural workflow of an upstream to be extended with a simple release step
 into Snappy.
 .
 This package contains examples and demos for snapcraft.

snapcraft-parser: cloud parser for shared snapcraft parts.

 The parser is in charge of getting all the shared parts out there
 indexed into a common cacheable file. It processes multiple origin's
 specified in yaml documents and outputs `parts` which snapcraft can
 utilize.