80 Commits

Author SHA1 Message Date
Scott Talbert
c9f0e39100 Add support for building on Windows ARM64
Some checks failed
ci-build / build-source-dist (push) Has been cancelled
ci-build / Build wxPython documentation (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.10) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.11) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.12) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.13) (push) Has been cancelled
ci-build / build-wheels (arm64, macos-14, 3.9) (push) Has been cancelled
ci-build / build-wheels (x64, macos-13, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, macos-13, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, macos-13, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, macos-13, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, macos-13, 3.9) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, ubuntu-22.04, 3.9) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x64, windows-2022, 3.9) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.10) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.11) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.12) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.13) (push) Has been cancelled
ci-build / build-wheels (x86, windows-2022, 3.9) (push) Has been cancelled
ci-build / Publish Python distribution to PyPI (push) Has been cancelled
ci-build / Create GitHub Release and upload source (push) Has been cancelled
ci-build / Upload wheels to snapshot-builds on wxpython.org (push) Has been cancelled
2025-03-16 19:25:56 -04:00
Alexandre Detiste
323e78c085 remove more Python2 hybridation 2025-02-02 20:29:49 -05:00
Edouard Choinière
7819799d0d Sort almost all usages of glob.glob for reproducible output
This will help diff-ing logs between invocations to see what is changing when refactoring. When used for creating an archive, it will help creating a reproducible file.
2025-01-28 03:28:11 +00:00
Robin Dunn
e01138a0bf add note about PGP signatures 2023-08-29 13:51:35 -07:00
Robin Dunn
59e2a57906 Updates for HOWTO-Release.txt 2023-06-07 19:13:51 -07:00
Robin Dunn
617418383c Update release date 2023-06-05 11:34:35 -07:00
Robin Dunn
7120d633a4 Fix local archive commands 2022-08-08 15:26:24 -07:00
Robin Dunn
dbe344c212 Fix item numbers 2022-08-07 12:50:53 -07:00
Robin Dunn
a04261050a Update announcement text 2022-08-06 17:40:30 -07:00
Robin Dunn
0ee7b7b1cf Update VC runtime DLLs 2022-05-17 10:50:44 -07:00
Robin Dunn
5375f3dacf Update ANNOUNCE.txt 2020-11-20 16:13:10 -08:00
Robin Dunn
59673db44c Update webview2 DLLs and etc. to 1.0.622.22 2020-10-22 15:05:37 -07:00
Robin Dunn
f96deee066 Add distributable DLLs for MS WebView2 2020-10-13 11:49:27 -07:00
Robin Dunn
b382df3382 reorganize some packaging subfolders 2020-10-12 15:53:24 -07:00
Robin Dunn
92f8cd2d55 Fix lots of misspelled words 2020-07-14 11:38:32 -07:00
Robin Dunn
35e0b9cea8 Update announcement text 2020-04-23 15:14:41 -07:00
Robin Dunn
cc88ed14d9 Little fixes 2020-04-23 15:14:41 -07:00
Robin Dunn
c8db92e07e Update announcement and how-to build text 2020-04-23 15:14:41 -07:00
Per A. Brodtkorb
e4e8bf8317 Fixes issue 1571:
Adding missing close for open.
If the "close()" call is missing after a "open(filename)" call, the filename isn't guaranteed to be closed before the interpreter exits.
This is generally a bad practice as explained here: https://stackoverflow.com/questions/7395542/is-explicitly-closing-files-important

