Commit Graph

5585 Commits

Author SHA1 Message Date
Robin Dunn
617418383c Update release date 2023-06-05 11:34:35 -07:00
Robin Dunn
54b5aa7110 Merge pull request #2407 from wxWidgets/build-updates2
Build updates 2
2023-06-04 22:56:25 -07:00
Robin Dunn
ae35c5e40b Merge pull request #2405 from oleksis/classifier-3.11
Add 3.11 in classifiers
2023-06-03 10:45:36 -07:00
Robin Dunn
cf3400fc1d Assign jobs to the windows-3 builder 2023-06-02 14:33:27 -07:00
Robin Dunn
69e834a6c1 Add windows buildbot worker 2023-06-02 14:28:52 -07:00
Robin Dunn
a728fa14a9 Add and update docker images 2023-06-02 12:07:25 -07:00
Robin Dunn
8bdbeb7fec Enable building a source archive without the sphinx files. This enables a source archive to be made without a full build. 2023-06-02 07:42:24 -07:00
Oleksis Fraga Menéndez
1f09b20850 Add 3.11 in classifiers 2023-06-02 06:31:55 -04:00
Robin Dunn
af85b5811b Merge pull request #2404 from wxWidgets/build-updates
Build updates
2023-05-31 20:55:41 -07:00
Robin Dunn
a5480e537d Py 3.12 syntax fix 2023-05-31 17:31:02 -07:00
Robin Dunn
35d78fb04d Add builders for 3.12 2023-05-31 17:09:14 -07:00
Scott Talbert
7f35fb72ff Update Cython to 0.29.34 for Python 3.12 support
(cherry picked from commit 757de9d23a)
2023-05-31 16:34:56 -07:00
Scott Talbert
29520a122a Replace use of deprecated PyUnicode APIs
(cherry picked from commit 2631eecb60)
2023-05-31 16:34:56 -07:00
Robin Dunn
ae6f5596d7 Reenable win32 builds 2023-05-31 16:32:42 -07:00
Robin Dunn
b1c55639df No numpy yet for Python 3.12 2023-05-31 16:32:42 -07:00
Robin Dunn
dd2164acfc Add builders for Python 3.11 2023-05-31 16:32:42 -07:00
Scott Talbert
10ceae2278 Merge pull request #2403 from mprosperi/fi-TypeError-in-wx.lib-ogl
wx.lib.ogl: fix float->int compatibility for py3.10+ (also fixes #2349)
2023-05-31 09:53:26 -04:00
mprosperi
1d2eb2e39d fix float->int compatibility for py3.10+ (also fixes #2349) 2023-05-31 15:39:33 +02:00
mprosperi
6e36ffa377 fix TypeError in wx.lib.agw.flatnotebook for py3.10+ (included #2210) (#2395)
* fix TypError in wx.lib.agw.flatnotebook for py3.10+ (included #2210)

* replaced round() with int()

---------

Co-authored-by: mprosperi <m.prosperi@paneido.com>
2023-05-24 16:00:38 -04:00
Scott Talbert
0ea1c4c6cf Merge pull request #2397 from mprosperi/fix-auibook-TypeError
fixes #2208 - TypeError with py3.10+
2023-05-24 15:57:31 -04:00
mprosperi
25b0e2139e fixes #2208 2023-05-23 21:31:14 +02:00
Scott Talbert
33cabe97b7 Merge pull request #2387 from Apteryks/fix-pygauge-on-python-3.10
agw: Fix TypeError caused by floats with Python 3.10 extensions.
2023-05-01 15:18:06 -04:00
Maxim Cournoyer
5d9f7aa185 agw: Fix TypeError caused by floats with Python 3.10 extensions.
This fixes the following error:

   File "/lib/python3.10/site-packages/wx/lib/agw/pygauge.py", line 380, in OnPaint
       dc.DrawText(drawString, textXPos, textYPos)
   TypeError: DC.DrawText(): arguments did not match any overloaded call:
     overload 1: argument 2 has unexpected type 'float'
     overload 2: argument 2 has unexpected type 'float'
   TimeLeft: 3.0

Visible when using Python 3.10 or newer.
2023-05-01 13:53:55 -04:00
Scott Talbert
fe944166d8 Merge pull request #2381 from swt2c/sip_6.7.9
Update sip to v6.7.9
2023-04-26 14:34:09 -04:00
Scott Talbert
3f81a62cce Update sip to v6.7.9 2023-04-26 10:32:05 -04:00
Scott Talbert
37b420da5d Merge pull request #2379 from jmoraleda/update-wxwidgets-3.2.2.1
Update bundled wxWidgets to v3.2.2.1
2023-04-22 17:07:43 -04:00
Scott Talbert
c5c0a3e3b4 Merge pull request #2380 from swt2c/deprecated_setuptools
Remove deprecated setuptools options use_2to3 and license-file
2023-04-21 20:28:16 -04:00
Scott Talbert
87b606aa04 Remove deprecated setuptools options use_2to3 and license-file 2023-04-21 17:10:54 -04:00
Jorge Moraleda
1746daa62e Update bundled wxWidgets to v3.2.2.1 2023-04-20 11:20:49 -04:00
Scott Talbert
2f2624b17d Merge pull request #2354 from komoto48g/introspection
Fix wx.py.shell.Shell calltip
2023-03-03 17:30:13 -05:00
Scott Talbert
986d79b94e Merge pull request #2355 from komoto48g/agw-pyprog
Fix `agw.ProgressGauge` pen colour
2023-02-28 17:03:48 -05:00
Scott Talbert
f370f70b1c Merge pull request #2357 from timrid/numpy-v1.20-deprecations
Since numpy 1.20 the aliases `np.int` and `np.float` are deprecated (…
2023-02-28 10:21:30 -05:00
Tim Riddermann
516539a7a0 Since numpy 1.20 the aliases np.int and np.float are deprecated (see https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated). The buildin types should be used instead. Since numpy 1.24 an AttributeError exception is thrown when np.int or np.float is used. 2023-02-28 16:07:02 +01:00
Kazuya O'moto
d5b7788592 Fix pen color type 2023-02-25 01:56:05 +09:00
Kazuya O'moto
e0a71625e2 Extract argspec inside paren using re
ex.
argspec = '(x, /, y, z=3, *args, value: int = 0, **kwargs) -> int'
      --> 'x, /, y, z=3, *args, value: int = 0, **kwargs'
2023-02-24 23:21:59 +09:00
Kazuya O'moto
8e98e8b442 Use inspect.signature instead of formatargspec
inspect.formatargspec has been deprecated since Python 3.5,
and removed in Python 3.11.
2023-02-24 23:02:48 +09:00
Scott Talbert
71ed075c78 Merge pull request #2346 from swt2c/wx3.2.2
Update bundled wxWidgets to v3.2.2
2023-02-12 22:11:18 -05:00
Scott Talbert
8d8529a8d5 Update bundled wxWidgets to v3.2.2 2023-02-12 15:42:31 -05:00
Scott Talbert
fb335e8cc9 Merge pull request #2340 from swt2c/wx_threadevent
Implement wrapping for wx.ThreadEvent
2023-02-05 11:56:06 -05:00
Scott Talbert
d8c8e9e4c7 Implement wrapping for wx.ThreadEvent
Fixes #2338.
2023-02-04 20:41:53 -05:00
Scott Talbert
a3b6cfec77 Merge pull request #2220 from jmoraleda/aligment_popupctl
Enable configuration of whether popup dialog should align center, right or left
2022-12-21 14:32:22 -05:00
Scott Talbert
3d54b73fe6 Merge pull request #2317 from komoto48g/demo-wxget
Fix demo downloader
2022-12-21 14:30:21 -05:00
Scott Talbert
44f8dcdfd0 Merge pull request #2303 from swt2c/sip_6.7.4
Update sip to v6.7.4
2022-12-21 14:29:36 -05:00
Scott Talbert
88202ab601 Update sip to v6.7.5 2022-12-20 18:56:33 -05:00
Jorge Moraleda
1936c09a35 Enable configuration of whether popup dialog should align center, right or left with respect to parent ctl. Default is center which is the old behavior. 2022-12-08 23:25:02 -06:00
Kazuya O'moto
f514770942 Fix TypeError float to int
TypeError: ProgressDialog(): argument 'maximum' has unexpected type 'float'
TypeError: ProgressDialog.Update(): argument 1 has unexpected type 'float'
TypeError: Sleep(): argument 1 has unexpected type 'float'
2022-12-07 01:19:23 +09:00
Scott Talbert
906adf713c Extend macOS CI timeout to 120 minutes
The macOS builds can sometimes exceed 90 minutes when there are a lot of
ccache misses.
2022-11-10 12:49:09 -05:00
Scott Talbert
2cf6b6dd04 Merge pull request #2302 from swt2c/wx_3.2.1
Update wxWidgets to v3.2.1
2022-11-09 09:27:37 -05:00
Mark Roszko
3812a286c4 Patch out GTK specific function from wx 3.2.1 2022-11-08 21:57:48 -05:00
Scott Talbert
d1cb24cc94 Update wxWidgets to v3.2.1 2022-11-08 19:50:00 -05:00