Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 936437 - dev-python/pygobject: dropped py3.10
Summary: dev-python/pygobject: dropped py3.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-21 13:24 UTC by Sam James
Modified: 2024-07-22 08:48 UTC (History)
2 users (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 2024-07-21 13:24:09 UTC
This commit dropped py3.10:

commit 920f358699de1df0d15870759704be3b76a4d153
Author: Guillermo Joandet <gjoandet@gmail.com>
Date:   Thu Feb 15 12:36:19 2024 -0300

    dev-python/pygobject: Bump to 3.48.2

    Closes: https://bugs.gentoo.org/921656
    Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/35350
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

This causes conflicts/skipped upgrades:
```

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:

dev-python/pygobject:3

  (dev-python/pygobject-3.48.2-r1:3/3::gentoo, ebuild scheduled for merge) USE="cairo -debug -examples -test" ABI_X86="(64)" PYTHON_TARGETS="python3_11 python3_12 -pypy3 -python3_13" conflicts with
    >=dev-python/pygobject-3:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (x11-misc/mozo-1.28.0:0/0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12"

    dev-python/pygobject:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (x11-libs/xapp-2.8.2-r1:0/0::gentoo, installed) USE="introspection -gtk-doc -mate -xfce" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12"

    >=dev-python/pygobject-2.90.1:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (dev-python/pyatspi-2.46.1:0/0::gentoo, installed) USE="-test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12 -python3_13"

    >=dev-python/pygobject-3.8:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (dev-python/gst-python-1.22.11:1.0/1.0::gentoo, installed) USE="" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12 -python3_13"

    dev-python/pygobject:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (net-libs/libaccounts-glib-1.27:0/0::gentoo, installed) USE="-doc -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12"

    >=dev-python/pygobject-3.16:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (dev-libs/gom-0.5.2:0/0::gentoo, installed) USE="introspection python -gtk-doc -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12 -python3_13"

    dev-python/pygobject:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (media-libs/gexiv2-0.14.2:0/0::gentoo, installed) USE="introspection python vala -gtk-doc -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12"

    dev-python/pygobject:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (app-i18n/ibus-1.5.29:0/0::gentoo, installed) USE="X emoji gtk3 gtk4 gui introspection libnotify nls python systemd unicode wayland -appindicator -gtk2 -test -vala" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12"

    dev-python/pygobject:3[python_targets_python3_10(-),python_targets_python3_11(-),python_targets_python3_12(-)] required by (media-video/gaupol-1.15:0/0::gentoo, installed) USE="spell -test" ABI_X86="(64)" PYTHON_TARGETS="python3_10 python3_11 python3_12 -python3_13"
```

Was there a particular reason it was dropped?
Comment 1 Larry the Git Cow gentoo-dev 2024-07-22 08:48:18 UTC
The bug has been closed via the following commit(s):

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

commit 37e7548dd8e48d65aae71ed15815fb775afd560b
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2024-07-22 08:46:34 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2024-07-22 08:46:37 +0000

    dev-python/pygobject: enable py3.10
    
    It was dropped by mistake
    
    Closes: https://bugs.gentoo.org/936437
    Thanks-to: Sam James
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 dev-python/pygobject/pygobject-3.48.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-07-22 08:48:49 UTC
Thanks Pacho!