This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 3ba796c debian/control: Set Section: from "python" to "x11". More appropriate. new 70aa4a6 Continue development... new c716bec pyhoca-cli.spec: Adjust python3-x2go versioned dependency. The 2 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: ChangeLog | 2 +- debian/changelog | 9 +++++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 4 ++-- pyhoca/cli/__init__.py | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 70aa4a690d3cfd2f1599cbbcccf1f24f810c5234 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 19 15:22:19 2018 +0200 Continue development... --- ChangeLog | 2 +- debian/changelog | 9 +++++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a3557e2..3d05402 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2018-09-18 21:17:06 +0200 Mike Gabriel (b7aaefa) - * release 0.6.0.0 (HEAD -> master, tag: 0.6.0.0) + * release 0.6.0.1 (HEAD -> master, tag: 0.6.0.1) 2018-09-18 21:07:26 +0200 Mike Gabriel (2a3460f) diff --git a/debian/changelog b/debian/changelog index 134cfdd..3f3c2f0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium + + * New upstream release (0.6.0.1): + - Continue development... + * debian/control: + + Set Section: from "python" to "x11". More appropriate. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 19 Sep 2018 15:20:43 +0200 + pyhoca-cli (0.6.0.0-0x2go1) unstable; urgency=medium * New upstream version (0.5.99.1). diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index a7989b1..72dfe61 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 "Sep 2018" "Version 0.6.0.0" "X2Go Application" +.TH pyhoca-cli 1 "Sep 2018" "Version 0.6.0.1" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 84ffd60..dd442a9 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.6.0.0" +__VERSION__ = "0.6.0.1" from .frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/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 c716bec9925da88ae8c6cffeb550f8c7dd84a174 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Sep 19 15:22:01 2018 +0200 pyhoca-cli.spec: Adjust python3-x2go versioned dependency. --- pyhoca-cli.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 3453d2d..c2cc575 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -1,5 +1,5 @@ Name: pyhoca-cli -Version: 0.6.0.0 +Version: 0.6.0.1 Release: 0.0x2go1%{?dist} Summary: Command line X2Go client written in Python @@ -19,7 +19,7 @@ BuildRequires: fdupes %endif BuildRequires: python3-setuptools Requires: python3-setproctitle -Requires: python3-x2go >= 0.6.0.0 +Requires: python3-x2go >= 0.6.0.1 Requires: python3-argparse BuildRoot: %{_tmppath}/%{name}-%{version}-build -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git