[Pywikipedia-bugs] [Maniphest] [Commented On] T325248: Implement __eq__ that does not care about timezones

2022-12-14 Thread RPI2026F1
RPI2026F1 added a comment. I think the solution is to make a new method that does this, but the question is what to name it. TASK DETAIL https://phabricator.wikimedia.org/T325248 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RPI2026F1 Cc:

[Pywikipedia-bugs] [Maniphest] [Created] T325248: Implement __eq__ that does not care about timezones

2022-12-14 Thread RPI2026F1
RPI2026F1 created this task. RPI2026F1 added projects: Pywikibot-Wikidata, Pywikibot. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION **Feature summary** (what you would like to be able to do and where): I want to be able to compare two times that are

[Pywikipedia-bugs] [Maniphest] [Started] T148280: WbTime comparison is incorrect

2022-12-14 Thread RPI2026F1
RPI2026F1 changed the task status from "Open" to "In Progress". RPI2026F1 changed the subtype of this task from "Task" to "Feature Request". TASK DETAIL https://phabricator.wikimedia.org/T148280 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To:

[Pywikipedia-bugs] [Maniphest] [Blocker] T123888: Incorrect default month and day for WbTime

2022-12-14 Thread RPI2026F1
RPI2026F1 changed the status of subtask T148280: WbTime comparison is incorrect from Open to In Progress. TASK DETAIL https://phabricator.wikimedia.org/T123888 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RPI2026F1 Cc: RPI2026F1, thiemowmde,

[Pywikipedia-bugs] [Maniphest] [Started] T123888: Incorrect default month and day for WbTime

2022-12-14 Thread RPI2026F1
RPI2026F1 claimed this task. RPI2026F1 changed the task status from "Open" to "In Progress". RPI2026F1 raised the priority of this task from "Lowest" to "Low". RPI2026F1 changed the subtype of this task from "Task" to "Bug Report". TASK DETAIL https://phabricator.wikimedia.org/T123888 EMAIL

[Pywikipedia-bugs] [Maniphest] [Updated] T123888: Incorrect default month and day for WbTime

2022-12-14 Thread gerritbot
gerritbot added a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T123888 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: gerritbot Cc: RPI2026F1, thiemowmde, Multichill, Aklapper, StudiesWorld, pywikibot-bugs-list,

[Pywikipedia-bugs] [Maniphest] [Commented On] T123888: Incorrect default month and day for WbTime

2022-12-14 Thread gerritbot
gerritbot added a comment. Change 868173 had a related patch set uploaded (by RPI2026F1; author: RPI2026F1): [pywikibot/core@master] [Feature] Allow normalization of WbTime objects https://gerrit.wikimedia.org/r/868173 TASK DETAIL https://phabricator.wikimedia.org/T123888 EMAIL

[Pywikipedia-bugs] [Maniphest] [Triaged] T325241: Represent precision in pywikibot.WbTime as an Enum

2022-12-14 Thread RPI2026F1
RPI2026F1 triaged this task as "Low" priority. TASK DETAIL https://phabricator.wikimedia.org/T325241 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RPI2026F1 Cc: Aklapper, RPI2026F1, pywikibot-bugs-list, PotsdamLamb, Jyoo1011, JohnsonLee01, SHEKH,

[Pywikipedia-bugs] [Maniphest] [Created] T325241: Represent precision in pywikibot.WbTime as an Enum

2022-12-14 Thread RPI2026F1
RPI2026F1 created this task. RPI2026F1 added projects: Pywikibot, Pywikibot-Wikidata. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION **Feature summary** (what you would like to be able to do and where): Instead of using a dictionary, using an enum

[Pywikipedia-bugs] [Maniphest] [Commented On] T123888: Incorrect default month and day for WbTime

