Bump version to 0.9.1

This commit is contained in:
Carlos Aznarán Laos 2023-08-10 18:29:00 -05:00
parent 825d00321a
commit 0b926ef64e
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-copulas
pkgdesc = Create tabular synthetic data using copulas-based modeling
pkgver = 0.9.0
pkgver = 0.9.1
pkgrel = 1
url = https://github.com/sdv-dev/Copulas
arch = x86_64
@ -13,7 +13,7 @@ pkgbase = python-copulas
depends = python-matplotlib
depends = python-pandas
depends = python-scipy
source = Copulas-0.9.0.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.9.0.tar.gz
sha512sums = c1abdd45c001d1a4cc2a8fe6c73e6cb84dbfb79c5e8e7601edfa25b1c913f0bb937cc7cbe46f3dbe75aa046f74e248359aa5223a049dad202633180920117b3e
source = Copulas-0.9.1.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.9.1.tar.gz
sha512sums = deab9ea9889ea8f9f88a0953cb263fbf50a0baad2e63cb0cdf08428f006973d06147b090f4b58503fb4f646fd2d6c24280d8a4e28b602583e34dd75f64264291
pkgname = python-copulas

View file

@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=Copulas
pkgname=python-${_base,,}
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
pkgdesc="Create tabular synthetic data using copulas-based modeling"
arch=(x86_64)
@ -11,7 +11,7 @@ depends=(python-matplotlib python-pandas python-scipy)
makedepends=(python-build python-installer python-pytest-runner python-wheel)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('c1abdd45c001d1a4cc2a8fe6c73e6cb84dbfb79c5e8e7601edfa25b1c913f0bb937cc7cbe46f3dbe75aa046f74e248359aa5223a049dad202633180920117b3e')
sha512sums=('deab9ea9889ea8f9f88a0953cb263fbf50a0baad2e63cb0cdf08428f006973d06147b090f4b58503fb4f646fd2d6c24280d8a4e28b602583e34dd75f64264291')
build() {
cd ${_base}-${pkgver}