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.5.0 to 1.7.1 #717

Merged
merged 1 commit into from Jun 28, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2021

Bumps send2trash from 1.5.0 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)

1.6.0b1

This is a beta version including the following changes:

  • 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)
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)

Version 1.6.0b1 -- 2020/06/18

  • 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)
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)

Bumps [send2trash](https://github.com/arsenetar/send2trash) from 1.5.0 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.5.0...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 added dependencies Pull request that updates a dependency file changelog:minor Minor change resulting in a minor release poetry Update to Poetry configuration python Update to Python code labels Jun 24, 2021
@dependabot dependabot bot requested a review from ITProKyle June 24, 2021 12:14
@codecov
Copy link

codecov bot commented Jun 24, 2021

Codecov Report

Merging #717 (28532a1) into master (757d4e7) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #717   +/-   ##
=======================================
  Coverage   86.76%   86.76%           
=======================================
  Files         216      216           
  Lines       13707    13707           
=======================================
  Hits        11893    11893           
  Misses       1814     1814           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 757d4e7...28532a1. Read the comment docs.

@ITProKyle ITProKyle removed the changelog:minor Minor change resulting in a minor release label Jun 28, 2021
@ITProKyle ITProKyle merged commit d00e2fe into master Jun 28, 2021
@ITProKyle ITProKyle deleted the dependabot/pip/send2trash-1.7.1 branch June 28, 2021 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request that updates a dependency file poetry Update to Poetry configuration python Update to Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant