SomberNight
3ca1b710d6
build: use sha256sum instead of md5sum
6 years ago
SomberNight
d4967faf28
wine build: pin wine signing key. minor refactoring.
6 years ago
SomberNight
b085d7cc59
document linux release process
closes #5030
6 years ago
ThomasV
c4774d7a8e
update submodules
6 years ago
SomberNight
4b560250a6
fix wine build: pyinstaller failed to install with new pip
see pypa/pip#6163
6 years ago
SomberNight
5f05469852
rerun freeze_packages
closes #4993
closes #5006
6 years ago
Calin Culianu
5ec330680e
[MacOS] Fixed code signing on macos to codesign all embdedded binaries
This was pulled from Electron Cash #1110
6 years ago
Romano
c60583293a
[Docker] fix gnupg2 and dirmngr
6 years ago
SomberNight
2f789468ea
requirements: lower bound for btchip-python
6 years ago
ThomasV
649f8414a9
update icons submodule
6 years ago
SomberNight
1d303fa9d2
win build: rm win_inet_pton
was needed by PySocks; and we no longer use PySocks
also, it seems the functionality it provided is now part of Python stdlib since 3.4
https://docs.python.org/3/library/socket.html#socket.inet_pton
related: #2358
6 years ago
SomberNight
4225e79456
win build: wine upstream gpg key weirdness
6 years ago
ThomasV
df15571b82
osx build: revert to python 3.6.4
6 years ago
ThomasV
383b517405
update submodule (follow-up prev commit)
6 years ago
ThomasV
b2d635060c
update submodule
6 years ago
ThomasV
0247802479
update submodules
6 years ago
SomberNight
bec1860197
mac build: build qr scanner on separate machine
6 years ago
SomberNight
f54c387172
mac build: bump python version
6 years ago
SomberNight
f160f4bf67
mac build: use old xcode to build qr scanner on El Capitan
6 years ago
SomberNight
fa33d1880c
win build: bump python version
6 years ago
SomberNight
ba4af29bf8
rerun freeze_packages
6 years ago
SomberNight
8d1cb3c36a
bump pyqt version in binaries
closes #4777
6 years ago
ThomasV
1e8b34e63e
rerun freeze_packages
6 years ago
ThomasV
95cb2fbebf
remove requests from requirements
6 years ago
SomberNight
8b775fd24a
contrib: import 'requests' in try-except
6 years ago
SomberNight
78f5afff74
use certifi directly instead of requests
6 years ago
SomberNight
762082e13d
wine build: dedupe PYTHON_VERSION
6 years ago
ghost43
f59a4f85db
win/mac build: strip parts of pyqt5 from binaries to reduce size ( #4901 )
When bumping pyinstaller to 3.4, binary sizes had increased drastically.
The main reason seems to be that pyinstaller is pulling in "all" of qt.
based on Electron-Cash/Electron-Cash@4b0996959420dfca3d53f178d86205616d8c568b
6 years ago
SomberNight
503bd357f4
requirements: bump python-trezor to 0.11
6 years ago
SomberNight
993374dce7
travis: build android apk
6 years ago
SomberNight
d69ef890c0
downgrade qdarkstyle for now
see ColinDuquesnoy/QDarkStyleSheet#123
6 years ago
ThomasV
f4513c12eb
follow-up
6 years ago
ThomasV
d7bf8826fc
rename contrib/build-osx as contrib/osx. Move QRReader submodule there.
6 years ago
Calin Culianu
db89286ec3
[macOS] Added QR scanner facility using platform-native helper app.
6 years ago
SomberNight
243a0e3cf1
android docker: make_apk optionally takes "release" as arg
6 years ago
SomberNight
505cb2f65d
build-wine: update git version
6 years ago
matejcik
b040db26a7
drop trezor/client.py from build specs
6 years ago
Calin Culianu
d296a1be65
[macOS] Added optional code signing capability to the OSX build scripts.
6 years ago
SomberNight
67abea567f
rerun freeze packages
6 years ago
SomberNight
0dd3a58a63
requirements: also accept aiorpcx 0.10.x
6 years ago
SomberNight
af232223ee
windows build script: add note to build from fresh clone
6 years ago
SomberNight
bcdb0c46fc
update to aiorpcx 0.9 and require it
6 years ago
SomberNight
263c9265ae
rerun freeze packages
6 years ago
脇山P
9ce3814d8b
build-wine: update git version ( #4769 )
6 years ago
Johann Bauer
1d7bf698f2
Windows: Update copyright notice in installed apps
6 years ago
SomberNight
3b9a55fab4
rerun freeze packages
6 years ago
SomberNight
deda6535e0
bump min aiorpcx to 0.8.2
6 years ago
Filip Gospodinov
f05f3b430a
build-wine: fix locale path
`$i` already contains `locale/`.
6 years ago
Filip Gospodinov
bdecef0eaf
contrib: bump pyinstaller to 3.4
PyInstaller 3.4 highlights:
* patch for deterministic builds by electrum
* improved support for Qt5-based applications
* added support for Python 3.7
6 years ago
SomberNight
2bd5e0f25d
packaging: check in make_tgz if packages folder exists
related: #4714
6 years ago