[PR #93] [MERGED] Update mysqlclient requirement from <2.1.1 to <2.1.2 #94

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/93
Author: @dependabot[bot]
Created: 6/23/2022
Status: Merged
Merged: 9/30/2022
Merged by: @tonioo

Base: masterHead: dependabot/pip/mysqlclient-lt-2.1.2


📝 Commits (1)

  • 3449783 Update mysqlclient requirement from <2.1.1 to <2.1.2

📊 Changes

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

View changed files

📝 test-requirements.txt (+1 -1)

📄 Description

Updates the requirements on mysqlclient to permit the latest version.

Release notes

Sourced from mysqlclient's releases.

v2.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/PyMySQL/mysqlclient/compare/v2.1.0...v2.1.1

Changelog

Sourced from mysqlclient's changelog.

What's new in 2.1.1

Release: 2022-06-22

  • Fix qualname of exception classes. (#522)
  • Fix range check in MySQLdb._mysql.result.fetch_row(). Invalid how argument caused SEGV. (#538)
  • Fix docstring of _mysql.connect. (#540)
  • Windows: Binary wheels are updated. (#541)
    • Use MariaDB Connector/C 3.3.1.
    • Use cibuildwheel to build wheels.
    • Python 3.8-3.11

====================== What's new in 2.1.0

Release: 2021-11-17

  • Add multistatement=True option. You can disable multi statement. (#500).
  • Remove unnecessary bytes encoder which is remained for Django 1.11 compatibility (#490).
  • Deprecate passwd and db keyword. Use password and database instead. (#488).
  • Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (#508)
  • set_character_set() sends SET NAMES query always. This means all new connections send it too. This solves compatibility issues when server and client library are different version. (#509)
  • Remove escape() and escape_string() from MySQLdb package. (#511)
  • Add Python 3.10 support and drop Python 3.5 support.

====================== What's new in 2.0.3

Release: 2021-01-01

  • Add -std=c99 option to cflags by default for ancient compilers that doesn't accept C99 by default.
  • You can customize cflags and ldflags by setting MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS. It overrides mysql_config.

====================== What's new in 2.0.2

Release: 2020-12-10

  • Windows: Update MariaDB Connector/C to 3.1.11.

... (truncated)

Commits

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-postfix-autoreply/pull/93 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/23/2022 **Status:** ✅ Merged **Merged:** 9/30/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/mysqlclient-lt-2.1.2` --- ### 📝 Commits (1) - [`3449783`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/3449783c8197107a150ff3870bb27b388705b8c8) Update mysqlclient requirement from <2.1.1 to <2.1.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test-requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [mysqlclient](https://github.com/PyMySQL/mysqlclient) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/mysqlclient/releases">mysqlclient's releases</a>.</em></p> <blockquote> <h2>v2.1.1</h2> <h2>What's Changed</h2> <ul> <li>Add <strong>module</strong> attributes to exception classes. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/pull/523">PyMySQL/mysqlclient#523</a></li> <li>Fix out of range bug by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/pull/538">PyMySQL/mysqlclient#538</a></li> <li>Fix docstring for _mysql.connect by <a href="https://github.com/Llewyllen"><code>@​Llewyllen</code></a> in <a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/pull/540">PyMySQL/mysqlclient#540</a></li> <li>Update CI settings by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/pull/541">PyMySQL/mysqlclient#541</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Llewyllen"><code>@​Llewyllen</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/pull/540">PyMySQL/mysqlclient#540</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PyMySQL/mysqlclient/compare/v2.1.0...v2.1.1">https://github.com/PyMySQL/mysqlclient/compare/v2.1.0...v2.1.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PyMySQL/mysqlclient/blob/main/HISTORY.rst">mysqlclient's changelog</a>.</em></p> <blockquote> <h1>What's new in 2.1.1</h1> <p>Release: 2022-06-22</p> <ul> <li>Fix qualname of exception classes. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/522">#522</a>)</li> <li>Fix range check in <code>MySQLdb._mysql.result.fetch_row()</code>. Invalid <code>how</code> argument caused SEGV. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/538">#538</a>)</li> <li>Fix docstring of <code>_mysql.connect</code>. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/540">#540</a>)</li> <li>Windows: Binary wheels are updated. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/541">#541</a>) <ul> <li>Use MariaDB Connector/C 3.3.1.</li> <li>Use cibuildwheel to build wheels.</li> <li>Python 3.8-3.11</li> </ul> </li> </ul> <h1>====================== What's new in 2.1.0</h1> <p>Release: 2021-11-17</p> <ul> <li>Add <code>multistatement=True</code> option. You can disable multi statement. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/500">#500</a>).</li> <li>Remove unnecessary bytes encoder which is remained for Django 1.11 compatibility (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/490">#490</a>).</li> <li>Deprecate <code>passwd</code> and <code>db</code> keyword. Use <code>password</code> and <code>database</code> instead. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/488">#488</a>).</li> <li>Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/508">#508</a>)</li> <li><code>set_character_set()</code> sends <code>SET NAMES</code> query always. This means all new connections send it too. This solves compatibility issues when server and client library are different version. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/509">#509</a>)</li> <li>Remove <code>escape()</code> and <code>escape_string()</code> from <code>MySQLdb</code> package. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/511">#511</a>)</li> <li>Add Python 3.10 support and drop Python 3.5 support.</li> </ul> <h1>====================== What's new in 2.0.3</h1> <p>Release: 2021-01-01</p> <ul> <li>Add <code>-std=c99</code> option to cflags by default for ancient compilers that doesn't accept C99 by default.</li> <li>You can customize cflags and ldflags by setting <code>MYSQLCLIENT_CFLAGS</code> and <code>MYSQLCLIENT_LDFLAGS</code>. It overrides <code>mysql_config</code>.</li> </ul> <h1>====================== What's new in 2.0.2</h1> <p>Release: 2020-12-10</p> <ul> <li>Windows: Update MariaDB Connector/C to 3.1.11.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/78caa9ed05d8c27a27abe5eafd96d782279f1fca"><code>78caa9e</code></a> v2.1.1</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/aafdec84cf34155d69e584f138c7a4a7984bf77b"><code>aafdec8</code></a> Action: Update Windows wheel build (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/541">#541</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/6979a47f2e0f444e988aeadb1fbfceaeb45fd3c3"><code>6979a47</code></a> Fix docstring for _mysql.connect (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/540">#540</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/c1c812a1dfeb2a8b3e08ff56058dd3365e0937f5"><code>c1c812a</code></a> Fix out of range bug (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/538">#538</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/9729618950577b3352f3569d17564ee06d96f708"><code>9729618</code></a> Create SECURITY.md</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/2316313fc6777591494e870ba0c5da0d3dcd6dc6"><code>2316313</code></a> Add <strong>module</strong> attributes to exception classes. (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/523">#523</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/5340191feb16b1f99a7b43fe7c74a2f690138cb1"><code>5340191</code></a> 2.1.0</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/6ebc1a1972dee69fb54b56867fc795ee220b5d79"><code>6ebc1a1</code></a> Fix typos (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/520">#520</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/8b920774f27d9d17bc85d1593e5d4a36a7ce3f65"><code>8b92077</code></a> Action: Run Django tests (<a href="https://github-redirect.dependabot.com/PyMySQL/mysqlclient/issues/519">#519</a>)</li> <li><a href="https://github.com/PyMySQL/mysqlclient/commit/267e784e5abe202862e679b27705c9ae03c7d096"><code>267e784</code></a> black</li> <li>Additional commits viewable in <a href="https://github.com/PyMySQL/mysqlclient/compare/MySQLdb-0.3.3...v2.1.1">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`. [//]: # (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 11:09:21 +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-postfix-autoreply-modoboa#94
No description provided.