From 2aa183349f97187fdf86a4b6d7c6c99ce21294d3 Mon Sep 17 00:00:00 2001 From: zeppi Date: Sat, 3 Dec 2022 23:37:38 -0500 Subject: [PATCH] upgrade coincurve recipe version --- buildozer.spec.arm64.ci | 4 ++-- recipes/coincurve/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/buildozer.spec.arm64.ci b/buildozer.spec.arm64.ci index d8089a6..2570999 100644 --- a/buildozer.spec.arm64.ci +++ b/buildozer.spec.arm64.ci @@ -39,8 +39,8 @@ version.filename = %(source.dir)s/main.py # (list) Application requirements # comma seperated e.g. requirements = sqlite3,kivy -# requirements = openssl, sqlite3, android, distro==1.4.0, pyjnius, certifi==2021.5.30, appdirs==1.4.3, docopt==0.6.2, base58==1.0.0, colorama==0.3.7, ecdsa==0.13.3, jsonschema==2.6.0, pbkdf2==1.3, pyyaml, protobuf==3.6.1, keyring==21.0.0, defusedxml, netifaces, aioupnp==0.0.17, asn1crypto, mock, cryptography, aiohttp==3.6.0, multidict==4.5.2, idna, yarl==1.3.0, chardet==3.0.4, async_timeout==3.0.1, coincurve, msgpack==0.6.1, six, attrs==18.2.0, pylru, hachoir, cffi, prometheus_client==0.8.0, "git+https://github.com/lbryio/lbry-sdk@v0.112.0#egg=lbry" -requirements = coincurve, "git+https://github.com/lbryio/lbry-sdk@v0.112.0#egg=lbry" +requirements = openssl, sqlite3, android, distro==1.4.0, pyjnius, certifi==2021.5.30, appdirs==1.4.3, docopt==0.6.2, base58==1.0.0, colorama==0.3.7, ecdsa==0.13.3, jsonschema==2.6.0, pbkdf2==1.3, pyyaml, protobuf==3.6.1, keyring==21.0.0, defusedxml, netifaces, aioupnp==0.0.17, asn1crypto, mock, cryptography, aiohttp==3.6.0, multidict==4.5.2, idna, yarl==1.3.0, chardet==3.0.4, async_timeout==3.0.1, coincurve, msgpack==0.6.1, six, attrs==18.2.0, pylru, hachoir, cffi, prometheus_client==0.8.0, "git+https://github.com/lbryio/lbry-sdk@v0.112.0#egg=lbry" +# requirements = coincurve, "git+https://github.com/lbryio/lbry-sdk@v0.112.0#egg=lbry" # python3crystax, hostpython3crystax, # (str) Custom source folders for requirements # Sets custom source for any requirements with recipes diff --git a/recipes/coincurve/__init__.py b/recipes/coincurve/__init__.py index ae78d5f..f984a28 100644 --- a/recipes/coincurve/__init__.py +++ b/recipes/coincurve/__init__.py @@ -3,7 +3,7 @@ from pythonforandroid.recipe import PythonRecipe, CompiledComponentsPythonRecipe class CoincurveRecipe(CompiledComponentsPythonRecipe): - # version = '7.1.0' + # version = '15.0.0' # url = 'https://github.com/ofek/coincurve/archive/{version}.tar.gz' # call_hostpython_via_targetpython = False # depends = ['setuptools', @@ -36,7 +36,7 @@ class CoincurveRecipe(CompiledComponentsPythonRecipe): # env['LDFLAGS'] += " -lpython{}".format(python_version) # env['LDFLAGS'] += " -lsecp256k1" # return env - version = '7.1.0' + version = '15.0.0' url = 'https://github.com/ofek/coincurve/archive/{version}.tar.gz' call_hostpython_via_targetpython = False depends = [('python2', 'python3'), 'setuptools',