summaryrefslogtreecommitdiff
path: root/Ports/python3/version.sh
AgeCommit message (Collapse)Author
2022-04-11Ports/python3: Update python3 to version 3.10.4EWouters
2022-03-25Ports: Update Python to 3.10.3Linus Groh
Released on 2022-03-16. https://www.python.org/downloads/release/python-3103/
2022-01-30Ports: Update Python to 3.10.2Linus Groh
Released on 2022-01-14. https://www.python.org/downloads/release/python-3102/
2021-12-11Ports: Update Python to 3.10.1 :^)Linus Groh
This was released a couple of days ago, on 2021-12-06 and contains various changes that we previously needed custom patches for, so we are now able to remove those and compile more unchanged upstream sources. Thanks to Rodrigo for making that effort! :^)
2021-10-04Ports: Update Python to 3.10.0Linus Groh
Released on 2021-10-04. https://www.python.org/downloads/release/python-3100/
2021-09-18Ports: Update Python to 3.10.0rc2Linus Groh
Released on 2021-09-07. https://www.python.org/downloads/release/python-3100rc2/
2021-08-07Ports: Fix Python's expected SHA256 sumLinus Groh
Fixes #9265.
2021-08-03Ports: Update Python to 3.10.0rc1Linus Groh
Released on 2021-08-02. https://www.python.org/downloads/release/python-3100rc1/ This contains the first upstreamed change for SerenityOS, making the webbrowser module work with Browser out of the box :^)
2021-08-03Ports: Change Python's auth_type to sha256Linus Groh
2021-07-07Ports: Update Python to 3.9.6Linus Groh
Released on 2021-06-28. https://www.python.org/downloads/release/python-396/
2021-05-06Ports: Update Python to 3.9.5Linus Groh
Released on 2021-05-03. https://www.python.org/downloads/release/python-395/
2021-04-06Ports: Update Python to 3.9.4Linus Groh
Released on 2021-04-04 as a hotfix release superseding 3.9.3. https://www.python.org/downloads/release/python-394/
2021-02-21Ports: Update Python to 3.9.2Linus Groh
Released on 2021-02-19, no patch changes required. https://www.python.org/downloads/release/python-392/
2021-01-19Ports: Add missing version.sh file to python3 portLinus Groh
I thought I had committed this, but it's .gitignore'd. Add an exception to Ports/.gitignore and add it for real this time. :^) Fixes #5008.