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 send2trash from 1.6.0b1 to 1.7.1 #17

Merged
merged 1 commit into from
Aug 3, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2021

Bumps send2trash from 1.6.0b1 to 1.7.1.

Release notes

Sourced from send2trash's releases.

1.7.1

  • Release stable version with changes from last 3 releases including:
    • Changed conditional for when to try to use pyobjc version (#51)
    • Add console_script entry point (#50)
    • Increased python CI versions (#52, #54)
    • Fix minor issue in setup.py (#53)
    • Fix issue with windows tests importing modules on non-windows (#55)
    • Unit test cleanups, rewrites, and flake8 cleanups
    • Windows: Fix legacy windows platform for multi-byte unicode and add tests
    • macOS: Add alternative pyobjc version to potentially improve compatibility (#51)
    • Add main method which allows calling via python -m send2trash somefile
    • Windows: Add support for using IFileOperation when pywin32 is present on Vista and newer
    • Add support for passing multiple files at once in a list
    • Windows: Batch multi-file calls to improve performance (#42)
    • Windows: Fix issue with SHFileOperation failing silently when path is not found (#33)
  • Fix handling of UNC names (#57)

1.7.0a1

  • Change conditional for macOS pyobjc usage

1.7.0a0

  • Add console_script entry point (#50)
  • Increased python CI versions (#52, #54)
  • Fix minor issue in setup.py (#53)
  • Fix issue with windows tests importing modules on non-windows (#55)
  • Unit test cleanups, rewrites, and flake8 cleanups
  • Windows: Fix legacy windows platform for multi-byte unicode and add tests
  • macOS: Add alternative pyobjc version to potentially improve compatibility (#51)
Changelog

Sourced from send2trash's changelog.

Version 1.7.1 -- 2021/06/21

  • Release stable version with changes from last 3 releases
  • Fix handling of UNC names (#57)

Version 1.7.0a1 -- 2021/05/14

  • Changed conditional for when to try to use pyobjc version (#51)

Version 1.7.0a0 -- 2021/04/20

  • Add console_script entry point (#50)
  • Increased python CI versions (#52, #54)
  • Fix minor issue in setup.py (#53)
  • Fix issue with windows tests importing modules on non-windows (#55)
  • Unit test cleanups, rewrites, and flake8 cleanups
  • Windows: Fix legacy windows platform for multi-byte unicode and add tests
  • macOS: Add alternative pyobjc version to potentially improve compatibility (#51)
Commits
  • d52b4f2 Fix CHANGES.rst issue
  • 33171dd Update version for 1.7.1 release
  • 077598d Merge pull request #57 from BoboTiG/fix-windows-unc-names-legacy
  • 436686b Windows legacy: fix handling of UNC names
  • 23ce7b8 Bump version
  • 9b0d579 Change conditional for macos pyobjc usage
  • c8bcaea Update version and changelog for release
  • 530e9b4 Add initial pyobjc version for macOS
  • 10c7693 Minor fixes to tests
  • 3565091 Add some checks to catch test failure
  • 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)

@dependabot dependabot bot added the dependencies Project dependencies. label Aug 1, 2021
@github-actions github-actions bot removed the dependencies Project dependencies. label Aug 1, 2021
@codecov-commenter
Copy link

codecov-commenter commented Aug 1, 2021

Codecov Report

Merging #17 (3949005) into main (a89f2ac) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   50.57%   50.57%           
=======================================
  Files          11       11           
  Lines         261      261           
  Branches       23       23           
=======================================
  Hits          132      132           
  Misses        125      125           
  Partials        4        4           

Bumps [send2trash](https://github.com/arsenetar/send2trash) from 1.6.0b1 to 1.7.1.
- [Release notes](https://github.com/arsenetar/send2trash/releases)
- [Changelog](https://github.com/arsenetar/send2trash/blob/master/CHANGES.rst)
- [Commits](arsenetar/send2trash@1.6.0b1...1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/send2trash-1.7.1 branch from b4af707 to 3949005 Compare August 3, 2021 07:36
@Guts Guts merged commit d9ab1aa into main Aug 3, 2021
@Guts Guts deleted the dependabot/pip/send2trash-1.7.1 branch August 3, 2021 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants