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

chore(deps): Bump pypinyin from 0.50.0 to 0.53.0 in /backend/python/openvoice #3647

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps pypinyin from 0.50.0 to 0.53.0.

Changelog

Sourced from pypinyin's changelog.

0.53.0_ (2024-09-15) +++++++++++++++++++++++++

  • [New] 内置对 pyinstaller 打包的支持, 避免使用 pyinstaller 打包时需要额外处理类似 no such file or dictionary: pinyin_dict.json 错误的问题。 ( 未增加新的依赖包 ,仅通过在源码中增加 pyinstaller 目录, 支持使用 pyinstaller 打包依赖了 pypinyin 的项目时自动打包 v0.52.0 版本新引入的 json 文件) via [#329](https://github.com/mozillazg/python-pinyin/issues/329) Thanks @xushengj , 详见 [#326](https://github.com/mozillazg/python-pinyin/issues/326)_ 。

0.52.0_ (2024-08-04) +++++++++++++++++++++++++

  • [Changed] 改为运行时从内置的 json 文件中读取单字和词语拼音数据(之前是从内置的 dict 类型的变量中读取), 缓解 Python 3.12 环境中存在的性能劣化问题 (via [#324](https://github.com/mozillazg/python-pinyin/issues/324)_ Thanks @serfend_ ) 详见 [#319](https://github.com/mozillazg/python-pinyin/issues/319)_ [#322](https://github.com/mozillazg/python-pinyin/issues/322)_ 。 主要解决 Python 3.12 环境中存在的如下问题(非 pypinyin 自身 bug 导致。其他 Python 版本环境中无类似问题):

    • 在 VSCode 中使用 debugpy 调试时, import pypinyin 操作需要耗时 10 分钟左右。
    • 运行 py.test --cov 命令时,pypinyin 相关代码会卡住很长一段时间。

0.51.0_ (2024-03-10) +++++++++++++++++++++++++

  • [New] 新增一个用于转换拼音风格的命令行辅助工具::

    $ python -m pypinyin.tools.toneconvert to-tone 'zhong4 xin1' zhòng xīn

    $ python -m pypinyin.tools.toneconvert to-tone2 'zhòng xīn' zho4ng xi1n

    $ python -m pypinyin.tools.toneconvert to-tone3 'zhòng xīn' zhong4 xin1

    $ python -m pypinyin.tools.toneconvert to-normal 'zhòng xīn' zhong xin

  • [New] pypinyin 命令行工具支持接受空格间隔的多个汉字词语作为输入(无需引号包裹)(via [#318](https://github.com/mozillazg/python-pinyin/issues/318)_ Thanks @Freed-Wu_) ::

    # 老版本
    $ pypinyin 我 是 小明
    pypinyin: error: unrecognized arguments: 是 小明
    

    新版本

    $ pypinyin 我 是 小明 wǒ shì

... (truncated)

Commits
  • e42dede Bump version: 0.52.0 → 0.53.0
  • 476d20c Merge remote-tracking branch 'origin/develop'
  • c64f490 fix lint
  • 48ec012 prepare for v0.53.0
  • 04a19ba update Related Projects: add csharp-pinyin (#330)
  • ae570e6 解决#326:使 PyInstaller 在 Windows 下无需手动加 --collect-data pypinyin 就可打包程序 (#329)
  • 0110225 update Related Projects: add cpp-pinyin (#325)
  • d9c0de0 update changelog
  • 4c55949 Bump version: 0.51.0 → 0.52.0
  • 0692d75 0.52.0
  • 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 [pypinyin](https://github.com/mozillazg/python-pinyin) from 0.50.0 to 0.53.0.
- [Release notes](https://github.com/mozillazg/python-pinyin/releases)
- [Changelog](https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst)
- [Commits](mozillazg/python-pinyin@v0.50.0...v0.53.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Sep 23, 2024
Copy link

netlify bot commented Sep 23, 2024

Deploy Preview for localai ready!

Name Link
🔨 Latest commit e66c636
🔍 Latest deploy log https://app.netlify.com/sites/localai/deploys/66f1b28f868a65000841a0c2
😎 Deploy Preview https://deploy-preview-3647--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot enabled auto-merge (squash) September 23, 2024 18:34
@mudler mudler closed this Sep 23, 2024
auto-merge was automatically disabled September 23, 2024 20:05

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/backend/python/openvoice/pypinyin-0.53.0 branch September 23, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant