Package: yotta / 0.20.5-4

Metadata

Package Version Patches format
yotta 0.20.5-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
update cryptography dependency version | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove maximum acceptable version of cryptography module
skip tests requiring network access | (download)

yotta/test/test_ignores.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 skip tests that require network access
 Several entire test classes are disabled in d/rules; here
 we disable tests on an individual basis
fix privacy breaches in docs | (download)

docs/_layouts/default.html | 26 4 + 22 - 0 !
1 file changed, 4 insertions(+), 22 deletions(-)

 fix privacy breaches in documentation by using system js libs
 We replace the bundled upstream bootstrap/jquery JS dists with links to minified
 versions provided by Debian packages
 .
 We also remove a Google tracker and link to a remote logo
fix wrong test case.patch | (download)

yotta/test/test_versions.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix wrong test case
use python3 shebang in tests | (download)

yotta/test/cli/cli.py | 2 1 + 1 - 0 !
yotta/test/cli/test_account.py | 2 1 + 1 - 0 !
yotta/test/cli/test_build.py | 2 1 + 1 - 0 !
yotta/test/cli/test_debug.py | 2 1 + 1 - 0 !
yotta/test/cli/test_install.py | 2 1 + 1 - 0 !
yotta/test/cli/test_link.py | 2 1 + 1 - 0 !
yotta/test/cli/test_minversion.py | 2 1 + 1 - 0 !
yotta/test/cli/test_outdated.py | 2 1 + 1 - 0 !
yotta/test/cli/test_owners.py | 2 1 + 1 - 0 !
yotta/test/cli/test_publish.py | 2 1 + 1 - 0 !
yotta/test/cli/test_search.py | 2 1 + 1 - 0 !
yotta/test/cli/test_shrinkwrap.py | 2 1 + 1 - 0 !
yotta/test/cli/test_start.py | 2 1 + 1 - 0 !
yotta/test/cli/test_target.py | 2 1 + 1 - 0 !
yotta/test/cli/test_test.py | 2 1 + 1 - 0 !
yotta/test/cli/test_unlink.py | 2 1 + 1 - 0 !
yotta/test/cli/test_update.py | 2 1 + 1 - 0 !
yotta/test/cli/test_version.py | 2 1 + 1 - 0 !
yotta/test/cli/util.py | 2 1 + 1 - 0 !
yotta/test/test_components.py | 2 1 + 1 - 0 !
yotta/test/test_git_access.py | 2 1 + 1 - 0 !
yotta/test/test_github_access.py | 2 1 + 1 - 0 !
yotta/test/test_hg_access.py | 2 1 + 1 - 0 !
yotta/test/test_ignores.py | 2 1 + 1 - 0 !
yotta/test/test_settings.py | 2 1 + 1 - 0 !
yotta/test/test_sourceparse.py | 2 1 + 1 - 0 !
yotta/test/test_target.py | 2 1 + 1 - 0 !
yotta/test/test_test_subcommand.py | 2 1 + 1 - 0 !
yotta/test/test_validation.py | 2 1 + 1 - 0 !
yotta/test/test_vcs.py | 2 1 + 1 - 0 !
yotta/test/test_versions.py | 2 1 + 1 - 0 !
31 files changed, 31 insertions(+), 31 deletions(-)

 replace shebang in test files with python3