This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from e3d2245 python-x2go.spec: fix package names in %package (and its %description) and %files sections. new b486004 python-x2go.spec: add dependency on the python-configparser backport. new 7937eef python-x2go.spec: actually disable python3 builds on OpenSuSE. 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 | 3 +++ python-x2go.spec | 7 +++++++ 2 files changed, 10 insertions(+) -- 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 b4860041ed6c6a99a1e3f2a0f975cb5b3eb688bc Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 2 01:30:20 2018 +0200 python-x2go.spec: add dependency on the python-configparser backport. Makes at least part working with both Python 2 and 3. --- debian/changelog | 2 ++ python-x2go.spec | 3 +++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1c02d34..1351c7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium lower than 8, we strip Python 3 stuff out completely and rename the package to python-x2go. - Fix package names in %package (and its %description) and %files sections. + - Add dependency on the python-configparser backport. Makes at least part + working with both Python 2 and 3. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 22 Sep 2017 14:15:05 +0200 diff --git a/python-x2go.spec b/python-x2go.spec index 732f17b..ed23fac 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -48,6 +48,7 @@ BuildRequires: %{python_module paramiko} BuildRequires: %{python_module xlib} BuildRequires: %{python_module requests} BuildRequires: %{python_module simplejson} +BuildRequires: %{python_module configparser} %description X2Go is a server based computing environment with: @@ -84,6 +85,7 @@ Requires: python-xlib Requires: python-requests Requires: python-simplejson Requires: python-future +Requires: python-configparser Requires: nxproxy %{?python_provide:%python_provide python2-x2go} @@ -114,6 +116,7 @@ Requires: python3-xlib Requires: python3-requests Requires: python3-simplejson Requires: python3-future +Requires: python3-configparser Requires: nxproxy %{?python_provide:%python_provide python3-%{srcname}} -- 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 7937eef2f50921ccd634db2c46d21d804da0854a Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jun 2 01:40:17 2018 +0200 python-x2go.spec: actually disable python3 builds on OpenSuSE. --- debian/changelog | 1 + python-x2go.spec | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1351c7e..58510a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium - Fix package names in %package (and its %description) and %files sections. - Add dependency on the python-configparser backport. Makes at least part working with both Python 2 and 3. + - Actually disable python3 builds on OpenSuSE. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 22 Sep 2017 14:15:05 +0200 diff --git a/python-x2go.spec b/python-x2go.spec index ed23fac..c423967 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -7,6 +7,10 @@ %{?!python_module:%define python_module() python-%{**}} %endif +%if ! 0%{?with_python3} +%define skip_python3 1 +%endif + Name: python-x2go Version: 0.5.99.1 Release: 0.0x2go1%{?dist} -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git