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

Fix a runtime SyntaxWarning with Python 3.12 #494

Merged

Commits on Feb 21, 2024

  1. Fix a runtime SyntaxWarning with Python 3.12

    Creating output directory: /tmp/tito
    src/tito/builder/main.py:871: SyntaxWarning: invalid escape sequence '\d'
      patch_pattern = re.compile('^Patch(\d+):')
    src/tito/builder/main.py:872: SyntaxWarning: invalid escape sequence '\d'
      source_pattern = re.compile('^Source(\d+)?:')
    Building package [tito-0.6.25-1]
    Wrote: /tmp/tito/tito-git-2.909184d.tar.gz
    praiskup committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f56d445 View commit details
    Browse the repository at this point in the history