-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #60: Update SPMT to Python 3.10 - PEP498 Literal String Interpo…
…lation 7d6a69d Review fixes, typo, clock()>time() (Liquid369) 23f0e44 PEP-498: F Strings update (Liquid369) Pull request description: This pull request is updating the entire codebase to PEP 498 standards using fstrings. This PEP proposed a new syntax for formatting strings that is more concise, readable, and less error-prone compared to other string formatting methods like str.format() or % formatting. F-strings allow you to embed expressions inside string literals by prefixing the string with f or F and enclosing the expressions within curly braces {}. I have updated every file to this standard and tested that our application is still functioning. We have in this the added PyQt version bumped to `5.15.10` Then we have also set wheel and setup tools to specific versions to avoid any of our dependancies with setup.py warnings on depreciation coming. There is a small update in the spmt.py that is not the fstrings, but for testing purposes I needed to convert the splash sizing into an integer to load. This can be removed for a different fix, or whichever. ACKs for top commit: Fuzzbawls: ACK 7d6a69d Tree-SHA512: 4a7b63e41670bfd14608f99609323f3f0c5bb2747fa4ef52431da33e16f6a103f90761e5ef24ef219cdf56ec39afd6dc455cf6772e3e79f01ad23e9819a98d11
- Loading branch information
Showing
33 changed files
with
377 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.