mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-22 12:55:05 +00:00
Merge branch 'hotfix/3.30.19'
This commit is contained in:
commit
2fe9e55e68
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
||||||
### 3.30.18 (2024-04-24 23:55:00 UTC)
|
### 3.30.19 (2024-05-17 23:40:00 UTC)
|
||||||
|
|
||||||
|
* Fix exclude lxml versions 5.2.0 and 5.2.1 on non Windows because of CPU requirements creating core dump failure
|
||||||
|
|
||||||
|
|
||||||
|
### 3.30.18 (2024-04-24 23:55:00 UTC)
|
||||||
|
|
||||||
* Change allow Python 3.12.3
|
* Change allow Python 3.12.3
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ cryptography <= 3.3.2; 'Linux' == platform_system and 'x86_64' != platform_machi
|
||||||
cryptography != 38.0.2; 'Darwin' == platform_system and 'x86_64' == platform_machine
|
cryptography != 38.0.2; 'Darwin' == platform_system and 'x86_64' == platform_machine
|
||||||
cryptography <= 3.3.2; 'Darwin' == platform_system and 'x86_64' != platform_machine
|
cryptography <= 3.3.2; 'Darwin' == platform_system and 'x86_64' != platform_machine
|
||||||
lxml >= 4.9.2; 'Windows' == platform_system
|
lxml >= 4.9.2; 'Windows' == platform_system
|
||||||
lxml < 5.2.0; 'Windows' != platform_system
|
lxml != 5.2.0, != 5.2.1; 'Windows' != platform_system
|
||||||
orjson; 'Windows' == platform_system
|
orjson; 'Windows' == platform_system
|
||||||
orjson; 'Linux' == platform_system and ('x86_64' == platform_machine or 'aarch64' == platform_machine or 'armv7l' == platform_machine)
|
orjson; 'Linux' == platform_system and ('x86_64' == platform_machine or 'aarch64' == platform_machine or 'armv7l' == platform_machine)
|
||||||
pip
|
pip
|
||||||
|
|
Loading…
Reference in a new issue