Note that the arrow library remains used for its humanize() feature in the cli
pretty printing function.
Closes T2835.
Differential D4642
Replace usage of arrow datetime objects in favor of pure datetime ones douardda on Dec 2 2020, 9:52 AM. Authored by
Details
Note that the arrow library remains used for its humanize() feature in the cli Closes T2835.
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4642 (id=16472)Rebasing onto 1b390a7b01... Current branch diff-target is up to date. Changes applied before testcommit 87d72c892939211da4ef4bb7f2d721bc51c3470a Author: David Douard <david.douard@sdfa3.org> Date: Wed Dec 2 09:49:33 2020 +0100 Replace usage of arrow datetime objects in favor of pure datetime ones Note that the arrow library remains used for its humanize() feature in the cli pretty printing function. Closes T2835. See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/81/ for more details. Comment Actions lgtm I'd argue to completely remove the arrow dependency though...
Comment Actions Build is green Patch application report for D4642 (id=16505)Rebasing onto 1b390a7b01... Current branch diff-target is up to date. Changes applied before testcommit 3c8707599ae1cc721c5ee80b6def30e2374725b6 Author: David Douard <david.douard@sdfa3.org> Date: Wed Dec 2 09:49:33 2020 +0100 Replace usage of arrow datetime objects in favor of pure datetime ones Note that the humanize library is now used in the cli pretty printing function (in place of the arrow hiumanize feature). As a result, displayed output from some cli commands may slightly differ. Closes T2835. See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/82/ for more details. |