Closed Bug 1741511 Opened 3 years ago Closed 2 years ago

[wpt-sync] Sync PR 31652 - Bump python-dateutil from 2.8.1 to 2.8.2 in /tools

Categories

(Testing :: web-platform-tests, task, P4)

task

Tracking

(firefox96 fixed)

RESOLVED FIXED
96 Branch
Tracking Status
firefox96 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 31652 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/web-platform-tests/wpt/pull/31652
Details from upstream follow.

dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> wrote:

Bump python-dateutil from 2.8.1 to 2.8.2 in /tools

Bumps python-dateutil from 2.8.1 to 2.8.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dateutil/dateutil/releases">python-dateutil's releases</a>.</em></p>
<blockquote>
<h2>2.8.2</h2>
<h1>Version 2.8.2 (2021-07-08)</h1>
<h2>Data updates</h2>
<ul>
<li>Updated tzdata version to 2021a. (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1128">#1128</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed a bug in the parser where non-<code>ValueError</code> exceptions would be raised
during exception handling; this would happen, for example, if an
<code>IllegalMonthError</code> was raised in <code>dateutil</code> code. Fixed by Mark Bailey.
(gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/981">#981</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/987">#987</a>).</li>
<li>Fixed the custom <code>repr</code> for <code>dateutil.parser.ParserError</code>, which was not
defined due to an indentation error. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/991">#991</a>, gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/993">#993</a>)</li>
<li>Fixed a bug that caused <code>b'</code> prefixes to appear in parse_isodate exception
messages. Reported and fixed by Paul Brown (<a href="https://github.com/pawl"><code>@​pawl</code></a>) (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1122">#1122</a>)</li>
<li>Make <code>isoparse</code> raise when trying to parse times with inconsistent use of
<code>:</code> separator. Reported and fixed by <a href="https://github.com/mariocj89"><code>@​mariocj89</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1125">#1125</a>).</li>
<li>Fixed <code>tz.gettz()</code> not returning local time when passed an empty string.
Reported by <a href="https://github.com/labrys"><code>@​labrys</code></a> (gh issues <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/925">#925</a>, <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/926">#926</a>). Fixed by <a href="https://github.com/ffe4"><code>@​ffe4</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1024">#1024</a>)</li>
</ul>
<h2>Documentation changes</h2>
<ul>
<li>Rearranged parser documentation into "Functions", "Classes" and "Warnings and
Exceptions" categories. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li>
<li>Updated <code>parser.parse</code> documentation to reflect the switch from
<code>ValueError</code> to <code>ParserError</code>. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li>
<li>Fixed methods in the <code>rrule</code> module not being displayed in the docs. (gh pr
<a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1025">#1025</a>)</li>
<li>Changed some relative links in the exercise documentation to refer to the
document locations in the input tree, rather than the generated HTML files in
the HTML output tree (which presumably will not exist in non-HTML output
formats). (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1078">#1078</a>).</li>
</ul>
<h2>Misc</h2>
<ul>
<li>Moved <code>test_imports.py</code>, <code>test_internals.py</code> and <code>test_utils.py</code> to
pytest. Reported and fixed by <a href="https://github.com/jpurviance"><code>@​jpurviance</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/978">#978</a>)</li>
<li>Added project_urls for documentation and source. Patch by <a href="https://github.com/andriyor"><code>@​andriyor</code></a> (gh pr
<a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/975">#975</a>).</li>
<li>Simplified handling of bytes and bytearray in <code>_parser._timelex</code>. Reported</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/dateutil/dateutil/blob/master/NEWS">python-dateutil's changelog</a>.</em></p>
<blockquote>
<h1>Version 2.8.2 (2021-07-08)</h1>
<h2>Data updates</h2>
<ul>
<li>Updated tzdata version to 2021a. (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1128">#1128</a>)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>Fixed a bug in the parser where non-<code>ValueError</code> exceptions would be raised
during exception handling; this would happen, for example, if an
<code>IllegalMonthError</code> was raised in <code>dateutil</code> code. Fixed by Mark Bailey.
(gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/981">#981</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/987">#987</a>).</li>
<li>Fixed the custom <code>repr</code> for <code>dateutil.parser.ParserError</code>, which was not
defined due to an indentation error. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/991">#991</a>, gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/993">#993</a>)</li>
<li>Fixed a bug that caused <code>b'</code> prefixes to appear in parse_isodate exception
messages. Reported and fixed by Paul Brown (<a href="https://github.com/pawl"><code>@​pawl</code></a>) (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1122">#1122</a>)</li>
<li>Make <code>isoparse</code> raise when trying to parse times with inconsistent use of
<code>:</code> separator. Reported and fixed by <a href="https://github.com/mariocj89"><code>@​mariocj89</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1125">#1125</a>).</li>
<li>Fixed <code>tz.gettz()</code> not returning local time when passed an empty string.
Reported by <a href="https://github.com/labrys"><code>@​labrys</code></a> (gh issues <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/925">#925</a>, <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/926">#926</a>). Fixed by <a href="https://github.com/ffe4"><code>@​ffe4</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1024">#1024</a>)</li>
</ul>
<h2>Documentation changes</h2>
<ul>
<li>Rearranged parser documentation into "Functions", "Classes" and "Warnings and
Exceptions" categories. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li>
<li>Updated <code>parser.parse</code> documentation to reflect the switch from
<code>ValueError</code> to <code>ParserError</code>. (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/992">#992</a>, pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/994">#994</a>).</li>
<li>Fixed methods in the <code>rrule</code> module not being displayed in the docs. (gh pr
<a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1025">#1025</a>)</li>
<li>Changed some relative links in the exercise documentation to refer to the
document locations in the input tree, rather than the generated HTML files in
the HTML output tree (which presumably will not exist in non-HTML output
formats). (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1078">#1078</a>).</li>
</ul>
<h2>Misc</h2>
<ul>
<li>Moved <code>test_imports.py</code>, <code>test_internals.py</code> and <code>test_utils.py</code> to
pytest. Reported and fixed by <a href="https://github.com/jpurviance"><code>@​jpurviance</code></a> (gh pr <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/978">#978</a>)</li>
<li>Added project_urls for documentation and source. Patch by <a href="https://github.com/andriyor"><code>@​andriyor</code></a> (gh pr
<a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/975">#975</a>).</li>
<li>Simplified handling of bytes and bytearray in <code>_parser._timelex</code>. Reported
and fixed by <a href="https://github.com/frenzymadness"><code>@​frenzymadness</code></a> (gh issue <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1060">#1060</a>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dateutil/dateutil/commit/6b035517571e63b6a63a493740c5506ec1e5da44"><code>6b03551</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1143">#1143</a> from mariocj89/pu/2.8.2</li>
<li><a href="https://github.com/dateutil/dateutil/commit/cf44dd0c66827070cf9dd7b30f126b3ab2e110b5"><code>cf44dd0</code></a> Manual cleanup for 2.8.2 NEWS</li>
<li><a href="https://github.com/dateutil/dateutil/commit/561167183d4cad190059975e5c0826e3587d3c97"><code>5611671</code></a> Automatic generation of NEWS entries for 2.8.2</li>
<li><a href="https://github.com/dateutil/dateutil/commit/584b58d58abc7c23aa3c5177f465464cf90d10d7"><code>584b58d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1142">#1142</a> from mariocj89/pu/typo</li>
<li><a href="https://github.com/dateutil/dateutil/commit/e960effe35d8cdcf66f5c496fa393bd6692acf60"><code>e960eff</code></a> Fix typo in RELEASING steps</li>
<li><a href="https://github.com/dateutil/dateutil/commit/1682d23f16b8bdc9ae88d26defdb6b839e97b90d"><code>1682d23</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1141">#1141</a> from mariocj89/pu/auto-relase</li>
<li><a href="https://github.com/dateutil/dateutil/commit/b9b8eea6b3a8c0cb6b9ad8f6cd56d10a69fafe97"><code>b9b8eea</code></a> Update information about release signatures</li>
<li><a href="https://github.com/dateutil/dateutil/commit/ee85831cc25d34ff597cfb3f2d90ce5904dbc561"><code>ee85831</code></a> Build releases with Python 3.9</li>
<li><a href="https://github.com/dateutil/dateutil/commit/6b337ea412d399fb48771c544b1a6880763b46c6"><code>6b337ea</code></a> Automate cutting new releases</li>
<li><a href="https://github.com/dateutil/dateutil/commit/9c2ad8f981ece1bdb3d52527f1cb39523b11d862"><code>9c2ad8f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dateutil/dateutil/issues/1056">#1056</a> from ffe4/issue_1029</li>
<li>Additional commits viewable in <a href="https://github.com/dateutil/dateutil/compare/2.8.1...2.8.2">compare view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

PR 31652 applied with additional changes from upstream: e5c7faa6e8062dbf57eae6f58e99483cd2a4ec4d
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ff9f4b3362dd
[wpt PR 31652] - Bump python-dateutil from 2.8.1 to 2.8.2 in /tools, a=testonly
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 96 Branch
You need to log in before you can comment on or make changes to this bug.