1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
pyenv (2.6.8-1) unstable; urgency=medium
* New upstream version 2.6.8
* debian/clean: Added build artifacts
* debian/patches:
- 001.use-local-bats-repository.patch: Fixed in the new version
- 002.skip-tests-with-test-directory-error.patch: Added skipped tests
- 003.skip-tests-with-plugin-directory-error.patch: Added skipped tests
- 005.fixed-error-sintaxe-bash.patch: Tweaks package detection and build
- 004.fixed-line-break.patch: Fixed in the new version
- 007.fixed-command-manpage.patch: update pyenv .bashrc(Closes: #1102884)
- 008.added-pyenv-runtime-information.patch: Updated patch
- 009.disable-docker-tests.patch: Skipping docker test run
* debian/rules: Adjustments for running non-docker tests
* debian/watch: Bumped version to 5
-- Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Tue, 23 Sep 2025 21:11:20 -0300
pyenv (2.5.5-2) unstable; urgency=medium
*Upload to ustable
-- Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Fri, 19 Sep 2025 14:53:25 -0300
pyenv (2.5.5-1) experimental; urgency=medium
* New upstream version 2.5.5
* debian/control:
- Added binary with simple components for runtime (Closes: #1103905)
- Added Breaks/Replaces for pyenv-runtime
- Updated list of required dependencies
* debian/copyright:
- Updated GPL2 license terms
* debian/patches:
- 004.fixed-line-break.patch: Removed pyenv.1 file
- 006.change-shell-to-fix-test.patch: Fixed hunk issue
- 007.fixed-command-manpage.patch: Fix command bashrc (Closes: #1102884)
- 008.added-pyenv-runtime-information.patch: Add information pyenv-runtime
* debian/pyenv.install:
- Specified pyenv binary package files
* debian/pyenv.links:
- Removed pyenv binary link
* debian/pyenv.manpages:
- Removed pyenv manpage
* debian/pyenv-runtime.instal:
- Added components to pyenv-runtime binary
* debian/pyenv-runtime.links:
- Created pyenv symbolic link
* debian/pyenv-runtime.manpages:
- Linked pyenv manpage to pyenv-runtime binary
* debian/pyenv.sh:
- Removed unnecessary wrapper
* debian/rules:
- Adjustments for correct construction of binaries
- Fixed variable declaration
-- Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Fri, 02 May 2025 21:05:39 -0300
pyenv (2.5.4-1) unstable; urgency=medium
* Team Upload
* d/control: Bump Standards-Version to 4.7.2
* d/gbp.conf: Add a basic configuration
* New upstream version 2.5.4
-- Carsten Schoenert <c.schoenert@t-online.de> Tue, 01 Apr 2025 17:29:49 +0200
pyenv (2.5.1-1) unstable; urgency=medium
[ Josenilson Ferreira da Silva ]
* Initial release. (Closes: #978149)
[ Dmitry Shachnev ]
* Improve the man pages.
* Install the bash-completion file in the right location.
* Make the package “Architecture: all”.
-- Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com> Tue, 04 Feb 2025 21:21:09 -0300
|