[PR #77] [CLOSED] Bump testfixtures from 6.15.0 to 6.16.0 #80

Closed
opened 2026-02-27 10:25:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/77
Author: @dependabot[bot]
Created: 12/10/2020
Status: Closed

Base: masterHead: dependabot/pip/testfixtures-6.16.0


📝 Commits (1)

  • 29ce687 Bump testfixtures from 6.15.0 to 6.16.0

📊 Changes

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

View changed files

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

📄 Description

Bumps testfixtures from 6.15.0 to 6.16.0.

Changelog

Sourced from testfixtures's changelog.

6.16.0 (9 Dec 2020)

  • Simplify and clarify the documentation of timezones when using :class:test_datetime.

  • :doc:api has been re-arranged to make it easier to browse.

  • The strict parameter to :class:Comparison has been deprecated in favour of partial.

  • Add :class:SequenceComparison, :class:Subset and :class:Permutation objects.

  • Add :class:MappingComparison objects.

  • Officially support Python 3.9.

Commits
  • 0ae20f2 Prepare for 6.16.0 release.
  • 0a51739 MappingComparison objects.
  • ac048b6 document behaviour for long reprs
  • 1d3d1ea Not that useful, but adding for documentation
  • 0902d93 trim CI and introduce 3.9
  • c23d302 F(*&^ python 2.
  • 2648c5a Add subset and permutation shortcuts.
  • 18c3360 Add SequenceComparison objects.
  • 6a797bf disable pytest's doctest parser.
  • d275252 tidy ensure_checks_above tests and add coverage for check_present marking ent...
  • 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-postfix-autoreply/pull/77 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/10/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-6.16.0` --- ### 📝 Commits (1) - [`29ce687`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/29ce6872dfae73c4fbcea28eca40b17dd9a4b478) Bump testfixtures from 6.15.0 to 6.16.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test-requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 6.15.0 to 6.16.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Simplistix/testfixtures/blob/master/CHANGELOG.rst">testfixtures's changelog</a>.</em></p> <blockquote> <h2>6.16.0 (9 Dec 2020)</h2> <ul> <li> <p>Simplify and clarify the documentation of timezones when using :class:<code>test_datetime</code>.</p> </li> <li> <p>:doc:<code>api</code> has been re-arranged to make it easier to browse.</p> </li> <li> <p>The <code>strict</code> parameter to :class:<code>Comparison</code> has been deprecated in favour of <code>partial</code>.</p> </li> <li> <p>Add :class:<code>SequenceComparison</code>, :class:<code>Subset</code> and :class:<code>Permutation</code> objects.</p> </li> <li> <p>Add :class:<code>MappingComparison</code> objects.</p> </li> <li> <p>Officially support Python 3.9.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Simplistix/testfixtures/commit/0ae20f2c8f5e784d942f52c002ab9274251f8c3e"><code>0ae20f2</code></a> Prepare for 6.16.0 release.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/0a517391032a9ea08fc709783d5cb798f9584c4b"><code>0a51739</code></a> MappingComparison objects.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/ac048b6defbf5228daf6bd2783338fa5b78a634d"><code>ac048b6</code></a> document behaviour for long reprs</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/1d3d1ea1c87ac1052fa11815e8c1d3c410bfc6ba"><code>1d3d1ea</code></a> Not that useful, but adding for documentation</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/0902d9316b02bf6600cbe87f6122b4404174cd5a"><code>0902d93</code></a> trim CI and introduce 3.9</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/c23d302761301470835100960789ca7210a16279"><code>c23d302</code></a> F(*&amp;^ python 2.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/2648c5a332987102713206758763d16ee4d5c663"><code>2648c5a</code></a> Add subset and permutation shortcuts.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/18c336028b2786706573e8013499f02d8cf025e7"><code>18c3360</code></a> Add SequenceComparison objects.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/6a797bf8d6774c773a640432c23ced46813c5f3c"><code>6a797bf</code></a> disable pytest's doctest parser.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/d275252ab480aa3595a1657edcbc8a3ecd9dfa01"><code>d275252</code></a> tidy ensure_checks_above tests and add coverage for check_present marking ent...</li> <li>Additional commits viewable in <a href="https://github.com/Simplistix/testfixtures/compare/6.15.0...6.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=testfixtures&package-manager=pip&previous-version=6.15.0&new-version=6.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 10:25:46 +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#80
No description provided.