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 astor from 0.8.0 to 0.8.1 #1067

Merged
merged 1 commit into from Dec 10, 2019
Merged

Bump astor from 0.8.0 to 0.8.1 #1067

merged 1 commit into from Dec 10, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps astor from 0.8.0 to 0.8.1.

Changelog

Sourced from astor's changelog.

0.8.1 - 2019-12-10

Bug fixes

  • Fixed precedence issue for f-string expressions that caused redundant parenthesis around expression. (Reported by Ilya Kamenshchikov in Issue 153 and fixed by Batuhan Taskaya in PR 155.)
  • Fixed astor.to_source incorrectly checking whether source_generator_class is a subclass of astor.code_gen.SourceGenerator. (Reported by Yu-Chia "Hank" Liu in Issue 158 and fixed by Will Crichton in PR 164.)
  • Fixed TypeError when AST nodes with unicode strings are passed to astor.to_source. (Reported and fixed by Dominik Moritz in PR 154.)
  • Fixed installation issue with setuptools 41.4.0 or later due to the use of an undocumented feature. (Reported and fixed by Jonathan Ringer in Issue 162 and PR 163.)
Commits
  • c7553c7 Create sdist before making a test release too
  • b03ea78 Prepare for 0.8.1
  • d08c1c2 Update changelog for #162
  • ae77d98 Fix a minor cosmetic issue
  • 0b3cbce Fix TypeError when passing unicode string to to_source() (#154)
  • cd13eca Fix Read the Docs build
  • 51c9e70 Use issubclass to compare SourceGenerator in to_source (#164)
  • 7638d93 set precedence on f-string expressions, resolves #153
  • 7d714ac Update Python versions in .travis.yml (#161)
  • 2159cfe Fix packaging for setuptools>=41.4 (#163)
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [astor](https://github.com/berkerpeksag/astor) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/berkerpeksag/astor/releases)
- [Changelog](https://github.com/berkerpeksag/astor/blob/master/docs/changelog.rst)
- [Commits](berkerpeksag/astor@0.8...0.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 10, 2019
@coveralls
Copy link

coveralls commented Dec 10, 2019

Pull Request Test Coverage Report for Build 2418

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 2413: 0.0%
Covered Lines: 5025
Relevant Lines: 5025

💛 - Coveralls

@sobolevn sobolevn merged commit 0b75174 into master Dec 10, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/astor-0.8.1 branch December 10, 2019 09:49
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.

None yet

2 participants