Commit Graph

7 Commits

Author SHA1 Message Date
Jussi Pakkanen 5eeddd682f Add a script to create macOS installer packages. 2021-05-18 20:47:05 +03:00
Eli Schwartz 6a0fabc647
mass rewrite of string formatting to use f-strings everywhere
performed by running "pyupgrade --py36-plus" and committing the results
2021-03-04 17:16:11 -05:00
Eli Schwartz 4340bf34fa
various python neatness cleanups
All changes were created by running

"pyupgrade --py3-only --keep-percent-format"

and committing the results. I have not touched string formatting for
now.

- use set literals
- simplify .format() parameter naming
- remove __future__
- remove default "r" mode for open()
- use OSError rather than compatibility aliases
- remove stray parentheses in function(generator) scopes
2021-03-04 17:11:26 -05:00
Jussi Pakkanen 62b744b2c4 Require Windows 10 or newer for the MSI package. [skip ci] 2021-02-28 22:41:41 +02:00
Jussi Pakkanen eacd43d5b5 Add filecmp to list of bundled modules. Closes #8431. [skip ci] 2021-02-28 22:41:41 +02:00
Jussi Pakkanen 5e95f13737 Remove remnants of 32 bit support. [skip ci] 2021-02-28 22:41:41 +02:00
Eli Schwartz df50123c05 createmsi: move to generic packaging directory
We might want to create other dedicated packaging scripts, and put them
all in one directory.
2020-11-27 18:12:08 +02:00