Bug 1288802

Summary: python-abiword: please support Python 3
Product: [Fedora] Fedora Reporter: David H. Gutteridge <dhgutteridge>
Component: abiwordAssignee: Marc Maurer <uwog>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: rawhideCC: herrold, mhroncok, pbrobinson, pviktori, uwog
Target Milestone: ---Keywords: Reopened, Tracking
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: abiword-3.0.4-3.fc32 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-01-30 08:45:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1285816, 1625773, 1698500, 1708725, 1739058    

Description David H. Gutteridge 2015-12-06 03:02:21 UTC
The Abi.py file provided in the python-abiword package is compatible with Python 3 (as is PyGObject 3, which it depends upon), so a future version of the package could simply be changed to require Python 3 instead. (I looked at this as it was on the list of the "Fedora Python 3 Porting Project".)

Comment 1 David H. Gutteridge 2015-12-06 03:38:56 UTC
Although I just noticed the Makefile.am supplied does have a line with a compatibility problem, since it has

overridesdir = `python -c "import gi; print gi._overridesdir"`

I'll file this upstream.

Comment 2 David H. Gutteridge 2015-12-06 03:53:20 UTC
Submitted upstream as http://bugzilla.abisource.com/show_bug.cgi?id=13746.

Comment 3 David H. Gutteridge 2015-12-07 21:17:09 UTC
Upstream has committed the change in trunk.

Comment 4 Jan Kurik 2016-02-24 15:43:25 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 5 Dominika Krejčí 2016-05-11 09:48:29 UTC
Hello Marc,

do you need any help adding Python 3 support to the RPM?

If you need more instructions, a [guide] for porting Python-based RPMs is available.

[guide] http://python-rpm-porting.readthedocs.io/

Comment 6 Fedora End Of Life 2017-07-25 19:36:13 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 7 David H. Gutteridge 2017-07-25 21:51:46 UTC
This is still an issue in F25/F26/rawhide. Changing version to rawhide, accordingly.

Comment 8 Jan Kurik 2017-08-15 08:25:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 27 development cycle.
Changing version to '27'.

Comment 9 R P Herrold 2017-08-15 14:34:16 UTC
David
I have added the upstream tracker item, and poked there as the patch seems not to have been applied yet

Comment 10 R P Herrold 2017-08-17 20:50:24 UTC
David

upstream indicates there will not be a backport ... 

I will hold this open against the possibility of finding time to backport it

alternatively I am considering moving to an inter-release VCS CO build

-- Russ

Comment 11 Ben Cotton 2018-11-27 17:17:11 UTC
This message is a reminder that Fedora 27 is nearing its end of life.
On 2018-Nov-30  Fedora will stop maintaining and issuing updates for
Fedora 27. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora  'version' of '27'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 27 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 12 Ben Cotton 2018-11-30 19:31:19 UTC
Fedora 27 changed to end-of-life (EOL) status on 2018-11-30. Fedora 27 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 13 Miro Hrončok 2018-11-30 20:13:10 UTC
Still valid. Any news here?

Comment 14 David H. Gutteridge 2018-12-06 23:05:16 UTC
I submitted two trivial patches to address a build consideration where the "python" executable happens to be Python 3, and to reflect the relatively recent expectations of PyGObject 3. These were accepted into upstream's SVN trunk at the time.

Upstream has indicated they aren't interested in integrating these patches into a point release. If Fedora maintainers feel strongly enough about it, they can simply take my patches and add them to the package's spec.

Change set for both is:
https://www.abisource.com/viewvc?view=rev&revision=35171

Comment 15 R P Herrold 2018-12-07 15:15:09 UTC
I was working on a pull from upstream yesterday, trying to get a clean build yesterday in an EPEL 7 environment, fwiw

Comment 16 Ben Cotton 2019-02-19 17:11:35 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 30 development cycle.
Changing version to '30.

Comment 17 Petr Viktorin (pviktori) 2019-03-19 14:08:58 UTC
What's the status on this?
It's in upstream's master branch, but it looks like there hasn't been a release for some time. Is a release coming? If not, can we do a downstram patch?

Comment 18 Peter Robinson 2020-01-22 17:48:40 UTC
Miro AFAICT this should build with python3 as it's mostly just gobject introspection generated python bits, can you see any reason why it fails?

Comment 19 Peter Robinson 2020-01-22 17:50:35 UTC
*** Bug 1787239 has been marked as a duplicate of this bug. ***

Comment 20 Peter Robinson 2020-01-22 20:51:49 UTC
(In reply to Peter Robinson from comment #18)
> Miro AFAICT this should build with python3 as it's mostly just gobject
> introspection generated python bits, can you see any reason why it fails?

I think I got it working but if you could verify it's correct it would be appreciated.

Comment 21 Miro Hrončok 2020-01-22 23:04:21 UTC
I'll have a look later. Not this week, sorry.

Comment 22 Miro Hrončok 2020-01-26 14:48:11 UTC
The package is now Python 3 only.

The python3-abiword package owns the following directories co-owned by python3-gobject-base:

  /usr/lib64/python3.8/site-packages/gi
  /usr/lib64/python3.8/site-packages/gi/overrides
  /usr/lib64/python3.8/site-packages/gi/overrides/__pycache__


It does not require python3-gobject-base, but I see no way how to use the package without it. Maybe it should require python3-gobject-base and only own the following files?

  /usr/lib64/python3.8/site-packages/gi/overrides/Abi.py
  /usr/lib64/python3.8/site-packages/gi/overrides/__pycache__/Abi.cpython-38.opt-1.pyc
  /usr/lib64/python3.8/site-packages/gi/overrides/__pycache__/Abi.cpython-38.pyc


It should be possible to use the new %pycached macro:

  %files -n python3-abiword
  %pycached %{python3_sitearch}/gi/overrides/Abi.py

Comment 23 Peter Robinson 2020-01-27 08:14:14 UTC
> It should be possible to use the new %pycached macro:

Got a link to the docs for this by chance?

>   %files -n python3-abiword
>   %pycached %{python3_sitearch}/gi/overrides/Abi.py

Comment 25 Peter Robinson 2020-01-30 08:45:18 UTC
All fixed up.