[PR #2068] [MERGED] Bump feedparser from 5.2.1 to 6.0.2 #2439

Closed
opened 2026-02-27 12:11:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2068
Author: @dependabot[bot]
Created: 10/26/2020
Status: Merged
Merged: 11/10/2020
Merged by: @mergify[bot]

Base: masterHead: dependabot/pip/feedparser-6.0.2


📝 Commits (3)

  • 1530a38 Bump feedparser from 5.2.1 to 6.0.2
  • 55717b7 Merge branch 'master' into dependabot/pip/feedparser-6.0.2
  • c2f4bef Merge branch 'master' into dependabot/pip/feedparser-6.0.2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps feedparser from 5.2.1 to 6.0.2.

Changelog

Sourced from feedparser's changelog.

6.0.2 - 25 October 2020 * Stop building Python wheels with universal=1 set. (#251)

    This was causing pip to find and install the feedparser 6.x wheels
    on Python 2 even though Python 2 is no longer supported.
  • Fix a bug that put a trailing quote in the documentation version. (#232)
  • Update the documentation URL to point to ReadTheDocs.

6.0.1 - 15 September 2020 [YANKED] * Remove all Python 2 compatibility code (#228) * Add python_requires to setup.py (#231)

6.0.0 - 12 September 2020 [YANKED] * Support Python 3.6, 3.7, 3.8 and 3.9 * Drop support for Python 2.4 through 2.7, and Python 3.0 through 3.5 (#169) * Convert feedparser from a monolithic file to a package * feedparser.parse(sanitize_html=bool) argument replaces the feedparser.SANITIZE_HTML global * feedparser.parse(resolve_relative_uris=bool) replaces the feedparser.RESOLVE_RELATIVE_URIS global * Unify the codebase so that 2to3 conversion is no longer required * Remove references to iconv_codecs * Update the Creative Commons namespace URI's * Update the default User-Agent name and URL * Support Middle European (Summer) Time timezones (#20) * Pass data to lazy_chardet_encoding() (#50) * Document that datetimes are returned in UTC (#51) * Remove cjkpython references in the documentation (#57) * Resolve ResourceWarnings thrown during unit tests (#170) * Fix tox build failures (#213) * Use base64.decodebytes() directly to support Python 3.9 (#201) * Fix Python 3.8 urllib.parse.splittype() deprecation warning (#211) * Support parsing colons in RFC822 timezones (#144) * Add chardet as an optional tox environment dependency * Fix the Big5 unit test that fails when chardet is installed (#184)

Commits
  • e13bb55 Merge branch 'hotfix-6.0.2' into master
  • 51b3a10 Update the documentation URL to point to ReadTheDocs
  • 1e43630 Replace custom code to open a webbrowser when releasing feedparser
  • 376e48d Note #232 was fixed
  • b4dd539 Bump version
  • 2bc6ff2 Update regex expression to extract version
  • e2d2769 Stop building wheels with universal=1 set
  • 98d189f Merge branch 'hotfix-6.0.1' into master
  • 9c592f8 Bump version to 6.0.1
  • 8c38c43 Merge branch 'pr-231-news' into develop
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Dependabot commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2068 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/26/2020 **Status:** ✅ Merged **Merged:** 11/10/2020 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/pip/feedparser-6.0.2` --- ### 📝 Commits (3) - [`1530a38`](https://github.com/modoboa/modoboa/commit/1530a38b340c6f1bb6c72311d95c4f4ad413a854) Bump feedparser from 5.2.1 to 6.0.2 - [`55717b7`](https://github.com/modoboa/modoboa/commit/55717b710461c6ce6b5131a46e162cf0734788b4) Merge branch 'master' into dependabot/pip/feedparser-6.0.2 - [`c2f4bef`](https://github.com/modoboa/modoboa/commit/c2f4bef86b01a84c7c01c9f2584003faee498604) Merge branch 'master' into dependabot/pip/feedparser-6.0.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [feedparser](https://github.com/kurtmckee/feedparser) from 5.2.1 to 6.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst">feedparser's changelog</a>.</em></p> <blockquote> <p>6.0.2 - 25 October 2020 * Stop building Python wheels with <code>universal=1</code> set. (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/251">#251</a>)</p> <pre><code> This was causing pip to find and install the feedparser 6.x wheels on Python 2 even though Python 2 is no longer supported. <ul> <li>Fix a bug that put a trailing quote in the documentation version. (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/232">#232</a>)</li> <li>Update the documentation URL to point to ReadTheDocs. </code></pre></li> </ul> <p>6.0.1 - 15 September 2020 [YANKED] * Remove all Python 2 compatibility code (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/228">#228</a>) * Add <em>python_requires</em> to <code>setup.py</code> (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/231">#231</a>)</p> <p>6.0.0 - 12 September 2020 [YANKED] * Support Python 3.6, 3.7, 3.8 and 3.9 * Drop support for Python 2.4 through 2.7, and Python 3.0 through 3.5 (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/169">#169</a>) * Convert feedparser from a monolithic file to a package * <code>feedparser.parse(sanitize_html=bool)</code> argument replaces the <code>feedparser.SANITIZE_HTML</code> global * <code>feedparser.parse(resolve_relative_uris=bool)</code> replaces the <code>feedparser.RESOLVE_RELATIVE_URIS</code> global * Unify the codebase so that 2to3 conversion is no longer required * Remove references to iconv_codecs * Update the Creative Commons namespace URI's * Update the default User-Agent name and URL * Support Middle European (Summer) Time timezones (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/20">#20</a>) * Pass <code>data</code> to <code>lazy_chardet_encoding()</code> (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/50">#50</a>) * Document that datetimes are returned in UTC (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/51">#51</a>) * Remove cjkpython references in the documentation (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/57">#57</a>) * Resolve ResourceWarnings thrown during unit tests (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/170">#170</a>) * Fix tox build failures (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/213">#213</a>) * Use <code>base64.decodebytes()</code> directly to support Python 3.9 (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/201">#201</a>) * Fix Python 3.8 <code>urllib.parse.splittype()</code> deprecation warning (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/211">#211</a>) * Support parsing colons in RFC822 timezones (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/144">#144</a>) * Add <code>chardet</code> as an optional tox environment dependency * Fix the Big5 unit test that fails when chardet is installed (<a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/184">#184</a>)</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kurtmckee/feedparser/commit/e13bb55cbd3ecbf98cf70a5cf7112d3d5b02b413"><code>e13bb55</code></a> Merge branch 'hotfix-6.0.2' into master</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/51b3a100fd949f3c9d8acd5979786227b9b41c57"><code>51b3a10</code></a> Update the documentation URL to point to ReadTheDocs</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/1e43630ed3ca2757cc04d0427bc01d0fc2bb1b9d"><code>1e43630</code></a> Replace custom code to open a webbrowser when releasing feedparser</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/376e48d6b7c75f23e09a76bbd90110f730aba228"><code>376e48d</code></a> Note <a href="https://github-redirect.dependabot.com/kurtmckee/feedparser/issues/232">#232</a> was fixed</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/b4dd539df370a172fe85d10a0d3fec7cea4b8ea2"><code>b4dd539</code></a> Bump version</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/2bc6ff299ece7a8ed2dde9386148a21fe294a314"><code>2bc6ff2</code></a> Update regex expression to extract version</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/e2d2769d1f7f4c7ec5ef97090b147615c439e2ce"><code>e2d2769</code></a> Stop building wheels with universal=1 set</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/98d189fa446410a2aa608d6dd9c2079e1d388d20"><code>98d189f</code></a> Merge branch 'hotfix-6.0.1' into master</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/9c592f834a87653c7ffe2ca6d5c50035a67c0f96"><code>9c592f8</code></a> Bump version to 6.0.1</li> <li><a href="https://github.com/kurtmckee/feedparser/commit/8c38c43031bbbaeb77ee83ea4cffad5bd5f231e5"><code>8c38c43</code></a> Merge branch 'pr-231-news' into develop</li> <li>Additional commits viewable in <a href="https://github.com/kurtmckee/feedparser/compare/5.2.1...6.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=feedparser&package-manager=pip&previous-version=5.2.1&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2439
No description provided.