diff --git a/srcpkgs/electrum-ltc/patches/no-certifi.patch b/srcpkgs/electrum-ltc/patches/no-certifi.patch index 432b1e8c692..9d68378996b 100644 --- a/srcpkgs/electrum-ltc/patches/no-certifi.patch +++ b/srcpkgs/electrum-ltc/patches/no-certifi.patch @@ -1,25 +1,16 @@ -diff --git contrib/requirements/requirements.txt contrib/requirements/requirements.txt -index 4ca2422..ac60e57 100644 ---- contrib/requirements/requirements.txt -+++ contrib/requirements/requirements.txt -@@ -8,4 +8,3 @@ qdarkstyle<3.0 - aiorpcx>=0.17,<0.18 - aiohttp>=3.3.0 - aiohttp_socks --certifi -diff --git electrum_ltc/interface.py electrum_ltc/interface.py -index 8a019af..7a5a7e7 100644 ---- electrum_ltc/interface.py -+++ electrum_ltc/interface.py -@@ -38,7 +38,6 @@ import aiorpcx - from aiorpcx import RPCSession, Notification, NetAddress +diff --git a/electrum_ltc/interface.py b/electrum_ltc/interface.py +index b5eac439c..14bbd7ab9 100644 +--- a/electrum_ltc/interface.py ++++ b/electrum_ltc/interface.py +@@ -40,7 +40,6 @@ from aiorpcx import RPCSession, Notification, NetAddress from aiorpcx.curio import timeout_after, TaskTimeout - from aiorpcx.jsonrpc import JSONRPC + from aiorpcx.jsonrpc import JSONRPC, CodeMessageError + from aiorpcx.rawsocket import RSClient -import certifi from .util import ignore_exceptions, log_exceptions, bfh, SilentTaskGroup from . import util -@@ -55,7 +54,7 @@ if TYPE_CHECKING: +@@ -57,7 +56,7 @@ if TYPE_CHECKING: from .network import Network @@ -28,19 +19,19 @@ index 8a019af..7a5a7e7 100644 BUCKET_NAME_OF_ONION_SERVERS = 'onion' -diff --git electrum_ltc/paymentrequest.py electrum_ltc/paymentrequest.py -index 205eda7..1ab1df2 100644 ---- electrum_ltc/paymentrequest.py -+++ electrum_ltc/paymentrequest.py -@@ -28,7 +28,6 @@ import time - import traceback +diff --git a/electrum_ltc/paymentrequest.py b/electrum_ltc/paymentrequest.py +index 149065bf3..9580c8d48 100644 +--- a/electrum_ltc/paymentrequest.py ++++ b/electrum_ltc/paymentrequest.py +@@ -29,7 +29,6 @@ import traceback import json + from typing import Optional -import certifi import urllib.parse import aiohttp -@@ -53,7 +52,7 @@ _logger = get_logger(__name__) +@@ -54,7 +53,7 @@ _logger = get_logger(__name__) REQUEST_HEADERS = {'Accept': 'application/litecoin-paymentrequest', 'User-Agent': 'Electrum'} ACK_HEADERS = {'Content-Type':'application/litecoin-payment','Accept':'application/litecoin-paymentack','User-Agent':'Electrum'} @@ -49,10 +40,10 @@ index 205eda7..1ab1df2 100644 ca_list = None ca_keyID = None -diff --git electrum_ltc/util.py electrum_ltc/util.py -index 0df8786..607e043 100644 ---- electrum_ltc/util.py -+++ electrum_ltc/util.py +diff --git a/electrum_ltc/util.py b/electrum_ltc/util.py +index bc69800dc..9c32a195a 100644 +--- a/electrum_ltc/util.py ++++ b/electrum_ltc/util.py @@ -44,7 +44,6 @@ import ssl import aiohttp from aiohttp_socks import SocksConnector, SocksVer @@ -70,10 +61,10 @@ index 0df8786..607e043 100644 base_units = {'LTC':8, 'mLTC':5, 'uLTC':2, 'sat':0} -diff --git electrum_ltc/x509.py electrum_ltc/x509.py -index c38edc7..e745e48 100644 ---- electrum_ltc/x509.py -+++ electrum_ltc/x509.py +diff --git a/electrum_ltc/x509.py b/electrum_ltc/x509.py +index c38edc77a..e745e4878 100644 +--- a/electrum_ltc/x509.py ++++ b/electrum_ltc/x509.py @@ -343,7 +343,6 @@ def load_certificates(ca_path): @@ -83,11 +74,11 @@ index c38edc7..e745e48 100644 - ca_path = certifi.where() + ca_path = '/etc/ssl/certs/ca-certificates.crt' ca_list, ca_keyID = load_certificates(ca_path) -diff --git run_electrum run_electrum -index b10462c..805dc8f 100755 ---- run_electrum -+++ run_electrum -@@ -55,7 +55,6 @@ def check_imports(): +diff --git a/run_electrum b/run_electrum +index 978e5fb2f..e8fc3888c 100755 +--- a/run_electrum ++++ b/run_electrum +@@ -58,7 +58,6 @@ def check_imports(): import dns import pyaes import ecdsa @@ -95,7 +86,7 @@ index b10462c..805dc8f 100755 import qrcode import google.protobuf import jsonrpclib -@@ -69,7 +68,7 @@ def check_imports(): +@@ -72,7 +71,7 @@ def check_imports(): from google.protobuf import descriptor_pb2 from jsonrpclib import SimpleJSONRPCServer # make sure that certificates are here diff --git a/srcpkgs/electrum-ltc/template b/srcpkgs/electrum-ltc/template index cf7265fbec8..550fda484e6 100644 --- a/srcpkgs/electrum-ltc/template +++ b/srcpkgs/electrum-ltc/template @@ -1,7 +1,7 @@ # Template file for 'electrum-ltc' pkgname=electrum-ltc -version=3.3.6.1 -revision=2 +version=3.3.8.1 +revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools python3-PyQt5-devel-tools" @@ -13,7 +13,8 @@ maintainer="Young Jin Park " license="MIT" homepage="https://electrum-ltc.org/" distfiles="https://github.com/pooler/electrum-ltc/archive/${version}.tar.gz" -checksum="8c5ab5f496bc0dcedb6efcf7dee4c936dcf6fddbea58ebb081b4aa4bb2faf624" +checksum="6f4049abacfdb125b968e841ec9bc01e386e475f3fac8534103ffea1257b0f0f" +patch_args="-Np1" post_install() { vlicense LICENCE