Skip to content

Commit

Permalink
fix some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Sep 11, 2024
1 parent 530dbc1 commit a6166b1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Breaking changes
* Stop publishing binaries for Linux, #3210. The Linux installation script now creates a private venv (based on system python3) for Thonny even in x84_64.
* Stop publishing XXL bundle as it is not trivial to prepare bundles for all popular architectures while making sure there are no version conflicts between the large number of packages. For teachers who relied on the XXL bundle, the work-around is to prepare a suitable requirements.txt, which can be used as input in Thonny's package manager.

4.1.6 (2024-09-11)
==================
* Make macOS installer work in Sequoia
* Add more entitlements for macOS app bundle (may fix problems with programs using camera or microphone)
* New and updated languages thanks to the translators at POEditor

4.1.5 (2024-09-10)
==================
* Fix handling nulls in PyPI metadata (fixes installing some PyPI packages)
* Work around dialogs getting stuck after minimizing windows, #3068
* Fix too eager instrumentation of MicroPython code, #3043
* Fix installing package from local file

4.1.4 (2023-11-19)
==================
Expand Down
5 changes: 3 additions & 2 deletions packaging/requirements-regular-bundle.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
jedi==0.19.*
pyserial==3.5
pylint==3.2.*
docutils==0.21.*
mypy==1.10.*
mypy==1.11.*
asttokens==2.4.*
Send2Trash==1.8.*
packaging==24.*
Expand All @@ -12,7 +13,7 @@ bcrypt==4.1.*; platform_machine != 'ARM64' or sys_platform != 'win32'
cryptography==38.*; platform_machine != 'ARM64' or sys_platform != 'win32' # 38 is good fit for macoOS, see also ~/thonny_alt_packages
paramiko==3.4.*; platform_machine != 'ARM64' or sys_platform != 'win32'

websockets==12.0.*
websockets==13.0.*
ptyprocess==0.7.*; sys_platform == "linux" or sys_platform == "darwin"
dbus-next==0.2.*; sys_platform == "linux"

Expand Down

0 comments on commit a6166b1

Please sign in to comment.