Rebuild with python 3.14

This commit is contained in:
2026-05-06 20:00:39 +03:00
parent 3868f7e0f8
commit 0b5717bc79
3 changed files with 19 additions and 13 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
URL="https://launchpad.net/python-distutils-extra"
# Get version number from tag name
VERSION=$(curl -s -L "$URL" | grep 'Latest version is ' | grep -o -P '\d+\.\d+(\.\d+)?')
echo "$VERSION"