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

pyparsing upgrade #6727

Merged
merged 3 commits into from
Oct 28, 2021
Merged

pyparsing upgrade #6727

merged 3 commits into from
Oct 28, 2021

Conversation

nijel
Copy link
Member

@nijel nijel commented Oct 27, 2021

Proposed changes

Checklist

  • Lint and unit tests pass locally with my changes.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have added documentation to describe my feature.
  • I have squashed my commits into logic units.
  • I have described the changes in the commit messages.

Other information

@nijel nijel added this to the 4.9 milestone Oct 27, 2021
@nijel nijel self-assigned this Oct 27, 2021
@nijel nijel enabled auto-merge (rebase) October 27, 2021 09:21
@nijel nijel changed the title Pyparsing pyparsing upgrade Oct 27, 2021
Updates the requirements on [translate-toolkit](https://github.com/translate/translate) to permit the latest version.
- [Release notes](https://github.com/translate/translate/releases)
- [Changelog](https://github.com/translate/translate/blob/master/docs/history.rst)
- [Commits](translate/translate@3.4.0...3.5.0)

---
updated-dependencies:
- dependency-name: translate-toolkit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@nijel
Copy link
Member Author

nijel commented Oct 28, 2021

Needs tighten dependency as 3.0.2 and 3.0.3 do not work with the translate-toolkit, see pyparsing/pyparsing#323.

dependabot bot and others added 2 commits October 28, 2021 10:15
Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@pyparsing_2.4.0...pyparsing_3.0.1)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
It has switched to PEP-8 naming.
@codecov
Copy link

codecov bot commented Oct 28, 2021

Codecov Report

Merging #6727 (aa96feb) into main (81f7ab5) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #6727   +/-   ##
=======================================
  Coverage   91.27%   91.27%           
=======================================
  Files         635      635           
  Lines       47778    47778           
  Branches     5340     5340           
=======================================
+ Hits        43609    43611    +2     
+ Misses       2844     2842    -2     
  Partials     1325     1325           
Impacted Files Coverage Δ
weblate/checks/parser.py 66.66% <100.00%> (ø)
weblate/utils/search.py 94.21% <100.00%> (ø)
weblate/addons/autotranslate.py 85.18% <0.00%> (+7.40%) ⬆️

@nijel nijel merged commit c99c97e into WeblateOrg:main Oct 28, 2021
@nijel nijel deleted the pyparsing branch October 28, 2021 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant