SomberNight
6a0d7dfd48
rerun freeze_packages
3 years ago
ThomasV
d8d2c180aa
update locale
4 years ago
SomberNight
81a71ec09b
update locale; again :P
c2c845a82d
accidentally undid the previous update
4 years ago
ThomasV
c2c845a82d
follow-up 8ff49fa9bb
4 years ago
SomberNight
60debf9116
update locale
4 years ago
SomberNight
3c9346cce2
android build: attempt at reproducible builds
4 years ago
SomberNight
1dfa81e7b6
contrib: fix find_restricted_dependencies for deps with version range
New release of pyinstaller (4.3) broke the script (which is used by freeze_packages.sh).
-----
Compare:
$ wget https://pypi.org/pypi/pyinstaller/4.3/json
$ cat json | jq ".info.requires_dist"
[
"setuptools",
"altgraph",
"pyinstaller-hooks-contrib (>=2020.6)",
"importlib-metadata ; python_version < \"3.8\"",
"macholib (>=1.8) ; sys_platform == \"darwin\"",
"pefile (>=2017.8.1) ; sys_platform == \"win32\"",
"pywin32-ctypes (>=0.2.0) ; sys_platform == \"win32\"",
"tinyaes (>=1.0.0) ; extra == 'encryption'",
"pytest (>=2.7.3) ; extra == 'hook_testing'",
"execnet (>=1.5.0) ; extra == 'hook_testing'",
"psutil ; extra == 'hook_testing'"
]
$ wget https://pypi.org/pypi/pyinstaller/4.2/json | jq .
$ cat json | jq ".info.requires_dist"
null
$ wget https://pypi.org/pypi/qrcode/6.1/json
$ cat json | jq ".info.requires_dist"
[
"six",
"colorama ; platform_system == \"Windows\"",
"tox ; extra == 'dev'",
"pytest ; extra == 'dev'",
"mock ; (python_version < \"3\") and extra == 'dev'",
"zest.releaser[recommended] ; extra == 'maintainer'",
"pillow ; extra == 'pil'",
"pytest ; extra == 'test'",
"pytest-cov ; extra == 'test'",
"mock ; (python_version < \"3\") and extra == 'test'"
]
4 years ago
SomberNight
ce4e556e20
update locale
4 years ago
SomberNight
cecbaca4d1
rerun freeze_packages
4 years ago
SomberNight
83750a861f
ledger: bump min btchip-python (0.1.30->0.1.32)
So that it has https://github.com/LedgerHQ/btchip-python/pull/42
fixes #6928
4 years ago
SomberNight
922a48f2b7
rerun freeze_packages
4 years ago
SomberNight
e0917d12f6
rerun freeze_packages
4 years ago
ThomasV
4fdeeb224e
update locale
4 years ago
ThomasV
0e0cb57c73
update locale
4 years ago
SomberNight
2c8ebff965
rerun freeze_packages
4 years ago
SomberNight
827f00896c
update locale submodule
4 years ago
SomberNight
8c1c07a290
build: partially revert 3cd52e2d7b
new versions of yarl and multidict break the windows build as they
don't provide win32 wheels
see
https://github.com/aio-libs/multidict/issues/550
https://github.com/aio-libs/yarl/issues/535
4 years ago
SomberNight
3cd52e2d7b
rerun freeze_packages
4 years ago
SomberNight
a4e342ac58
requirements: rename some files
4 years ago
SomberNight
695ad757c7
frozen deps: don't use colorama 0.4.4
until https://github.com/tartley/colorama/issues/284 is resolved
colorama 0.4.4 does not have a source dist uploaded to PyPI, which breaks contrib/make_packages
this partially reverts 4d0afffbcd
4 years ago
SomberNight
e4e6c4fb1b
update locale submodule
4 years ago
SomberNight
4d0afffbcd
rerun freeze_packages
4 years ago
ThomasV
413fcfbf9b
update locale submodule
4 years ago
SomberNight
9204102663
binaries: pip install build requirements first
I no longer trust pip to install packages from a requirements.txt file in the correct order.
For reproducibility, let's install pip/setuptools/wheels/cython first.
see https://github.com/pypa/pip/issues/2362#issuecomment-418423458
see #5859 and #6382
4 years ago
SomberNight
829f7c7443
rerun freeze_packages
4 years ago
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