[X2Go-Commits] [python-x2go] 01/01: python-x2go.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
git-admin at x2go.org
git-admin at x2go.org
Sat Aug 19 05:58:33 CEST 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository python-x2go.
commit 6eb8ca2983919fa0fa50e1a9fb6359e251870d03
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Aug 19 05:56:26 2023 +0200
python-x2go.spec: drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
---
debian/changelog | 2 ++
python-x2go.spec | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index acc5fff..92ee033 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ python-x2go (0.6.1.4-0x2go1) UNRELEASED; urgency=medium
[ Mihai Moldovan ]
* New upstream version (0.6.1.4):
- misc: pre-release copyright update.
+ * python-x2go.spec:
+ + Drop Python 2 support for OpenSuSE Leap 15.4+ and Tumbleweed (and ALP).
-- X2Go Release Manager <git-admin at x2go.org> Wed, 01 Jan 2020 20:25:50 +0100
diff --git a/python-x2go.spec b/python-x2go.spec
index 1ea53e9..ba8b327 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -9,7 +9,9 @@
# Fedora 30 deprecated Python 2, 31 disabled support for building these
# packages.
-%if 0%{?fedora} >= 31
+# OpenSuSE Leap 15.4 seems to have dropped it, too, and it's certainly dead
+# for Tumbleweed and ALP.
+%if 0%{?fedora} >= 31 || 0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150400
%bcond_with python2
%else
%bcond_without python2
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
More information about the x2go-commits
mailing list