Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 735746 - dev-python/pyxdg: please add python3.9 support
Summary: dev-python/pyxdg: please add python3.9 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL: https://github.com/takluyver/pyxdg/co...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-03 10:39 UTC by Tomáš Mózes
Modified: 2020-10-18 13:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2020-08-03 10:39:12 UTC
Needed by linkchecker. Thanks!
Comment 1 Larry the Git Cow gentoo-dev 2020-08-24 22:24:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07f08c5cc69868d4631d0a132d544850dac9d56

commit c07f08c5cc69868d4631d0a132d544850dac9d56
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2020-08-24 22:18:07 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2020-08-24 22:19:13 +0000

    dev-python/pyxdg: Add Python 3.9 compatibility
    
    Closes: https://bugs.gentoo.org/735746
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 dev-python/pyxdg/pyxdg-0.26-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Tomáš Mózes 2020-08-25 05:43:12 UTC
Thanks
Comment 3 Conrad Kostecki gentoo-dev 2020-08-25 11:12:50 UTC
I want to say, that one test is broken with python3.8 and python3.9.
Since I need that package also for my packages as a dep for python3.9, I was doing first tests yesterday.

There is a patch from Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968399
And adapted by myself: https://github.com/ConiKost/pyxdg/commit/e5c359011b6c86858bbff4bcf5df9f1eef927306

After speaking to mgorny, this should be taken to upstream.
I also unsure here, as that changes not directly the tests, but the package itself?
Comment 4 Conrad Kostecki gentoo-dev 2020-10-18 13:08:11 UTC
Upstream accepted my patch.
Comment 5 Larry the Git Cow gentoo-dev 2020-10-18 13:27:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff994e70fc59d554f605bd2c9140f75eee51f4e

commit cff994e70fc59d554f605bd2c9140f75eee51f4e
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2020-10-18 13:25:28 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2020-10-18 13:25:28 +0000

    dev-python/pyxdg: fix tests
    
    This patch fixes tests with python 3.8.4 and newer.
    
    Closes: https://bugs.gentoo.org/735746
    Closes: https://bugs.gentoo.org/743823
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-python/pyxdg/files/pyxdg-0.26-python384.patch | 58 +++++++++++++++++++++++
 dev-python/pyxdg/pyxdg-0.26-r2.ebuild             | 20 +++-----
 2 files changed, 65 insertions(+), 13 deletions(-)