SomberNight
f1d54d3cd8
update locale submodule
5 years ago
SomberNight
27d03441d3
frozen deps: update bitbox02 and ledger libs
related: #6309 , #6293
5 years ago
SomberNight
212d18d5e6
frozen deps: update coldcard lib
closes #6181
5 years ago
ThomasV
27f90ad595
update locale submodule
5 years ago
SomberNight
24a007840f
sdist build: use modern pip
the one in apt refused to install certain package versions (that were pinned by hash!!)
and installed different versions instead... e.g.:
Collecting wheel==0.34.2 (from -r /opt/electrum/contrib/build-linux/sdist/../../../contrib/deterministic-build/requirements.txt (line 112))
Downloading 521c6dc7fe
b90b06dc1d0b805b51ae/wheel-0.34.2.tar.gz (58kB)
100% |████████████████████████████████| 61kB 3.8MB/s
Requested wheel==0.34.2 from 521c6dc7fe
b90b06dc1d0b805b51ae/wheel-0.34.2.tar.gz#sha256=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96 (from -r /opt/electrum/contrib/build-linux/sdist/../../../contrib/deterministic-build/requirements.txt (line 112)), but installing version 0.30.0
5 years ago
SomberNight
efe5cd9aff
rerun freeze_packages
neat reduction due to #6220
5 years ago
SomberNight
d1f860ccf3
dependencies: update max qdarkstyle
Previously we stuck with version 2.6.8 as that had no deps but later
versions introduced several deps. However, now latest version only
has two dependencies (one of which has the same maintainer).
Futher, there are some bugs with 2.6.8 when used with new Qt,
e.g. with dropdowns that I want fixed (which it is in the newer ones).
related https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues/182
5 years ago
SomberNight
83d7160b47
rerun freeze_packages
5 years ago
SomberNight
7d0703fc4a
fix mac build: follow-up aac770404f
5 years ago
SomberNight
aac770404f
mac build: pin hashes of more build dependencies
namely pyinstaller
5 years ago
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
5 years ago
SomberNight
04dcfe6fd1
bitbox02: add to requirements-hw, and include in win/mac binaries
5 years ago
SomberNight
f11bf1dd4a
rerun freeze_packages
5 years ago
SomberNight
adc97af58c
clear up requirements re pycryptodomex
5 years ago
SomberNight
bb94712a14
requirements: bump min archos safet version
related: #5968
5 years ago
SomberNight
80025a3af4
requirements-hw: re-add Cython
this reverts ec496a8222
Cython must be pinned down for reproducible builds
related #5859
5 years ago
SomberNight
bc77091539
requirements: rm pycryptodomex from "binary"-specific list
it's already listed now in the "core" requirements.txt file
5 years ago
SomberNight
5f4162deaa
requirements: bump min python-keepkey to 6.3.1
as 6.3.0 had basic functionality (restore from seed) broken
see https://github.com/keepkey/python-keepkey/pull/85
5 years ago
SomberNight
c8d7075758
requirements: bump min python-keepkey to 6.3.0
5 years ago
SomberNight
00a7df13bf
rerun freeze_packages
5 years ago
dependabot[bot]
ed5300ba1d
build(deps): bump ecdsa in /contrib/deterministic-build
Bumps [ecdsa](https://github.com/warner/python-ecdsa ) from 0.13.2 to 0.13.3.
- [Release notes](https://github.com/warner/python-ecdsa/releases )
- [Changelog](https://github.com/warner/python-ecdsa/blob/master/NEWS )
- [Commits](https://github.com/warner/python-ecdsa/compare/python-ecdsa-0.13.2...python-ecdsa-0.13.3 )
Signed-off-by: dependabot[bot] <support@github.com>
5 years ago
ThomasV
a3bff7476c
run freeze_packages
5 years ago
SomberNight
0ec9f79402
rerun freeze_packages
6 years ago
SomberNight
c8e2653690
wine build: pin build dependencies
"pip install pyinstaller" was "silently" grabbing unpinned dependencies
6 years ago
ThomasV
aa00fa2a5c
update submodule
6 years ago
SomberNight
ec496a8222
requirements-hw: rm Cython
not actually needed
based on Electron-Cash/Electron-Cash@70de1a2b531257b1f2f70174327b863f9c6a4efb
6 years ago
SomberNight
fbcf6f48b9
rerun freeze_packages
6 years ago
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)
6 years ago
ThomasV
9a3ea0e514
update locale
6 years ago
SomberNight
cb4784c8ed
requirements: use older pycryptodomex for now
see Legrandin/pycryptodome#286
6 years ago
SomberNight
f38eed2fad
rerun freeze_packages
One user reported not getting keepkey with fw 6.1.0 detected
with python-keepkey 6.0.3, but detecting it with 6.1.0.
Sounds weird as all the changes look to be tests-related,
and could not reproduce. Still, this should not hurt.
6 years ago
SomberNight
bd5b7abd80
rerun freeze_packages
mainly for qdarkstyle
6 years ago
SomberNight
b4648eceda
rerun freeze_packages
6 years ago
SomberNight
c2455c89df
rerun freeze_packages
(related 232e59fc60
)
6 years ago
SomberNight
a2f477b679
rerun freeze_packages
6 years ago
ThomasV
0e78e15fa4
update locale submodule
6 years ago
SomberNight
d78537c8c4
rerun freeze_packages
6 years ago
SomberNight
16bac5fd73
rm qt icons file
so we don't need pyrcc5, which is not deterministic,
and so we don't need the submodule for the icons
based on electrumsv/electrumsv@bf8802c2eaf0bf75565b5423a95bcb85ec7eb781
6 years ago
ThomasV
c4774d7a8e
update submodules
6 years ago
SomberNight
5f05469852
rerun freeze_packages
closes #4993
closes #5006
6 years ago
ThomasV
649f8414a9
update icons submodule
6 years ago
ThomasV
0247802479
update submodules
6 years ago
SomberNight
ba4af29bf8
rerun freeze_packages
6 years ago
ThomasV
1e8b34e63e
rerun freeze_packages
6 years ago
SomberNight
8b775fd24a
contrib: import 'requests' in try-except
6 years ago
SomberNight
67abea567f
rerun freeze packages
6 years ago
SomberNight
bcdb0c46fc
update to aiorpcx 0.9 and require it
6 years ago
SomberNight
263c9265ae
rerun freeze packages
6 years ago
SomberNight
3b9a55fab4
rerun freeze packages
6 years ago
ThomasV
8f4b57f718
run freeze_packages
6 years ago