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 ydiff from 1.3 to 1.4.1 #81

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps ydiff from 1.3 to 1.4.1.

Changelog

Sourced from ydiff's changelog.

Change log

Version 1.4.1 (2024-11-13)

  • Fix setup() dependency: MANIFEST.in is still required for Python < 3.8 to pack data files

Version 1.4 (2024-11-13) Revoked due to #123

  • Fine-grained, word-level diff for change blocks
  • New --theme option for selecting different themes
  • Options --side-by-side, --width 0, and --wrap become default (use --unified/--nowrap for legacy behavior)
  • Python 2, 3.1, 3.2 support is officially dropped

Version 1.3 (2024-04-02)

  • Dropped context diff support
  • Handle East Asian wide characters (thanks to @​roy2220)
  • Fix SIGPIPE issue on Windows (unofficial support, thanks to @​kingsamchen)
  • Bump Python requirement to >=2.6 (Python 2 support is no longer tested)

Version 1.2 (2020-08-08)

  • Support perforce workspaces
  • Support pager customization via --pager and --pager_options
  • Support running on Windows (requires less which is offered by git-bash)
  • Fix a bug where reading stdin does not work outside a CVS workspace
  • Fix tab expansion, expands to the next stop modulo tab width
  • Performance improvement

Version 1.1 (2018-06-05)

  • Rename from cdiff to ydiff to avoid binary name conflict on major distributions, CDIFF_OPTIONS still works but will be deprepated soon
  • New option --wrap to wrap long lines in side-by-side view

Version 1.0 (2016-12-31)

  • Use environment variable CDIFF_OPTIONS to hold default options

Version 0.9.8 (2016-01-16)

  • More robust parser to tolerate evil unified diff

Version 0.9.7 (2015-04-24)

  • Fix unexpected side-by-side output for diff of diff

... (truncated)

Commits
  • afe398d Fix issue #123: MANIFEST.in is still required for Python < 3.8 to pack data f...
  • 7e6c787 Drop the requirement of P4DIFF="diff -u" for perforce workspace
  • 8866e20 Update change log for the next release (1.4)
  • b41394c Update links to screenshots
  • f1c1d6d Polish document
  • 5dad8d1 Release cleanup: delete ydiff wrapper and MANIFEST.in
  • bcc62b4 pep8 -> pycodestyle with coding style updates
  • 40a6595 Minor optimization to strtrim
  • b500d38 Add tests to cover strtrim()
  • 0f28b79 Readability improvements
  • 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 [ydiff](https://github.com/ymattw/ydiff) from 1.3 to 1.4.1.
- [Changelog](https://github.com/ymattw/ydiff/blob/master/CHANGES.rst)
- [Commits](ymattw/ydiff@1.3...1.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2024

Superseded by #83.

@dependabot dependabot bot closed this Nov 18, 2024
@dependabot dependabot bot deleted the dependabot/pip/ydiff-1.4.1 branch November 18, 2024 13:55
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