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
SomberNight
a9fcf2fabf
bump min aiorpcx to 0.8.1
6 years ago
SomberNight
6f7a065081
bump aiorpcx version
6 years ago
SomberNight
6b9a83ae80
don't test with python 3.5
also, typing is no longer needed (part of stdlib from 3.5)
6 years ago
SomberNight
bed35a65c7
bump min python to 3.6
6 years ago
ThomasV
061231494d
revert rm requests
6 years ago
ThomasV
e8f87d2e62
remove requests and pysocks from requirements
6 years ago
SomberNight
86733279f6
docker-wine: update package versions
the previous version is no longer available. hopefully these versions are "lts"
ref: 6899ca2527
6 years ago
ThomasV
8f4b57f718
run freeze_packages
6 years ago
Janus
6e80ba7b4f
asyncio: labels, crash_reporter, fx: migrate requests use to aiohttp
6 years ago
Janus
b120584f97
aiorpcx address synchronizer
7 years ago
SomberNight
ecbbfdd10c
rerun freeze packages
6 years ago
Calin Culianu
0da1e904fe
macOS: Add missing URI handler( #4557 )
Backport from Electron Cash -- fix missing bitcoin: URI types form macOS Info.plist
6 years ago
Filip Gospodinov
6c7bfe613f
contrib: remove git describe workaround ( #4683 )
`git describe` fails if no tag can be found, leading
to the whole build script to fail. This is not always
desired. To prevent `git describe` from failing in
this case the `--always` flag can be passed which
causes a short commit hash to be output when a tag
is not present.
6 years ago
SomberNight
e9f1888321
include plugins in win/mac binaries
6 years ago
Filip Gospodinov
9220545e60
build-wine: avoid untracked changes in submodule
The locale output file can simply be output in the folder
where it's actually needed. This also saves a recursive copy.
This makes `.gitignore` in the electrum-locale submodule
obsolete.
6 years ago