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 tksheet from 7.0.0 to 7.0.3 #149

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps tksheet from 7.0.0 to 7.0.3.

Release notes

Sourced from tksheet's releases.

7.0.3

Version 7.0.3

Fixed:

  • Some classifiers in pyproject.toml

Added:

  • Parameter emit_event to the functions:

    • span
    • set_data
    • clear
    • insert_row
    • insert_column
    • insert_rows
    • insert_columns
    • del_row
    • del_column
    • del_rows
    • del_columns
    • move_rows
    • move_columns
    • mapping_move_rows
    • mapping_move_columns
  • Attribute emit_event to Span objects, default value is False

  • Functions mapping_move_rows and mapping_move_columns to docs

Changed:

  • Functions renamed:
    • move_rows_using_mapping -> mapping_move_rows
    • move_columns_using_mapping -> mapping_move_columns
  • Order of parameters for functions:
    • mapping_move_rows
    • mapping_move_columns

7.0.2

Version 7.0.2

Changed:

  • Sheet() initialization parameter row_index_width renamed default_row_index_width
  • set_options() keyword argument row_index_width renamed default_row_index_width
  • Move doc files to new docs folder
  • Delete version.py file, move __version__ variable to __init__.py
  • Add backwards compatibility for Sheet() initialization parameters:
    • column_width
    • header_height
    • row_height
    • row_index_width

7.0.1

Version 7.0.1

Removed:

... (truncated)

Changelog

Sourced from tksheet's changelog.

Version 7.0.3

Fixed:

  • Some classifiers in pyproject.toml

Added:

  • Parameter emit_event to the functions:

    • span
    • set_data
    • clear
    • insert_row
    • insert_column
    • insert_rows
    • insert_columns
    • del_row
    • del_column
    • del_rows
    • del_columns
    • move_rows
    • move_columns
    • mapping_move_rows
    • mapping_move_columns
  • Attribute emit_event to Span objects, default value is False

  • Functions mapping_move_rows and mapping_move_columns to docs

Changed:

  • Functions renamed:
    • move_rows_using_mapping -> mapping_move_rows
    • move_columns_using_mapping -> mapping_move_columns
  • Order of parameters for functions:
    • mapping_move_rows
    • mapping_move_columns

Version 7.0.2

Changed:

  • Sheet() initialization parameter row_index_width renamed default_row_index_width
  • set_options() keyword argument row_index_width renamed default_row_index_width
  • Move doc files to new docs folder
  • Delete version.py file, move __version__ variable to __init__.py
  • Add backwards compatibility for Sheet() initialization parameters:
    • column_width
    • header_height
    • row_height
    • row_index_width

Version 7.0.1

Removed:

  • Function cell_edit_binding() use enable_bindings() instead
  • Function edit_bindings() use enable_bindings() instead

... (truncated)

Commits
  • 90b9285 format using ruff, black
  • bbfad2e 7.0.2 -> 7.0.3
  • ac0c2d8 7.0.2 -> 7.0.3
  • ff62eec type hinting, backwards compatibility,
  • c468ad7 move readme, license
  • 931331a move doc files to docs folder
  • bd2f802 move version to init file, del version.py
  • 6dbc133 7.0.1 -> 7.0.2
  • 8e7acda set_options bindings, event data example
  • 3e91e57 fix header east alignment not redrawing end cell
  • 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 [tksheet](https://github.com/ragardner/tksheet) from 7.0.0 to 7.0.3.
- [Release notes](https://github.com/ragardner/tksheet/releases)
- [Changelog](https://github.com/ragardner/tksheet/blob/master/docs/CHANGELOG.md)
- [Commits](ragardner/tksheet@7.0.0...7.0.3)

---
updated-dependencies:
- dependency-name: tksheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

dependabot bot commented on behalf of github Feb 12, 2024

Superseded by #154.

@dependabot dependabot bot closed this Feb 12, 2024
@dependabot dependabot bot deleted the dependabot/pip/tksheet-7.0.3 branch February 12, 2024 12:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants