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

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/116
Author: @dependabot[bot]
Created: 2/19/2024
Status: Closed

Base: masterHead: dependabot/pip/testfixtures-8.0.0


📝 Commits (1)

  • 48061d4 Bump testfixtures from 7.2.2 to 8.0.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.0.0.

Changelog

Sourced from testfixtures's changelog.

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
  • 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
  • 61606b5 Allow string class attributes to be replaced
  • cdfce9b Fix ReST typo
  • 2163a5a Add TempDirectory option to manage current working directory
  • 757fda5 General TempDirectory documentation improvements
  • ba1175e Use system default encoding where possible in TempDirectory
  • 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/116 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/19/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-8.0.0` --- ### 📝 Commits (1) - [`48061d4`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/48061d45c1143dbae732fdc972f34299c27acb38) Bump testfixtures from 7.2.2 to 8.0.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.0.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.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/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><a href="https://github.com/simplistix/testfixtures/commit/61606b5be34fb2b41eb248606692bdc1bec1dd90"><code>61606b5</code></a> Allow string class attributes to be replaced</li> <li><a href="https://github.com/simplistix/testfixtures/commit/cdfce9be3719a6239dce64af069a0018bc0aa693"><code>cdfce9b</code></a> Fix ReST typo</li> <li><a href="https://github.com/simplistix/testfixtures/commit/2163a5a6bd639cd049feb27ffd43109a5b24ecf9"><code>2163a5a</code></a> Add TempDirectory option to manage current working directory</li> <li><a href="https://github.com/simplistix/testfixtures/commit/757fda5ac4e9564e9bf038b61059b692a04080de"><code>757fda5</code></a> General TempDirectory documentation improvements</li> <li><a href="https://github.com/simplistix/testfixtures/commit/ba1175e71defb6756f9fc7cfd4ebbce86914c679"><code>ba1175e</code></a> Use system default encoding where possible in TempDirectory</li> <li>Additional commits viewable in <a href="https://github.com/Simplistix/testfixtures/compare/7.2.2...8.0.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.0.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 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#117
No description provided.