summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0b1001002021-12-02 20:11:36 +0100
committer0b1001002021-12-02 20:11:36 +0100
commit3d761cf8a73f72ba1c96b008f733542b8df88bb3 (patch)
tree5ab58ba3d9c1b29d702501e808842be32e374c25
parentb8608138f1c1b572b27c213e85e3764813ecdb93 (diff)
downloadaur-3d761cf8a73f72ba1c96b008f733542b8df88bb3.tar.gz
Remove python-websockets version restriction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 218d00c78950..41c6c1725991 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-binance
pkgdesc = An unofficial Python wrapper for the Binance exchange REST API
pkgver = 1.0.15
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/sammchardy/python-binance
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-binance
depends = python-pytz
depends = python-requests
depends = python-ujson
- depends = python-websockets=9.1
+ depends = python-websockets
source = python-binance-1.0.15.tar.gz::https://github.com/sammchardy/python-binance/archive/v1.0.15.tar.gz
sha512sums = 2b059b763a380e9fe2529a6a9621acbbd180594ea54f1310ba0a8e266373ce1b13a9138bddd8232a77f1265216e0c3d5cb45e4a0c13840929a4e99c41a83829a
diff --git a/PKGBUILD b/PKGBUILD
index a0c6a315de50..5ff8cc54dd11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-binance
pkgver=1.0.15
-pkgrel=2
+pkgrel=3
pkgdesc="An unofficial Python wrapper for the Binance exchange REST API"
arch=('any')
url="https://github.com/sammchardy/python-binance"
license=('MIT')
depends=('python' 'python-aiohttp' 'python-dateparser' 'python-pytz'
- 'python-requests' 'python-ujson' 'python-websockets=9.1')
+ 'python-requests' 'python-ujson' 'python-websockets')
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-requests-mock')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")