Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/g/gitsome.html
Setting up gitsome (0.8.0+ds-9.1) ...
/usr/lib/python3/dist-packages/gitsome/github.py:792: SyntaxWarning:
"is not" with 'str' literal. Did you mean "!="?
('/' + language if language is not 'overall' else '') +
/usr/lib/python3/dist-packages/gitsome/lib/github3/api.py:239:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over issues on owner/repository.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:85:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over public events.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:169:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over authorizations for the authenticated user. This will
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:458:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over users being followed by ``username``.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:476:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over followers of the authenticated user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:492:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over followers of ``username``.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:510:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over users the authenticated user is following.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:537:
SyntaxWarning: invalid escape sequence '\ '
"""Retrieve the authenticated user's gists.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:551:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the gists owned by a user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:666:
SyntaxWarning: invalid escape sequence '\ '
"""List issues on owner/repository. Only owner and repository are
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:721:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over public keys for the authenticated user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:922:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over all organizations the authenticated user belongs to.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:938:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over organizations with ``username`` as a public member.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:958:
SyntaxWarning: invalid escape sequence '\ '
"""Retrieve all public gists and iterate over them.
/usr/lib/python3/dist-packages/gitsome/lib/github3/github.py:1001:
SyntaxWarning: invalid escape sequence '\w'
m = match('https?://[\w\d\-\.\:]+/\w+/[\w\._-]+/events/\w+', topic)
/usr/lib/python3/dist-packages/gitsome/lib/github3/issues/event.py:9:
SyntaxWarning: invalid escape sequence '\>'
"""The :class:`IssueEvent <IssueEvent>` object. This specifically deals
/usr/lib/python3/dist-packages/gitsome/lib/github3/issues/issue.py:89:
SyntaxWarning: invalid escape sequence '\w'
m = match('https?://[\w\d\-\.\:]+/(\S+)/(\S+)/(?:issues|pull)/\d+',
/usr/lib/python3/dist-packages/gitsome/lib/github3/issues/issue.py:112:
SyntaxWarning: invalid escape sequence '\ '
"""Add labels to this issue.
/usr/lib/python3/dist-packages/gitsome/lib/github3/issues/issue.py:167:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the comments on this issue.
/usr/lib/python3/dist-packages/gitsome/lib/github3/issues/issue.py:232:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over events associated with this issue only.
/usr/lib/python3/dist-packages/gitsome/lib/github3/issues/issue.py:252:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the labels associated with this issue.
/usr/lib/python3/dist-packages/gitsome/lib/github3/pulls.py:181:
SyntaxWarning: invalid escape sequence '\w'
m = match('https?://[\w\d\-\.\:]+/(\S+)/(\S+)/(?:issues|pull)?/\d+',
/usr/lib/python3/dist-packages/gitsome/lib/github3/repos/commit.py:102:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over comments for this commit.
/usr/lib/python3/dist-packages/gitsome/lib/github3/repos/deployment.py:72:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the deployment statuses for this deployment.
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:243:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over events performed by this user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:260:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the followers of this user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:272:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the users being followed by this user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:284:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over the public keys of this user.
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:299:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over events as they appear on the user's organization
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:315:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over events that the user has received. If the user is the
/usr/lib/python3/dist-packages/gitsome/lib/github3/users.py:334:
SyntaxWarning: invalid escape sequence '\ '
"""Iterate over organizations the user is member of
/usr/lib/python3/dist-packages/gitsome/lib/github3/utils.py:12:
SyntaxWarning: invalid escape sequence '\.'
"-5][0-9])(\.[0-9]+)?(Z|[+-](?:2[0-3]|[0-1][0-9]):[0-5]["
/usr/lib/python3/dist-packages/gitsome/lib/html2text/html2text.py:592:
SyntaxWarning: invalid escape sequence '\s'
data = re.sub('\s+', ' ', data)
/usr/lib/python3/dist-packages/gitsome/lib/html2text/html2text.py:95:
SyntaxWarning: "is not" with 'str' literal. Did you mean "!="?
if c is not ' ' and c is not ' ':
/usr/lib/python3/dist-packages/gitsome/lib/html2text/html2text.py:95:
SyntaxWarning: "is not" with 'str' literal. Did you mean "!="?
if c is not ' ' and c is not ' ':
/usr/lib/python3/dist-packages/gitsome/lib/html2text/html2text.py:96:
SyntaxWarning: "is" with 'str' literal. Did you mean "=="?
return c is ' '