ScoopInstaller / Versions

📦 A Scoop bucket for alternative versions of apps.
https://scoop.sh
The Unlicense
186 stars 192 forks source link

python312: Update to version 3.12.3 #1679

Closed cesarcoatl closed 3 months ago

github-actions[bot] commented 3 months ago

Your changes do not pass checks.

python312

cesarcoatl commented 3 months ago

There seems to be an issue with checkver as it is failing to retrieve latest versions for Python 3.11, 3.12 and 3.13.

See: Excavator · ScoopInstaller/Versions@a748664 (github.com)

checkver can be rewritten as:

    "checkver": {
        "url": "https://www.python.org/ftp/python/",
        "regex": "href=\"(3\\.12\\.[\\d])/",
        "reverse": true
    },

Result:

> .\bin\checkver.ps1 python312
python312: 3.12.3 (scoop version is 3.12.2) autoupdate available

Thoughts?

cesarcoatl commented 3 months ago

/verify

github-actions[bot] commented 3 months ago

Your changes do not pass checks.

python312