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

Attribute Error with docutils 0.19 #351

Open
onjen opened this issue Jan 30, 2023 · 0 comments · May be fixed by #352
Open

Attribute Error with docutils 0.19 #351

onjen opened this issue Jan 30, 2023 · 0 comments · May be fixed by #352

Comments

@onjen
Copy link

onjen commented Jan 30, 2023

Debian testing received an update of docutils from 0.17.1 to 0.19. Now this AttributeError is thrown

  File "/usr/lib/python3/dist-packages/catkin_pkg/cli/tag_changelog.py", line 31, in get_forthcoming_label
    title_text = title.children[0].rawsource
AttributeError: 'Text' object has no attribute 'rawsource'. Did you mean: 'source'?

rawsource was removed in 0.18 according to the release notes

Removed attributes:

  • nodes.Text.rawsource: we store the null-escaped text in Text nodes since 0.16 so there is no additional information in the rawsource.
onjen added a commit to onjen/catkin_pkg that referenced this issue Jan 30, 2023
@onjen onjen linked a pull request Jan 30, 2023 that will close this issue
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 a pull request may close this issue.

1 participant