Package: pyenv / 2.5.4-1

Metadata

Package Version Patches format
pyenv 2.5.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001.use local bats repository.patch | (download)

Makefile | 20 14 + 6 - 0 !
1 file changed, 14 insertions(+), 6 deletions(-)

 avoid repeated download from bats repository, using local repository if available
002.skip tests with test directory error.patch | (download)

test/exec.bats | 5 3 + 2 - 0 !
test/init.bats | 6 0 + 6 - 0 !
test/rehash.bats | 7 0 + 7 - 0 !
test/versions.bats | 13 0 + 13 - 0 !
test/which.bats | 94 0 + 94 - 0 !
5 files changed, 3 insertions(+), 122 deletions(-)

 disabled due to inconsistencies
003.skip tests with plugin directory error.patch | (download)

plugins/python-build/test/build.bats | 34 0 + 34 - 0 !
plugins/python-build/test/definitions.bats | 10 0 + 10 - 0 !
plugins/python-build/test/pyenv.bats | 30 3 + 27 - 0 !
plugins/python-build/test/pyenv_ext.bats | 104 0 + 104 - 0 !
4 files changed, 3 insertions(+), 175 deletions(-)

 temporary disabling of testing due to specific bugs in the debian environment
004.fixed line break.patch | (download)

man/man1/pyenv.1 | 4 2 + 2 - 0 !
plugins/python-build/test/pyenv.bats | 15 0 + 15 - 0 !
2 files changed, 2 insertions(+), 17 deletions(-)

 removing unnecessary line breaks '\n'
005.fixed error sintaxe bash.patch | (download)

plugins/python-build/bin/python-build | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixed bash-specific advanced globbing syntax mismatch bug
006.change shell to fix test.patch | (download)

test/init.bats | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 changing shell to 'bash' to fix test execution