dsmrreader / dsmr-reader

DSMR-telegram reader & data visualizer for hobbyists. Free for non-commercial use.
https://dsmr-reader.readthedocs.io
Other
459 stars 96 forks source link

Bump polib from 1.1.1 to 1.2.0 #1820

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps polib from 1.1.1 to 1.2.0.

Changelog

Sourced from polib's changelog.

Version 1.2.0 (2023/02/23)

  • Added setter for the fuzzy property
  • Escape/unescape \v, \b and \f
  • Added path to error message processing parser symbols
  • Ensure empty previous values for msgid and msgstr are properly saved
  • Fixed relative ordering of comments and translator comments
  • Do not count obsolete entries in fuzzy() method
  • Close files properly
  • Fixed support for loading mo files from bytes object
  • Fixed msgstr_plural comparison
  • Simplified python version check
  • Updated docs
Commits
  • f7854ac Added python3.11 to pypi classifiers
  • b62b51e Try to fix build on python3.7
  • f75299a Fixed build badge
  • b30cf5d PEP8
  • cc05cfd Release 1.2.0
  • c178899 Merge pull request #131 from boxed/close-files-properly
  • 0d97c83 Close files properly (fixes #111 and some other similar issues)
  • 179199e Merge pull request #127 from PiOverFour/fuzzy_setter
  • b77c863 Add unit test for the fuzzy property setter
  • c72ce72 Implement setter for the fuzzy property
  • 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 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)
dependabot[bot] commented 1 year ago

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.