Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump python-fsutil from 0.10.0 to 0.13.0 #44

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps python-fsutil from 0.10.0 to 0.13.0.

Release notes

Sourced from python-fsutil's releases.

0.13.0

  • Add get_permissions and set_permissions methods.
  • Fix permissions lost when using write_file with atomic=True. #94
  • Improve write_file with atomic=True atomicity. #91
  • Remove tests duplicated code.

0.12.0

  • Add possibility to write files atomically (fsutil.write_file(path, content, atomic=True)). #91

0.11.0

  • Add Python 3.12 support. (#84)
  • Add tar files operations support. #48 (#87)
  • Switch from setup.cfg to pyproject.toml.
  • Replace flake8 with Ruff.
  • Fix tox test command.
  • Upgrade syntax for Python >= 3.8.
  • Reformat tests code.
  • Set Black pre-commit hook line-length option value.
  • Add fix-future-annotations pre-commit hook.
  • Bump requirements and pre-commit hooks.
Changelog

Sourced from python-fsutil's changelog.

0.13.0 - 2023-12-19

  • Add get_permissions and set_permissions methods.
  • Fix permissions lost when using write_file with atomic=True. #94
  • Improve write_file with atomic=True atomicity. #91
  • Remove tests duplicated code.

0.12.0 - 2023-12-11

  • Add possibility to write files atomically (fsutil.write_file(path, content, atomic=True)). #91

0.11.0 - 2023-11-01

  • Add Python 3.12 support. (#84)
  • Add tar files operations support. #48 (#87)
  • Switch from setup.cfg to pyproject.toml.
  • Replace flake8 with Ruff.
  • Fix tox test command.
  • Upgrade syntax for Python >= 3.8.
  • Reformat tests code.
  • Set Black pre-commit hook line-length option value.
  • Add fix-future-annotations pre-commit hook.
  • Bump requirements and pre-commit hooks.
Commits
  • febed08 Update CHANGELOG and version.
  • c17b3b9 Update README.
  • 5812cb3 Rename set_permissions argument to value.
  • 5c14e6f Fix permissions lost when using write_file with atomic=True. #94
  • 6bf89c8 Add get_permissions and set_permissions methods.
  • f793bf1 Remove tests duplicated code.
  • b18f4ce Update create-release.yml workflow: publish releases with a Trusted Publisher.
  • 11fbc5e Improve write_file atomically.
  • 69f3c15 Update test-package.yml
  • 0f92466 Update .pre-commit-config.yaml
  • 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)

Bumps [python-fsutil](https://github.com/fabiocaccamo/python-fsutil) from 0.10.0 to 0.13.0.
- [Release notes](https://github.com/fabiocaccamo/python-fsutil/releases)
- [Changelog](https://github.com/fabiocaccamo/python-fsutil/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/python-fsutil@0.10.0...0.13.0)

---
updated-dependencies:
- dependency-name: python-fsutil
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #53.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-fsutil-0.13.0 branch April 1, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants