summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0b1001002021-09-05 11:25:05 +0200
committer0b1001002021-09-05 11:43:33 +0200
commitae87aa427cec42a41237f2d188ed30de9fbd1ad4 (patch)
tree6d2f05ac1999e4b91334c2764d817496802342fe
parent1553ed16414ef734c9a2ac4f3a4f82b5c9008ad2 (diff)
downloadaur-ae87aa427cec42a41237f2d188ed30de9fbd1ad4.tar.gz
adjusted dependencies on the basis of the upstream's requirements.txt
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af530066d43a..b833913383b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-binance-git
pkgdesc = simple python interface to binance.com's web API
- pkgver = 0.7.4.r0.gc4fdad5
+ pkgver = 1.0.10.r54.ga6f3048
pkgrel = 1
url = https://github.com/sammchardy/python-binance
arch = any
@@ -8,16 +8,12 @@ pkgbase = python-binance-git
makedepends = git
makedepends = python-setuptools
depends = python
- depends = python-autobahn
- depends = python-certifi
- depends = python-chardet
+ depends = python-aiohttp
depends = python-dateparser
depends = python-requests
- depends = python-service-identity
- depends = python-twisted
- depends = python-urllib3
+ depends = python-ujson
+ depends = python-websockets
source = git+https://github.com/sammchardy/python-binance.git
md5sums = SKIP
pkgname = python-binance-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 67fb6cda05a7..c1a26c90029d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Maintainer: 0b100100 <0b100100 at protonmail dot ch>
# Contributor: Lex Black <autumn-wind@web.de>
# Contributor: Eric Toombs
_pkgname='python-binance'
pkgname="$_pkgname-git"
-pkgver=0.7.4.r0.gc4fdad5
+pkgver=1.0.10.r54.ga6f3048
pkgrel=1
pkgdesc="simple python interface to binance.com's web API"
arch=('any')
url='https://github.com/sammchardy/python-binance'
license=('MIT')
-depends=('python' 'python-autobahn' 'python-certifi' 'python-chardet' 'python-dateparser'
- 'python-requests' 'python-service-identity' 'python-twisted' 'python-urllib3')
+depends=('python' 'python-aiohttp' 'python-dateparser'
+ 'python-requests' 'python-ujson' 'python-websockets')
makedepends=('git' 'python-setuptools')
source=('git+https://github.com/sammchardy/python-binance.git')
md5sums=('SKIP')