Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 848171 - [guru] dev-python/glicko2: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: [guru] dev-python/glicko2: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All All
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-29 18:09 UTC by Nowa Ammerlaan
Modified: 2023-01-30 10:29 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 Nowa Ammerlaan gentoo-dev 2022-05-29 18:09:22 UTC
This package does not support Python 3.10. Please test it with Python 3.10 as a matter of urgency as the default will change in early June, as per message on gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/13aa993921f19b6b095297721ffb0d0b. Ask in #gentoo-python on IRC if need any help.

$ pkgcheck scan -k PythonCompatUpdate dev-python/glicko2
dev-python/glicko2
  PythonCompatUpdate: version 2.0.0: PYTHON_COMPAT updates available: python3_10, python3_11
Comment 1 Larry the Git Cow gentoo-dev 2023-01-30 10:29:28 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e0360c6a19cf49a2137c04c943068134081078

commit 78e0360c6a19cf49a2137c04c943068134081078
Author:     Julien Roy <julien@jroy.ca>
AuthorDate: 2023-01-29 19:45:38 +0000
Commit:     Julien Roy <julien@jroy.ca>
CommitDate: 2023-01-29 19:45:38 +0000

    dev-python/glicko2: drop py3.8, add 3.{10,11}
    use DISTUTILS_USE_PEP517=setuptools
    
    Closes: https://bugs.gentoo.org/848171
    Signed-off-by: Julien Roy <julien@jroy.ca>

 dev-python/glicko2/glicko2-2.0.0-r1.ebuild | 19 +++++++++++++++++++
 dev-python/glicko2/glicko2-2.0.0.ebuild    | 24 ------------------------
 2 files changed, 19 insertions(+), 24 deletions(-)