Skip to content

Commit 8989ccb

Browse files
Merge 0fa9b4b into 7640f88
2 parents 7640f88 + 0fa9b4b commit 8989ccb

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ git+https://github.com/DiffSK/configobj@3e2f4cc#egg=configobj
1111
diff_match_patch_python==1.0.2
1212

1313
# Packaging NVDA
14-
py2exe==0.11.0.1
14+
py2exe==0.10.1.0
1515

1616
# For building developer documentation
1717
sphinx==3.4.1

source/setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,6 @@ def getRecursiveDataFiles(dest,source,excludes=()):
234234
],
235235
"packages": [
236236
"NVDAObjects",
237-
# As of py2exe 0.11.0.0 if the forcibly included package contains subpackages
238-
# they need to be listed explicitly (py2exe issue 113).
239-
"NVDAObjects.IAccessible",
240-
"NVDAObjects.JAB",
241-
"NVDAObjects.UIA",
242-
"NVDAObjects.window",
243237
"virtualBuffers",
244238
"appModules",
245239
"comInterfaces",

user_docs/en/changes.t2t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Note:
9494
- Note: this is a Add-on API compatibility breaking release. Add-ons will need to be re-tested and have their manifest updated.
9595
- Although NVDA still requires Visual Studio 2019, Builds should no longer fail if a newer version of Visual Studio (E.g. 2022) is installed along side 2019. (#13033, #13387)
9696
- Updated SCons to version 4.3.0. (#13033)
97-
- Updated py2exe to version 0.11.0.1. (#12357, #13066)
9897
- ``NVDAObjects.UIA.winConsoleUIA.WinConsoleUIA.isImprovedTextRangeAvailable`` has been removed. Use ``apiLevel`` instead. (#12955, #12660)
9998
- ``TVItemStruct`` has been removed from ``sysTreeView32``. (#12935)
10099
- ``MessageItem`` has been removed from the Outlook appModule. (#12935)

0 commit comments

Comments
 (0)