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.2 #83

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Bump ydiff from 1.3 to 1.4.2 #83

merged 1 commit into from
Nov 18, 2024

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.2.

Changelog

Sourced from ydiff's changelog.

Change log

Version 1.4.2 (2024-11-18)

- Compatibility Fix: Ensure ydiff works properly with Python 3.3 and later.

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

... (truncated)

Commits
  • f703394 Compatibility fix for Python 3.3
  • 2616f39 Merge pull request #127 from hartwork/setup-py-fix-python-requires
  • de8f282 Merge pull request #126 from hartwork/fix-changes-rst-record-on-version-1-4
  • c9aeccd setup.py: Fix python_requires for ydiff >=1.4
  • b99fc72 CHANGES.rst: Clarify that not only Python 2 support has been dropped
  • 71de906 CHANGES.rst: Fix typo regarding argument --side-by-side
  • a5cbf5d Doc update: mention patchdiff and git alias
  • 189b535 Relax version of most dependencies
  • 1958c89 Prefix one more internal function with _
  • 6afb3cb Prefix most internal symbols with _
  • 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.2.
- [Changelog](https://github.com/ymattw/ydiff/blob/master/CHANGES.rst)
- [Commits](ymattw/ydiff@1.3...1.4.2)

---
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
@dependabot dependabot bot mentioned this pull request Nov 18, 2024
@bmos bmos merged commit c29d01a into main Nov 18, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/pip/ydiff-1.4.2 branch November 18, 2024 20:38
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.

1 participant