- Aug 24, 2023
-
-
Mihai Moldovan authored
pyhoca-gui.spec: make sure that we enable Python 3 support on ALP, Tumbleweed and OpenSuSE Leap 15.4+.
-
Mihai Moldovan authored
Python-2-variants don't have the concept of __pycache__ directories at all, so using %pycache_only there is redundant. Python-3-variants sprinkle __pycache__ directories wherever there are .py files, which means that they are conveniently contained in the "pyhoca" subdirectory of sitelib. Older *SuSE versions, including Leap, just ignored files or directories in the %files list that do not exist, but Tumbleweed is throwing an error if you try to include a file or directory that does not exist. The fix is easy: don't try to include the non-existent __pycache__ top-level directory.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
- Aug 08, 2023
-
-
Mike Gabriel authored
This reverts commit 269d2258.
-
Mike Gabriel authored
-
Mike Gabriel authored
pyhoca/wxgui/profilemanager.py: Don't combine wx.ALIGN_RIGHT and wx.EXPAND. wx.EXPAND overrides alignment flags.
-
Mike Gabriel authored
-
- Jan 02, 2020
-
-
X2Go Release Manager authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
- Dec 27, 2019
-
-
Mike Gabriel authored
-
Mike Gabriel authored
pyhoca/wxgui/menus_taskbar.py: Fix AppendMenu wrapper. (All self.AppendMenu implementations lacked a return statement).
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
pyhoca/wxgui/frontend.py: Fix loading PyHocaGUI_DialogBoxPassphrase from wrong module (passphrase -> logon).
-
X2Go Release Manager authored
-
- Dec 26, 2019
-
- Dec 25, 2019
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
Sadly, only Tumbleweed currently includes python3-wxPython(4), so we have to keep all other versions on Python 2 for now.
-
Mihai Moldovan authored
pyhoca-gui.spec: change spelling of python3-wxPython4 to python3-wxpython4 since package names are case-sensitive.
-
- Dec 24, 2019
-
-
Mihai Moldovan authored
pyhoca-gui.spec: backport build fix from pyhoca-cli: also apply pycache changes to Tumbleweed, which seems to not get caught by %{sle_version}.
-
Mihai Moldovan authored
pyhoca-gui.spec: backport build fix from pyhoca-cli: actually apply pycache changes to 15.0+ and not just 15.1+.
-
Mihai Moldovan authored
pyhoca-gui.spec: backport build fix from pyhoca-cli: stage pycache files into a subdir on newer *SuSE versions.
-
Mihai Moldovan authored
-
Mihai Moldovan authored
pyhoca-gui.spec: backport build fix from pyhoca-cli: correctly escape bcond_with* macros in comment lines.
-
Mihai Moldovan authored
Revert "pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds." This reverts commit f132310c.
-
Mihai Moldovan authored
pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make python-devel a build requirement even for Python-3-builds.
-
Mihai Moldovan authored
Use a global variable to store and mangle the Python preferences and only use %bcond_with... X once later on.
-
- Dec 23, 2019
-
-
Mihai Moldovan authored
-
- Dec 21, 2019
-
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-
Mihai Moldovan authored
-