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.7.1 to 0.8.0 #568

Merged
merged 1 commit into from May 20, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps astor from 0.7.1 to 0.8.0.

Changelog

Sourced from astor's changelog.

0.8.0 - 2019-05-19

New features

  • Support ast.Constant nodes being emitted by Python 3.8 (and initially created in Python 3.6). (Reported and fixed by Chris Rink in Issue 120 and PR 121.)
  • Support Python 3.8's assignment expressions. (Reported and fixed by Kodi Arfer in Issue 126 and PR 134.)
  • Support Python 3.8's f-string debugging syntax. (Reported and fixed by Batuhan Taskaya in Issue 138 and PR 139.)
  • astor.to_source now has a source_generator_class parameter to customize source code generation. (Reported and fixed by matham in Issue 113 and PR 114.)
  • The ~SourceGenerator class can now be imported from the astor package directly. Previously, the astor.code_gen submodule was needed to be imported.
  • Support Python 3.8's positional only arguments. See 570 for more details. (Reported and fixed by Batuhan Taskaya in Issue 142 and PR 143.)

Bug fixes

  • Fix string parsing when there is a newline inside an f-string. (Reported by Adam Cécile in Issue 119 and fixed by Felix Yan in PR 123.)
  • Fixed code generation with escaped braces in f-strings. (Reported by Felix Yan in Issue 124 and fixed by Kodi Arfer in PR 125.)
  • Fixed code generation with attributes of integer literals, and with u-prefixed string literals. (Fixed by Kodi Arfer in PR 133.)
  • Fixed code generation with very large integers. (Reported by Adam Kucz in Issue 127 and fixed by Kodi Arfer in PR 130.)
  • Fixed astor.tree_walk.TreeWalk when attempting to access attributes created by Python's type system (such as __dict__ and __weakref__) (Reported and fixed by esupoff in Issue 136 and PR 137.)
Commits
  • 3a7607e Use twine when making test releases
  • cb0032b Prepare for 0.8
  • 14224f8 Remove Python 2.6 from trove classifiers
  • 3d57876 Remove deprecated register command
  • b958be1 Add support for PEP 570 (positional-only arguments) (#143)
  • cdedca5 Allow specifying the generator class (#114)
  • 1f35741 Integrate flake8 and coverage.py with tox (#141)
  • ea4d9da Run tests under nose in python setup.py test
  • c5d5b3c Fix TypeError when accessing TreeWalk().dict (#137)
  • 70b5924 Add support for f-string debugging syntax (#139)
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

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

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

Pull Request Test Coverage Report for Build 1256

  • 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 1254: 0.0%
Covered Lines: 2596
Relevant Lines: 2596

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1256

  • 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 1254: 0.0%
Covered Lines: 2596
Relevant Lines: 2596

💛 - Coveralls

@sobolevn sobolevn merged commit fa8bd31 into master May 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/astor-0.8.0 branch May 20, 2019 09:33
fullset pushed a commit to fullset/wemake-python-styleguide that referenced this pull request Jun 3, 2019
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

3 participants