SomberNight
9e86bb171b
binaries: update bundled PyQt version to 5.15.2
...
related: https://github.com/spesmilo/electrum/issues/6461#issuecomment-756240675
2021-01-07 21:41:46 +01:00
SomberNight
14372e0a94
dependencies: support and require dnspython 2.0, rm monkey patches
...
- dnspython 2.0 requires cryptography 2.6 so we now always require that
(no longer a choice between cryptography and pycryptodomex)
- test_dnssec.py is deleted as it was testing the monkey-patch
related: #6538
2020-12-08 16:35:29 +01:00
SomberNight
1cc8c2c055
binaries: bundle 'cryptography' instead of 'pycryptodomex' in binaries
...
related: #6538
(this allows testing the binaries; to consider whether we can drop pycryptodomex)
2020-09-08 16:43:46 +02:00
SomberNight
55c8216738
binaries: update bundled PyQt version: 5.11.3 -> 5.14.2
...
Now that we increased the min supported macOS version re #6128 anyway.
Per https://github.com/spesmilo/electrum/issues/3685#issuecomment-508556343 ,
Qt 5.14 needs at least macOS 10.13
2020-05-14 20:24:03 +02:00
SomberNight
adc97af58c
clear up requirements re pycryptodomex
2020-03-04 20:33:02 +01:00
SomberNight
bc77091539
requirements: rm pycryptodomex from "binary"-specific list
...
it's already listed now in the "core" requirements.txt file
2020-01-10 19:04:16 +01:00
SomberNight
018b962e61
requirements: allow using newer pycryptodomex
...
upper bound was previously added in cb4784c8ed
issue linked there was fixed in pyinstaller 3.5,
which we now use since ab95eff5aa
2019-08-09 21:27:13 +02:00
SomberNight
aab067372c
requirements: pin PyQt5-sip version due to build problems
...
see https://tickets.metabrainz.org/browse/PICARD-1472
having issues on MacOS to codesign sip.so when PyQt5-sip==4.19.15:
PyQt5/sip.so malformed object (unknown load command 7)
2019-05-09 18:11:50 +02:00
SomberNight
cb4784c8ed
requirements: use older pycryptodomex for now
...
see Legrandin/pycryptodome#286
2019-05-05 19:31:58 +02:00
SomberNight
232e59fc60
requirements: use PyQt <5.12 in binaries for now. for AppImage
...
AppImage is built on Ubuntu 14.04 to maximise compatibility
but PyQt 5.12 blobs distributed on PyPI no longer work on 14.04
PyQt 5.11.x works
2019-03-22 14:32:21 +01:00
SomberNight
8d1cb3c36a
bump pyqt version in binaries
...
closes #4777
2018-12-18 20:52:01 +01:00
SomberNight
0ddbd2e575
restrict PyQt version to <5.11 for binaries, as 5.11 raises min MacOS version to 10.11
...
see spyder-ide/qtpy#155
2018-07-12 18:33:42 +02:00
SomberNight
46a0dbc9d9
rerun freeze_packages
...
closes #4338
2018-05-04 21:22:00 +02:00
Johann Bauer
afa0168e14
Add new requirements file for binaries in contrib
2018-02-11 16:59:07 +01:00