2022-12-14 Thread RPI2026F1
RPI2026F1 added a comment. Actually I think normalization would help solve the problem. The fix then is simple. TASK DETAIL https://phabricator.wikimedia.org/T123888 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RPI2026F1 Cc: RPI2026F1,

[Pywikipedia-bugs] [Maniphest] [Updated] T324798: pywikibot.WbTime does not update precision when intermediate values are skipped

2022-12-14 Thread Maintenance_bot
Maintenance_bot removed a project: Patch-For-Review. TASK DETAIL https://phabricator.wikimedia.org/T324798 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: RPI2026F1, Maintenance_bot Cc: Aklapper, pywikibot-bugs-list, RPI2026F1, PotsdamLamb, Jyoo1011,

[Pywikipedia-bugs] [Maniphest] [Commented On] T101594: Test PWB on IronPython

2022-12-14 Thread binbot
binbot added a comment. A regex converter would be useful. The tools use different syntax for text replacement, thus regexes built for one don't work in the other. TASK DETAIL https://phabricator.wikimedia.org/T101594 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Commented On] T324798: pywikibot.WbTime does not update precision when intermediate values are skipped

2022-12-14 Thread gerritbot
gerritbot added a comment. Change 866512 **merged** by jenkins-bot: [pywikibot/core@master] [Bugfix] Fix precision not being set incorrectly. https://gerrit.wikimedia.org/r/866512 TASK DETAIL https://phabricator.wikimedia.org/T324798 EMAIL PREFERENCES

[Pywikipedia-bugs] [Maniphest] [Created] T325197: Inconsistency between flake8 on Python 3.6 vs flake8 on Python 3.9 for pywikibot-core integration tests

2022-12-14 Thread RPI2026F1
RPI2026F1 created this task. RPI2026F1 added projects: Pywikibot, Pywikibot-tests. Restricted Application added subscribers: pywikibot-bugs-list, Aklapper. TASK DESCRIPTION I noticed an inconsistency for the integration tests on pywikibot-core, namely with flake8. flake8 on Python 3.9 reported

[Pywikipedia-bugs] [Maniphest] [Lowered Priority] T67987: Functionality existing in AutoWikiBrowser but missing from core (tracking)

2022-12-14 Thread Aklapper
Aklapper lowered the priority of this task from "High" to "Low". TASK DETAIL https://phabricator.wikimedia.org/T67987 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Aklapper Cc: Liuxinyu970226, Dvorapa, Aklapper, jayvdb, revi, Ricordisamoa,

[Pywikipedia-bugs] [Maniphest] [Updated] T101591: AutoWikiBrowser-Pywikibot collaboration

2022-12-14 Thread Aklapper
Aklapper changed the subtype of this task from "Task" to "Feature Request". TASK DETAIL https://phabricator.wikimedia.org/T101591 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Aklapper Cc: Framawiki, Alchimista, Kingboyk, Horcrux92, Reedy,

[Pywikipedia-bugs] [Maniphest] [Started] T322217: Improvements to existing Pywikibot resources and tutorials

2022-12-14 Thread KBach
KBach raised the priority of this task from "Medium" to "High". KBach changed the task status from "Open" to "In Progress". TASK DETAIL https://phabricator.wikimedia.org/T322217 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: KBach Cc: TBurmeister,

[Pywikipedia-bugs] [Maniphest] [Blocker] T320625: Pywikibot documentation improvements

2022-12-14 Thread KBach
KBach changed the status of subtask T322217: Improvements to existing Pywikibot resources and tutorials from Open to In Progress. TASK DETAIL https://phabricator.wikimedia.org/T320625 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: KBach Cc: whym,

[Pywikipedia-bugs] [Maniphest] [Edited] T322217: Improvements to existing Pywikibot resources and tutorials

2022-12-14 Thread KBach
KBach updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T322217 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: KBach Cc: TBurmeister, binbot, Aklapper, pywikibot-bugs-list, whym, KBach, Maberdour, PotsdamLamb, Jyoo1011,