This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 99d08fe x2go/client.py: Add is_x2goserver() method to X2GoClient class API. new 919ca14 debian/changelog: fixup previous entries. new 6122dd2 python-x2go.spec: fetch files under %{python(2)_sitelib} more fine-grained. 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: debian/changelog | 9 ++++++++- python-x2go.spec | 9 ++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 919ca148a7f716e0cc63b3805ff739b3cab03ef6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 11 13:43:15 2018 +0100 debian/changelog: fixup previous entries. --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9ef40bc..01f43fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium - * New upstream version 0.6.0.2: + [ Mike Gabriel ] + * New upstream version (0.6.0.2): - Support try-resuming of rootless or published applications sessions (required for pyhoca-cli --try-resume). - X2GoControlSession.get_server_versions(): Fix another Py3 issue where @@ -11,6 +12,7 @@ python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium python-x2go (0.6.0.1-0x2go1) unstable; urgency=medium + [ Mike Gabriel ] * New upstream version (0.6.0.1): - Correctly handle IO objects (BytesIO in Python3, StringIO in Python2). -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 6122dd249acc6fc2069c01f14293bed6ecbdc11c Author: Mihai Moldovan <ionic@ionic.de> Date: Sun Nov 11 13:44:53 2018 +0100 python-x2go.spec: fetch files under %{python(2)_sitelib} more fine-grained. --- debian/changelog | 5 +++++ python-x2go.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 01f43fa..8af571d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,11 @@ python-x2go (0.6.0.2-0x2go1) UNRELEASED; urgency=medium we forgot decoding stdout before applying string operations. - x2go/client.py: Add is_x2goserver() method to X2GoClient class API. + [ Mihai Moldovan ] + * New upstream version (0.6.0.2): + * python-x2go.spec: + - Fetch files under %{python(2)_sitelib} more fine-grained. + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 18 Sep 2018 21:17:35 +0200 python-x2go (0.6.0.1-0x2go1) unstable; urgency=medium diff --git a/python-x2go.spec b/python-x2go.spec index 044458e..d4919b5 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -233,13 +233,16 @@ python3 setup.py install --skip-build --root %{buildroot} %doc README* TODO %if 0%{?suse_version} %if ( 0%{?sle_version} && 0%{?sle_version} >= 120300 && 0%{?is_opensuse} ) || ( 0%{?suse_version} > 1500 ) -%{python2_sitelib}/* +%{python2_sitelib}/x2go/ +%{python2_sitelib}/x2go-* %pycache_only %{python2_sitelib}/__pycache__ %else -%{python_sitelib}/* +%{python_sitelib}/x2go/ +%{python_sitelib}/x2go-*/ %endif %else -%{python2_sitelib}/* +%{python2_sitelib}/x2go/ +%{python2_sitelib}/x2go-*/ %endif -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git