[X2Go-Commits] [x2goclient] 74/94: setup.py: we actually also need the version information, so import it.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:51 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit 0d50466707deb8336ac8cd483cd69e7f65927eeb
Author: Mihai Moldovan <ionic at ionic.de>
Date: Sat Nov 10 13:47:11 2018 +0100
setup.py: we actually also need the version information, so import it.
---
debian/changelog | 1 +
setup.py | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 28d16cbd..764f8729 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
[ Mihai Moldovan ]
* New upstream version (0.6.0.1):
- setup.py: backport Python 2 support via io.open.
+ - setup.py: we actually also need the version information, so import it.
* pyhoca-cli.spec:
- Build with Python 2 on CentOS, drop python3-argparse
dependency (part of stdlib).
diff --git a/setup.py b/setup.py
index 878e68b6..05507ff1 100755
--- a/setup.py
+++ b/setup.py
@@ -19,6 +19,7 @@
# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
import os
+from sys import version_info
from setuptools import setup
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list