[PR #117] [CLOSED] Bump testfixtures from 7.2.2 to 8.1.0 #116

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/117
Author: @dependabot[bot]
Created: 3/4/2024
Status: Closed

Base: masterHead: dependabot/pip/testfixtures-8.1.0


📝 Commits (1)

  • 88cebb2 Bump testfixtures from 7.2.2 to 8.1.0

📊 Changes

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

View changed files

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

📄 Description

Bumps testfixtures from 7.2.2 to 8.1.0.

Changelog

Sourced from testfixtures's changelog.

8.1.0 (1 Mar 2024)

  • Fix bug where replacement of methods on subclasses failed when using :meth:Replacer.on_class.

  • Implement :ref:strict comparison <compare-datetime> as an option for :class:~datetime.datetime and :class:~datetime.time.

8.0.0 (16 Feb 2024)

  • Retire zope.component helpers.

  • Support :class:bytes in :class:popen.MockPopen commands.

  • Allow :class:TempDirectory instances to be traversed as :class:~pathlib.Path objects.

  • Use the system default encoding where possible in :class:TempDirectory.

  • Add :class:TempDirectory option to manage current working directory.

  • Allow string class attributes to be replaced with :class:Replacer and friends.

  • Fix nasty bug meaning some :meth:~Replacer.on_class and :meth:~Replacer.in_module replacements weren't restored.

  • Allow an alternative separator to be used for traversal during replacement with :class:Replacer and friends.

  • Officially support Python 3.12.

  • Drop support Python 3.6.

Commits
  • e1b719f Prepare for 8.1.0 release
  • ebf80f0 zoneinfo module only arrived in Python 3.9
  • 839c94d Unused imports
  • bd0ea31 Implement strict comparison for datetime and time
  • f4a0c0c Fix bug where methods on subclasses failed when using Replace.on_class
  • f8d7eb3 Repare for 8.0.0 release
  • d1ab2f3 Allow an alternative separator to be used for traversal during replacement
  • 920ba0a Better error message when traversal fails
  • 7fcbc3d General tidy up of mocking docs
  • 0d8fcd5 Fix nasty bug meaning some on_class and in_module replacements weren't restored
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/117 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/4/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-8.1.0` --- ### 📝 Commits (1) - [`88cebb2`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/88cebb2c1060a42cc909e3193ae05c5b75235ccf) Bump testfixtures from 7.2.2 to 8.1.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 7.2.2 to 8.1.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>8.1.0 (1 Mar 2024)</h2> <ul> <li> <p>Fix bug where replacement of methods on subclasses failed when using :meth:<code>Replacer.on_class</code>.</p> </li> <li> <p>Implement :ref:<code>strict comparison &lt;compare-datetime&gt;</code> as an option for :class:<code>~datetime.datetime</code> and :class:<code>~datetime.time</code>.</p> </li> </ul> <h2>8.0.0 (16 Feb 2024)</h2> <ul> <li> <p>Retire <code>zope.component</code> helpers.</p> </li> <li> <p>Support :class:<code>bytes</code> in :class:<code>popen.MockPopen</code> commands.</p> </li> <li> <p>Allow :class:<code>TempDirectory</code> instances to be traversed as :class:<code>~pathlib.Path</code> objects.</p> </li> <li> <p>Use the system default encoding where possible in :class:<code>TempDirectory</code>.</p> </li> <li> <p>Add :class:<code>TempDirectory</code> option to manage current working directory.</p> </li> <li> <p>Allow string class attributes to be replaced with :class:<code>Replacer</code> and friends.</p> </li> <li> <p>Fix nasty bug meaning some :meth:<code>~Replacer.on_class</code> and :meth:<code>~Replacer.in_module</code> replacements weren't restored.</p> </li> <li> <p>Allow an alternative separator to be used for traversal during replacement with :class:<code>Replacer</code> and friends.</p> </li> <li> <p>Officially support Python 3.12.</p> </li> <li> <p>Drop support Python 3.6.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simplistix/testfixtures/commit/e1b719f6c79156effd5935f90bcf06e2fbf5382a"><code>e1b719f</code></a> Prepare for 8.1.0 release</li> <li><a href="https://github.com/simplistix/testfixtures/commit/ebf80f0b859ad2cc13ef6d5d2fa2265edbb5682a"><code>ebf80f0</code></a> zoneinfo module only arrived in Python 3.9</li> <li><a href="https://github.com/simplistix/testfixtures/commit/839c94d4b224896ec99267603e2676286fc01ab0"><code>839c94d</code></a> Unused imports</li> <li><a href="https://github.com/simplistix/testfixtures/commit/bd0ea31ad0346d0a327e699cbb0ae5b733f33771"><code>bd0ea31</code></a> Implement strict comparison for datetime and time</li> <li><a href="https://github.com/simplistix/testfixtures/commit/f4a0c0c0dc2973768e7c43d997ef4a8e5ced7e89"><code>f4a0c0c</code></a> Fix bug where methods on subclasses failed when using Replace.on_class</li> <li><a href="https://github.com/simplistix/testfixtures/commit/f8d7eb3a9a7ac1c04fbc7644498d0f6757d91a41"><code>f8d7eb3</code></a> Repare for 8.0.0 release</li> <li><a href="https://github.com/simplistix/testfixtures/commit/d1ab2f33f3157e0544c9e3eca22174bb19294bc9"><code>d1ab2f3</code></a> Allow an alternative separator to be used for traversal during replacement</li> <li><a href="https://github.com/simplistix/testfixtures/commit/920ba0aceef9c592a28366886b111d7851d486a2"><code>920ba0a</code></a> Better error message when traversal fails</li> <li><a href="https://github.com/simplistix/testfixtures/commit/7fcbc3d53ebf5d2513c5b0f6a4d2bf42aa4fa6a7"><code>7fcbc3d</code></a> General tidy up of mocking docs</li> <li><a href="https://github.com/simplistix/testfixtures/commit/0d8fcd5bad3d2217c12d250d66d5c5b6794bc246"><code>0d8fcd5</code></a> Fix nasty bug meaning some on_class and in_module replacements weren't restored</li> <li>Additional commits viewable in <a href="https://github.com/Simplistix/testfixtures/compare/7.2.2...8.1.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=7.2.2&new-version=8.1.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 closed this issue 2026-02-27 11:09:25 +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#116
No description provided.