Bump version to 0.6.4
This commit is contained in:
parent
f6733453b7
commit
8d94921265
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = python-streamz
|
pkgbase = python-streamz
|
||||||
pkgdesc = Real-time stream processing for python
|
pkgdesc = Real-time stream processing for python
|
||||||
pkgver = 0.6.3
|
pkgver = 0.6.4
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://github.com/python-streamz/streamz
|
url = https://github.com/python-streamz/streamz
|
||||||
arch = any
|
arch = any
|
||||||
license = custom:BSD-3-clause
|
license = custom:BSD-3-clause
|
||||||
|
@ -18,7 +18,7 @@ pkgbase = python-streamz
|
||||||
depends = lzo
|
depends = lzo
|
||||||
depends = snappy
|
depends = snappy
|
||||||
optdepends = python-pandas: for supports streams of Pandas dataframes or Pandas series
|
optdepends = python-pandas: for supports streams of Pandas dataframes or Pandas series
|
||||||
source = https://github.com/python-streamz/streamz/archive/0.6.3.tar.gz
|
source = streamz-0.6.4.tar.gz::https://github.com/python-streamz/streamz/archive/0.6.4.tar.gz
|
||||||
sha512sums = f52770bb6f6139051c628f6eb67fdc2ab8f3657a48d14cdedd68afdf0092f2d372338028e6a7a5e9292ba6bdb29888c5d0d6f01b6c38b7cd95f886fc048d5651
|
sha512sums = 830c9dfadccce485ab0ee4e669a0a183648f826922fe5c3a7f647b6beb1ca853858e50327a629bc2d8942904fbad6fd4357639edc8a4bca4f8af94ec20263060
|
||||||
|
|
||||||
pkgname = python-streamz
|
pkgname = python-streamz
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
|
# Contributor: Guillaume Horel <guillaume.horel@gmail.com>
|
||||||
_base=streamz
|
_base=streamz
|
||||||
pkgname=python-${_base}
|
pkgname=python-${_base}
|
||||||
pkgver=0.6.3
|
pkgver=0.6.4
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Real-time stream processing for python"
|
pkgdesc="Real-time stream processing for python"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/${pkgname}/${_base}"
|
url="https://github.com/${pkgname}/${_base}"
|
||||||
|
@ -12,8 +12,8 @@ makedepends=(python-setuptools)
|
||||||
checkdepends=(python-pytest python-pandas python-distributed python-flaky python-networkx python-graphviz) #python-dask
|
checkdepends=(python-pytest python-pandas python-distributed python-flaky python-networkx python-graphviz) #python-dask
|
||||||
optdepends=('python-pandas: for supports streams of Pandas dataframes or Pandas series') #python-cudf'
|
optdepends=('python-pandas: for supports streams of Pandas dataframes or Pandas series') #python-cudf'
|
||||||
license=('custom:BSD-3-clause')
|
license=('custom:BSD-3-clause')
|
||||||
source=(${url}/archive/${pkgver}.tar.gz)
|
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
|
||||||
sha512sums=('f52770bb6f6139051c628f6eb67fdc2ab8f3657a48d14cdedd68afdf0092f2d372338028e6a7a5e9292ba6bdb29888c5d0d6f01b6c38b7cd95f886fc048d5651')
|
sha512sums=('830c9dfadccce485ab0ee4e669a0a183648f826922fe5c3a7f647b6beb1ca853858e50327a629bc2d8942904fbad6fd4357639edc8a4bca4f8af94ec20263060')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${_base}-${pkgver}
|
cd ${_base}-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue