[Pywikipedia-bugs] [Maniphest] [Created] T257376: transferbot.py script's appended text is creating interwiki links instead of wiki links

2020-07-07 Thread Xaosflux
Xaosflux created this task. Xaosflux added projects: Pywikibot, Pywikibot-Scripts. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Example page: https://test.wikipedia.org/w/index.php?title=Special:PermaLink/441424 At the very end of the page the

[Pywikipedia-bugs] [Maniphest] [Created] T257399: Rewrite pywikibot scripts to support Python 3.5+ only

2020-07-07 Thread Xqt
Xqt created this task. Xqt added projects: Pywikibot, Pywikibot-Scripts, good first task. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION Pywikibot 2.7 and Pywikibot 3.4 has been dropped due to T239542 and

[Pywikipedia-bugs] [Maniphest] [Triaged] T257399: Rewrite pywikibot scripts to support Python 3.5+ only

2020-07-07 Thread Xqt
Xqt triaged this task as "Low" priority. TASK DETAIL https://phabricator.wikimedia.org/T257399 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: Aklapper, Xqt, pywikibot-bugs-list, JohnsonLee01, SHEKH, Dijkstra, Khutuck, Soda, Chaytanya,

[Pywikipedia-bugs] [Maniphest] [Commented On] T171886: installing pywikibot with pip fails because the package isn't a git repository; setup.py is unable to find the version of pywikibot

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 609868 **abandoned** by Zhuyifei1999: [pywikibot/core@master] setup.py: Hide irrelevant messages in get_version Reason: Superseded by https://gerrit.wikimedia.org/r/c/pywikibot/core/ /409823 with a much better approach.

[Pywikipedia-bugs] [Maniphest] [Commented On] T239542: Drop support of Python 3.4

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 609486 **merged** by jenkins-bot: [pywikibot/core@master] [4.0] Remove Python 2 dependencies https://gerrit.wikimedia.org/r/609486 TASK DETAIL https://phabricator.wikimedia.org/T239542 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T197936: [RfC] Figure out the version format

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 409823 **merged** by jenkins-bot: [pywikibot/core@master] [IMPR] Use one central point for framework version https://gerrit.wikimedia.org/r/409823 TASK DETAIL https://phabricator.wikimedia.org/T197936 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T213287: Drop support of Python 2.7

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 609486 **merged** by jenkins-bot: [pywikibot/core@master] [4.0] Remove Python 2 dependencies https://gerrit.wikimedia.org/r/609486 TASK DETAIL https://phabricator.wikimedia.org/T213287 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T253719: Pinning pywikibot to 3.0.20200111 doesn't work with setuptools

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 409823 **merged** by jenkins-bot: [pywikibot/core@master] [IMPR] Use one central point for framework version https://gerrit.wikimedia.org/r/409823 TASK DETAIL https://phabricator.wikimedia.org/T253719 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T171886: installing pywikibot with pip fails because the package isn't a git repository; setup.py is unable to find the version of pywikibot

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 409823 **merged** by jenkins-bot: [pywikibot/core@master] [IMPR] Use one central point for framework version https://gerrit.wikimedia.org/r/409823 TASK DETAIL https://phabricator.wikimedia.org/T171886 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T197936: [RfC] Figure out the version format

2020-07-07 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T197936 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Maintenance_bot Cc: valhallasw, Lokal_Profil, Xqt, Aklapper, Framawiki, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Updated] T171886: installing pywikibot with pip fails because the package isn't a git repository; setup.py is unable to find the version of pywikibot

2020-07-07 Thread JJMC89
JJMC89 added a comment. Yes, I know that It does install in my case, but it looks like the version doesn't match. (From my paste: 3.0.dev0 instead of 3.0.20200703.) creating /home/travis/virtualenv/python3.8.0/lib/python3.8/site-packages/pywikibot-3.0.dev0-py3.8.egg Extracting

[Pywikipedia-bugs] [Maniphest] [Commented On] T106121: RFC removing old code / code cleanup

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 409823 **merged** by jenkins-bot: [pywikibot/core@master] [IMPR] Use one central point for framework version https://gerrit.wikimedia.org/r/409823 TASK DETAIL https://phabricator.wikimedia.org/T106121 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T228322: Python is killed by recent patch

2020-07-07 Thread zhuyifei1999
zhuyifei1999 added a comment. In T228322#5344565 , @Xqt wrote: > lang property must be resolved from siteinfo whereas code property is already given when instantiating the site object. I think

[Pywikipedia-bugs] [Maniphest] [Updated] T228322: Python is killed by recent patch

2020-07-07 Thread zhuyifei1999
zhuyifei1999 added a comment. P11763 (An Untitled Masterwork) TASK DETAIL https://phabricator.wikimedia.org/T228322 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: zhuyifei1999 Cc: zhuyifei1999, Dvorapa,

[Pywikipedia-bugs] [Maniphest] [Commented On] T171886: installing pywikibot with pip fails because the package isn't a git repository; setup.py is unable to find the version of pywikibot

2020-07-07 Thread zhuyifei1999
zhuyifei1999 added a comment. In T171886#6284238 , @Seppl2013 wrote: > Please reopen this issue - marking it invalid since it's not reproducible in the Wikimedia Universe is not helpful for those having the problem in their own

[Pywikipedia-bugs] [Maniphest] [Closed] T197936: [RfC] Figure out the version format

2020-07-07 Thread Xqt
Xqt closed this task as "Resolved". Xqt claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T197936 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Xqt Cc: valhallasw, Lokal_Profil, Xqt, Aklapper, Framawiki, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Commented On] T239542: Drop support of Python 3.4

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 610062 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [4.0] Remove code duplication of pwb.py and setup.py https://gerrit.wikimedia.org/r/610062 TASK DETAIL https://phabricator.wikimedia.org/T239542 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T213287: Drop support of Python 2.7

2020-07-07 Thread gerritbot
gerritbot added a comment. Change 610062 had a related patch set uploaded (by Xqt; owner: Xqt): [pywikibot/core@master] [4.0] Remove code duplication of pwb.py and setup.py https://gerrit.wikimedia.org/r/610062 TASK DETAIL https://phabricator.wikimedia.org/T213287 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Updated] T242083: test_page_from_repository fails with EntityTypeUnknownException on multiple sites

2020-07-07 Thread eprodromou
eprodromou edited projects, added Core Platform Team Workboards (Clinic Duty Team); removed Core Platform Team. TASK DETAIL https://phabricator.wikimedia.org/T242083 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: eprodromou Cc: Ladsgroup, Xqt,

[Pywikipedia-bugs] [Maniphest] [Updated] T242083: test_page_from_repository fails with EntityTypeUnknownException on multiple sites

2020-07-07 Thread eprodromou
eprodromou removed a project: Core Platform Team Workboards (Clinic Duty Team). eprodromou added a comment. What's the question that you're asking? Is there something we can do to help make this test pass? TASK DETAIL https://phabricator.wikimedia.org/T242083 EMAIL PREFERENCES