Also replaced "fid=open(filename) fid.close()" statements for files with the safer
"with open(filename) as fid:" blocks. See https://www.python.org/dev/peps/pep-0343/
2020-03-23 17:16:44 +01:00
Robin Dunn
dd4e37ca9d Merge 4.0.7 changelog 2019-10-25 16:06:15 -07:00
Robin Dunn
04da3badb0 Update how doc2dash is invoked 2019-10-03 20:50:45 -07:00
Robin Dunn
0e95ec1348 update cairo-msw to version 1.15.12 2019-09-04 14:30:00 -07:00
Robin Dunn
ecf8b8f84b Yet another changelog update
(cherry picked from commit e70e3fef87)
2019-05-21 16:14:49 -07:00
Robin Dunn
9f4a9a9403 sign the linux wheels too
(cherry picked from commit 153a1b5b4f)
2018-06-26 20:12:16 -07:00
Robin Dunn
0fcd41dc76 Update release announcement
(cherry picked from commit 420e0bcc76)
2018-06-26 20:11:32 -07:00
Robin Dunn
b77c88a280 Merge tag 'wxPython-4.0.2' into wxPy-4.0.x
(cherry picked from commit 4c56c39e52)
2018-06-17 22:04:22 -07:00
Robin Dunn
b3388b3872 update announcement text 2018-02-02 15:16:00 -08:00
Robin Dunn
8697f3c765 Be a little more specific about starting the build 2018-01-31 17:23:53 -08:00
Robin Dunn
d442a3d2df Update release date and update ANNOUNCE.txt with new items 2018-01-30 20:35:14 -08:00
Robin Dunn
ea38f0fe51 Add ability to pass build args in env var WXPYTHON_BUILD_ARGS 2018-01-27 16:37:25 -08:00
Robin Dunn
82f95c03b9 Copy changelog items to announcement doc 2018-01-27 16:20:11 -08:00
Metallicow
99834ab3ec ⁉️ Trim trailing whitespace misc files
All these files seem like legit trailing whitespace that can be removed.
2018-01-16 09:37:04 -06:00
Metallicow
c76384d458 Trim trailing whitespace *.py files 2018-01-16 08:47:07 -06:00
Robin Dunn
baaca7bfc8 Updated release announcement text 2017-09-16 10:42:43 -07:00
Robin Dunn
cf1ad0b663 Added and updated steps for making the release 2017-07-24 10:40:19 -07:00
Robin Dunn
affe39d257 Let's call it beta 1, and a few other tweaks and updates. 2017-07-22 17:38:53 -07:00
Robin Dunn
1eb38e51b1 Use new doc URLs 2017-06-04 20:17:46 -07:00
Robin Dunn
1fe4c9871d Fixes in the release instructions 2017-06-04 19:58:54 -07:00
Robin Dunn
676db7b5d1 The pythonhosted.org site is terribly slow. Put the docs at docs.wxpython.org instead. 2017-06-03 18:03:21 -07:00
Robin Dunn
863e0647e4 Add note about the release version of the documentation.
Update the announcement text.
2017-06-03 11:00:15 -07:00
Robin Dunn
ad46014aeb Generate a zip file of the documentation suitable for use on pythonhosted.org 2017-05-10 12:41:42 -07:00
Robin Dunn
3c2d77ed69 Change sdist- builder names to dist- 2017-05-10 12:36:31 -07:00
Robin Dunn
09a69cc6df Rewrap announcement text 2017-05-09 20:02:45 -07:00
Robin Dunn
8aaa91b303 Minor corrections to the release howto 2017-05-08 21:21:43 -07:00
Robin Dunn
c3e3bfe66e Copy changes to ANNOUNCE.txt 2017-05-06 17:12:26 -07:00
Robin Dunn
131b3d779c push the tag too 2017-05-02 16:50:54 -07:00
Robin Dunn
279ba6e881 Various bits about the release-extras location, etc. 2017-05-02 15:52:57 -07:00
Robin Dunn
c823d28032 Info about where the extra release files can be found 2017-05-02 15:52:57 -07:00
Robin Dunn
bb8f0804b1 Begin CHANGES text for 4.0.0a2 2017-05-02 15:52:57 -07:00
Robin Dunn
2f5cdf0553 Add description of the ABI tag 2017-04-18 18:53:16 -07:00