This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 611970a release 0.5.0.2 new 97fc86d Revert "release 0.5.0.2" new 405343f Continue development... new a1e7fa3 debian/changelog: move dh-python change to where it actually belongs to - version 0.5.0.3. new 934cf1c release 0.5.0.3 The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 22 +++++++++++++--------- man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 97fc86da7f027ac96cd30e4a4dc284cebabbb2b5 Author: X2Go Release Manager <git-admin@x2go.org> Date: Thu Jan 28 20:37:06 2016 +0100 Revert "release 0.5.0.2" This reverts commit 611970a20a91901a67feaa26e2d79ba60b30f7bc. We will actually release 0.5.0.3, but the repository wasn't prepared for that. --- debian/changelog | 4 ++-- man/man1/pyhoca-cli.1 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fb8fc2..4f1248b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pyhoca-cli (0.5.0.2-0x2go1) unstable; urgency=medium +pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium [ Mike Gabriel ] * New upstream version (0.5.0.2): @@ -18,7 +18,7 @@ pyhoca-cli (0.5.0.2-0x2go1) unstable; urgency=medium Needed at least for unstable, which has no python-support package anymore. - -- X2Go Release Manager <git-admin@x2go.org> Thu, 28 Jan 2016 20:00:58 +0100 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 25 Jan 2015 13:33:52 +0100 pyhoca-cli (0.5.0.1-0x2go1) unstable; urgency=medium diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index a9f554f..0f8fb55 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-cli 1 "Jan 2016" "Version 0.5.0.2" "X2Go Application" +.TH pyhoca-cli 1 "Jan 2015" "Version 0.5.0.2" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 405343f9643b5d15c446c761148be547ad4d215b Author: X2Go Release Manager <git-admin@x2go.org> Date: Thu Jan 28 20:43:29 2016 +0100 Continue development... --- debian/changelog | 6 ++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4f1248b..e0d7701 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyhoca-cli (0.5.0.3-0x2go1) UNRELEASED; urgency=medium + + * Continue development... + + -- X2Go Release Manager <git-admin@x2go.org> Thu, 28 Jan 2016 20:40:42 +0100 + pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium [ Mike Gabriel ] diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index 0f8fb55..716fb59 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-cli 1 "Jan 2015" "Version 0.5.0.2" "X2Go Application" +.TH pyhoca-cli 1 "Jan 2016" "Version 0.5.0.3" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 79f6b75..bd735ef 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -1,5 +1,5 @@ Name: pyhoca-cli -Version: 0.5.0.2 +Version: 0.5.0.3 Release: 0.0x2go1%{?dist} Summary: Command line X2Go client written in Python diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 45a1787..f5972f4 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.5.0.2" +__VERSION__ = "0.5.0.3" from frontend import * -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit a1e7fa371f9ca376193ca0ee42e8af95eacbb53b Author: X2Go Release Manager <git-admin@x2go.org> Date: Thu Jan 28 20:46:44 2016 +0100 debian/changelog: move dh-python change to where it actually belongs to - version 0.5.0.3. --- debian/changelog | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index e0d7701..d01762a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ pyhoca-cli (0.5.0.3-0x2go1) UNRELEASED; urgency=medium - * Continue development... + [ Mihai Moldovan ] + * New upstream version (0.5.0.3): + * debian/control: + - Switch python-support to build dependency, add dh-python alternative. + Needed at least for unstable, which has no python-support package + anymore. -- X2Go Release Manager <git-admin@x2go.org> Thu, 28 Jan 2016 20:40:42 +0100 @@ -17,13 +22,6 @@ pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium * debian/copyright: + Relicense packaging files under same license as the actual code files. - [ Mihai Moldovan ] - * New upstream version (0.5.0.2): - * debian/control: - - Switch python-support to build dependency, add dh-python alternative. - Needed at least for unstable, which has no python-support package - anymore. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 25 Jan 2015 13:33:52 +0100 pyhoca-cli (0.5.0.1-0x2go1) unstable; urgency=medium -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit 934cf1c930decf5bf34f9e5f41821bde4c1c63af Author: X2Go Release Manager <git-admin@x2go.org> Date: Thu Jan 28 20:49:47 2016 +0100 release 0.5.0.3 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d01762a..c28a6f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pyhoca-cli (0.5.0.3-0x2go1) UNRELEASED; urgency=medium +pyhoca-cli (0.5.0.3-0x2go1) unstable; urgency=medium [ Mihai Moldovan ] * New upstream version (0.5.0.3): @@ -7,7 +7,7 @@ pyhoca-cli (0.5.0.3-0x2go1) UNRELEASED; urgency=medium Needed at least for unstable, which has no python-support package anymore. - -- X2Go Release Manager <git-admin@x2go.org> Thu, 28 Jan 2016 20:40:42 +0100 + -- X2Go Release Manager <git-admin@x2go.org> Thu, 28 Jan 2016 20:48:53 +0100 pyhoca-cli (0.5.0.2-0x2go2) unstable; urgency=medium -- Alioth's /srv/git/code.x2go.org/pyhoca-cli.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git