This is an automated email from the git hooks/post-receive script.

x2go pushed a change to annotated tag 0.6.1.0
in repository pyhoca-gui.

        at  648a586   (tag)
   tagging  001521f8218d94dcbe83174c1724f67b12c7f9ba (commit)
  replaces  0.5.1.0
 tagged by  Mihai Moldovan
        on  Thu Dec 26 17:32:24 2019 +0100

- Log -----------------------------------------------------------------
Upstream version 0.6.1.0
-----BEGIN PGP SIGNATURE-----

iQJDBAABCgAtFiEEbhHQj3UzgcdE8cg8H9Yu2W4lOocFAl4E4JgPHGlvbmljQGlv
bmljLmRlAAoJEB/WLtluJTqHrukQAMGEe//F5DcVmbiWiiDHQff6mewYzXasV5A1
e+g4UhvoS3KhTV9BMx6tgnMhINNdyd1Yg1M6hTc4URGKO5i5s2YS72cY1UV8b5XB
JgaX6TbQldUqo3SsMREctFTOScC2IUKs6S58RnNRk1CaNsGr5k6hJ2nUIhXmySz1
K5fkkqlDVl6n0g/njlU6df+Cg9HvhqXFj3tAcSfvAVrGHSALxeD+zc4I2rwOO1XP
rGXW9vfKrtZxTfN6O1Y7Pk7PYBg/+xSyjv9CkqFJocZo2KL2JtK60GZVE7hrdqmM
5/yyMoGyUL9/Q3uLWVA9TdorGXH21TmwMjQUNll4HccWqPAF5w/rraUg03/axOt9
22w50JEKKXiwN7SSRIF9EFC+apSfVIzSLkOC5ShRTKDzyPksQQ8pAqu5ye8mgiIa
E3BzXW7VFPVvwFUtMf5AaooYZEajb3+OC4SswCsKWmGBnEk1N7+d/KsOxwo9FE3S
dwa0F/amt0Ju10FJv07kbTqbmFJ4J0uJaTDAqYxLGlWgFp57LNBbZNPfIVhWSHd1
c7ItnmON2EtU9NUN051j534rRH8tplv5p/RO/FnltIwPPHfkk4Sf+Ap7vz/NRyL0
TsMboQhzqpQyoEMvnljfopH0KEhYODl67DP9C2mQ0DBDkJMwpBfVCGkiu1L7CeZN
6KAkopYU
=6ys/
-----END PGP SIGNATURE-----

Mihai Moldovan (21):
      debian/changelog: fixup.
      pyhoca-gui.spec: copy Python 2/3 helpers from PyHoca CLI.
      pyhoca-gui.spec: adapt Build-Requires to Python 2/3 logic.
      pyhoca-gui.spec: adapt Requires to Python 2/3 logic.
      pyhoca-gui.spec: replace hashbang in %prep.
      pyhoca-gui.spec: adapt %build to Python 2/3 logic.
      pyhoca-gui.spec: adapt %install to Python 2/3 logic.
      pyhoca-gui.spec: adapt %files to Python 2/3 logic.
      pyhoca-gui.spec: fix syntax: missing %endif.
      pyhoca-gui.spec: fix syntax: another missing %endif.
      pyhoca-gui.spec: backport Python-2/3-selection fix from pyhoca-cli.
      pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make 
python-devel a build requirement even for Python-3-builds.
      Revert "pyhoca-gui.spec: backport *SuSE build fix from pyhoca-cli: make 
python-devel a build requirement even for Python-3-builds."
      pyhoca-gui.spec: backport build fix from pyhoca-cli: correctly escape 
bcond_with* macros in comment lines.
      pyhoca-gui.spec: backport build fix from pyhoca-cli: fix another 
unescaped macro in comment.
      pyhoca-gui.spec: backport build fix from pyhoca-cli: stage pycache files 
into a subdir on newer *SuSE versions.
      pyhoca-gui.spec: backport build fix from pyhoca-cli: actually apply 
pycache changes to 15.0+ and not just 15.1+.
      pyhoca-gui.spec: backport build fix from pyhoca-cli: also apply pycache 
changes to Tumbleweed, which seems to not get caught by %{sle_version}.
      pyhoca-gui.spec: change spelling of python3-wxPython4 to 
python3-wxpython4 since package names are case-sensitive.
      pyhoca-gui.spec: disable Python-3-builds on all *SuSE versions but 
Tumbleweed.
      pyhoca-gui.spec: WxPython4 is called python3-wxPython on *SuSE 
(Tumbleweed), so fix up name.

Mike Gabriel (25):
      PyHocaGUI.OnExit(): Return an exitcode.
      run 2to3 on this project
      More porting to Python 3 (manually).
      wxgui/profilemanager.py: Capture failures that might occur when writing 
session profile configs back to disk.
      Menu.Append{,Menu}() calls: Turn arguments into positional arguments. 
Makes the code run on wx3 and wx4.
      Port to wxPython 4.0.x.
      pyhoca/wxgui/{logon.py,passphrase.py}: Merge code of both files into one, 
break up circular import dependency.
      debian/changelog: update from Git history
      debian/control: Switch from Py2 to Py3 (B-Ds and Ds).
      __future__ imports need to be at the very top of a .py file.
      debian/control: typo fix in B-Ds.
      po/: Update translation files.
      debian/control: Update versioned D (pyhoca-gui): python3-x2go (>= 
0.6.1.2). We need the session profile writing fix shipped with 0.6.1.2.
      Version bump to 0.6.0.0.
      debian/control: Bump DH compat level to version 9. + Rework packaging, 
use pybuild.
      debian/control: Drop from D (pyhoca-gui): python3-argparse. Shipped in 
core module bundle of Python3.
      Add version check with gi.require_version for Notify GIR.
      profilemanager: With PyWxGTK 4.0, use SetItem and InsertItem rather than 
deprecated SetStringItem and InsertStringItem.
      pyhoca-gui.spec: Support building against Python3 (for Fedora and RHEL >= 
8).
      pyhoca-gui.spec: Fix missing %endif.
      Make sure that with Python3 builds, the pyhoca.wxgui module gets picked 
up from the build's Python3 location.
      Fix typo in shebang-sed expression.
      Fix same typo in shebang-sed expression (for RHEL builds).
      Find two more Menu.Append*() calls that required turning arguments into 
positional arguments (see above).
      Version bump to 0.6.1.0 (to denote that this release has X2Go Kdrive 
support).

X2Go Release Manager (2):
      Continue development
      release 0.6.1.0

-----------------------------------------------------------------------

No new revisions were added by this update.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/pyhoca-gui.git
_______________________________________________
x2go-tags mailing list
x2go-tags@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-tags

Reply via email to