summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2024-10-28 10:32:28 -0400
committerGuillaume Horel2024-10-28 10:32:28 -0400
commit54ca87d597914045744cb1c443ee9396324ffd87 (patch)
tree28c34e1b303cb50039d4a9169e68df61f7d98591
parentaddc794216d2d8587b49373a652854d70a342396 (diff)
downloadaur-python-blp.tar.gz
bump to 0.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faec33dc19b9..f8169650784b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-blp
pkgdesc = Pythonic interface for Bloomberg Open API
- pkgver = 0.0.2
+ pkgver = 0.0.3
pkgrel = 1
url = https://github.com/matthewgilbert/blp
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-blp
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/b/blp/blp-0.0.2.tar.gz
- sha256sums = 094c09b05fb006769f48309588f4200d593299b58566d03e6a188c16296cd98f
+ source = https://files.pythonhosted.org/packages/source/b/blp/blp-0.0.3.tar.gz
+ sha256sums = b025e9f58c47ef383132b9718e463de6c1274b61773c52f2b4cb9f340b9ee62f
pkgname = python-blp
diff --git a/PKGBUILD b/PKGBUILD
index faaf62747287..7cc9465e9a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-blp'
_pkgname='blp'
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc='Pythonic interface for Bloomberg Open API'
url='https://github.com/matthewgilbert/blp'
@@ -12,7 +12,7 @@ optdepends=()
license=('Apache-2.0')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('094c09b05fb006769f48309588f4200d593299b58566d03e6a188c16296cd98f')
+sha256sums=('b025e9f58c47ef383132b9718e463de6c1274b61773c52f2b4cb9f340b9ee62f')
build() {
cd "${_pkgname}-${pkgver}"