Page MenuHomeSolus

Remove python2 support for python-wikipedia
AbandonedPublic

Authored by algent on Jun 20 2020, 12:39 PM.
Tags
None
Referenced Files
F11017659: D9092.diff
Sun, Aug 6, 4:35 AM
F10990261: D9092.id.diff
Mon, Jul 24, 7:34 PM
F10890117: D9092.diff
Jun 28 2023, 11:14 AM
F10873408: D9092.id.diff
Jun 19 2023, 12:36 PM
F10850667: D9092.id21917.diff
Jun 12 2023, 5:59 AM
F10826624: D9092.diff
Jun 4 2023, 3:17 AM
F10766153: D9092.diff
May 19 2023, 4:57 PM
F10755663: D9092.id21917.diff
May 17 2023, 12:34 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Triage Team
Summary

python-wikipedia isn't required by any of existing packages se we can remove python2 support.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan
>>> import wikipedia
>>> wikipedia.search("Solus")
['Solus (operating system)', 'Solus', 'Solus Christus', 'Mordin Solus', 'Locus Solus', 'Solus 29', 'The Solus Project', 'Budgie (desktop environment)', 'Solus (typeface)', 'Solus Project']
>>> wikipedia.summary("Solus")
'Solus (previously known as Evolve OS) is an independently developed operating system for the x86-64 architecture based on the Linux kernel and a choice of the homegrown Budgie desktop environment, GNOME, MATE or KDE Plasma as the desktop environment. Its package manager, eopkg, is based on the PiSi package management system from Pardus Linux, and it has a semi-rolling release model, with new package updates landing in the stable repository every Friday. The developers of Solus have stated that Solus is intended exclusively for use on personal computers and will not include software that is only useful in enterprise or server environments.'

Diff Detail

Repository
R2711 python-wikipedia
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

I mean, if nothing requires it, why don't we just nuke it?

The reason of this diff was to clean python2. No problem for me to send a PR to remove this from our repo. This package was a dependency of lollypop and was removed in D6879.

Yea let's go ahead and just nuke this from orbit :) I'll disable its source repo. Thanks for the patch though!