Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 846353 - x11-misc/redshift: needs upgrade to Python 3.10 (PythonCompatUpdate)
Summary: x11-misc/redshift: needs upgrade to Python 3.10 (PythonCompatUpdate)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2022-05-18 19:07 UTC by Sam James
Modified: 2022-05-22 19:11 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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-18 19:07:48 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 x11-misc/redshift
x11-misc/redshift
  PythonCompatUpdate: version 1.12-r3: PYTHON_COMPAT update available: python3_10
  PythonCompatUpdate: version 1.12-r4: PYTHON_COMPAT update available: python3_10
  PythonCompatUpdate: version 1.12-r5: PYTHON_COMPAT update available: python3_10
Comment 1 Larry the Git Cow gentoo-dev 2022-05-21 20:15:12 UTC
The bug has been closed via the following commit(s):

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

commit 6a35e6810988f0f591f198af034346c6b2f4fb58
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2022-05-21 20:04:37 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2022-05-21 20:13:11 +0000

    x11-misc/redshift: Python 3.10 + EAPI 8
    
    Closes: https://bugs.gentoo.org/846353
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.30, Repoman-3.0.3

 x11-misc/redshift/redshift-1.12-r6.ebuild | 94 +++++++++++++++++++++++++++++++
 1 file changed, 94 insertions(+)
Comment 2 Greg Kubaryk 2022-05-22 02:55:58 UTC
we seem to have lost the inherit on gnome2-utils in -r6 but still call a function from it:
/var/tmp/portage/x11-misc/redshift-1.12-r6/temp/environment: line 2609: gnome2_icon_cache_update: command not found
Comment 3 Sebastian Pipping gentoo-dev 2022-05-22 13:11:16 UTC
(In reply to Greg Kubaryk from comment #2)
> we seem to have lost the inherit on gnome2-utils in -r6 but still call a
> function from it:
> /var/tmp/portage/x11-misc/redshift-1.12-r6/temp/environment: line 2609:
> gnome2_icon_cache_update: command not found

My bad, I followed pkgcheck warning…

  UnusedInherits: version 1.12-r5: unused eclass: gnome2-utils

…blindly and should have double-checked.  Let me have a closer look right now.
Comment 4 Larry the Git Cow gentoo-dev 2022-05-22 13:15:12 UTC
The bug has been closed via the following commit(s):

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

commit 378f21931988b1a2f3a2bf4e5729f931b4063955
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2022-05-22 13:14:18 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2022-05-22 13:14:18 +0000

    x11-misc/redshift: Re-add missing gnome2-utils inherit
    
    Closes: https://bugs.gentoo.org/846353
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.30, Repoman-3.0.3

 x11-misc/redshift/redshift-1.12-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Larry the Git Cow gentoo-dev 2022-05-22 19:11:28 UTC
The bug has been closed via the following commit(s):

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

commit 9532ab8332045617cce581490d6fffe50a685207
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2022-05-22 19:10:07 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2022-05-22 19:10:07 +0000

    x11-misc/redshift: Migrate from gnome2-utils to xdg-utils
    
    Closes: https://bugs.gentoo.org/846353
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-3.0.30, Repoman-3.0.3

 x11-misc/redshift/redshift-1.12-r6.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)