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 ftfy from 6.1.3 to 6.3.1 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps ftfy from 6.1.3 to 6.3.1.

Release notes

Sourced from ftfy's releases.

v6.3.1

No release notes provided.

v6.3.0

  • Switched packaging from poetry to uv.
  • Uses modern Python packaging exclusively (no setup.py).
  • Added support for mojibake in Windows-1257 (Baltic).
  • Detects mojibake for "Ü" in an uppercase word, such as "ZURÜCK".
  • Expanded a heuristic that notices improbable punctuation.
  • Fixed a false positive involving two concatenated strings, one of which began with the § sign.
  • Rewrote chardata.py to be more human-readable and debuggable, instead of being full of keysmash-like character sets.

See CHANGELOG.md for the full changelog.

Trusted Publishing is now supposed to create these releases on GitHub at the same time that it publishes to PyPI, following the user guide. It didn't, but it's supposed to.

I think I've fixed the problem (upgrading to sigstore/[email protected] from the broken v2.1.1), and maybe future releases really will be as simple as pushing a tag.

v6.2.3

See CHANGELOG.md for version changes.

Can you tell that I'm creating these releases manually? I've set up a GitHub action that publishes to PyPI, which is reasonably well documented, but I can't find one that creates a release here on GitHub with the Python package included. Please let me know (or make a PR) if you know how.

Changelog

Sourced from ftfy's changelog.

Version 6.3.1 (October 25, 2024)

  • Fixed license metadata field in pyproject.toml.
  • Removed extraneous files from the hatchling sdist output.

Version 6.3.0 (October 8, 2024)

  • Switched packaging from poetry to uv.
  • Uses modern Python packaging exclusively (no setup.py).
  • Added support for mojibake in Windows-1257 (Baltic).
  • Detects mojibake for "Ü" in an uppercase word, such as "ZURÜCK".
  • Expanded a heuristic that notices improbable punctuation.
  • Fixed a false positive involving two concatenated strings, one of which began with the § sign.
  • Rewrote chardata.py to be more human-readable and debuggable, instead of being full of keysmash-like character sets.

Version 6.2.3 (August 5, 2024)

  • Updated PyPI metadata.

Version 6.2.2 (August 5, 2024)

  • Updated Read the Docs config so that docs might build again.

Version 6.2.1 (August 5, 2024)

  • Updated setup.py and tox.ini to indicate support for Python 3.8 through 3.13.
  • Replaced the text file used in CLI tests with a better one that tests the same issue.
  • Lints and auto-formatting using ruff.
  • Packaging and test fixes by Michał Górny.

Version 6.2.0 (March 15, 2024)

  • Fixed a case where an en-dash and a space near other mojibake would be interpreted (probably incorrectly) as MacRoman mojibake.
  • Added [project.urls] metadata to pyproject.toml.
  • README contains license clarifications for entitled jerks.
Commits

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 [ftfy](https://github.com/rspeer/python-ftfy) from 6.1.3 to 6.3.1.
- [Release notes](https://github.com/rspeer/python-ftfy/releases)
- [Changelog](https://github.com/rspeer/python-ftfy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rspeer/python-ftfy/commits/v6.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 28, 2024
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