This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 123237c man/man1/x2gobroker.1: Fix apostrophe usage (drop preceding backslash). new b4151fb setup.py: Don't run setup.py with use_2to3 anymore. The 1 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: setup.py | 1 - 1 file changed, 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit b4151fb2b66d71e83a1af54d489e3526ac50973f Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Nov 15 15:28:01 2021 +0100 setup.py: Don't run setup.py with use_2to3 anymore. Support for it has been dropped in recent Python versions. Furthermore, this project has fully been ported to Python3. No 2to3 on-the-fly conversion required anymore. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8a61cc4..b2998a5 100755 --- a/setup.py +++ b/setup.py @@ -43,5 +43,4 @@ setup( packages = find_packages('.'), package_dir = {'': '.'}, test_suite = "x2gobroker.tests.runalltests", - use_2to3 = True, ) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git