Bump version to 0.11.0

This commit is contained in:
Carlos Aznarán 2024-04-10 17:39:55 -05:00
parent 22621dce09
commit d5aeb71f9f
No known key found for this signature in database
GPG key ID: 2403871B121BD8BB
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.10.1
pkgver = 0.11.0
pkgrel = 1
url = https://github.com/sdv-dev/Copulas
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = python-copulas
optdepends = python-markupsafe
optdepends = python-scikit-learn
optdepends = jupyter-notebook
source = Copulas-0.10.1.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.10.1.tar.gz
sha512sums = 6b05cc4b638f3d3388604e063a574cd44264d7fd045a71e3f37edaeab0babae5e0316ad6491b1eb3f9f3099d3f5befef46e28ba57a0e5ac1847510cf764f9782
source = Copulas-0.11.0.tar.gz::https://github.com/sdv-dev/Copulas/archive/v0.11.0.tar.gz
sha512sums = 51ef4854df8948cd117cd41957ae829d72851ae3d9e9bbf982d04903d988c23cf292d5e1fd61128eb426b7a7daa36e689c821467d8a16d22fb8c5904d588688a
pkgname = python-copulas

View file

@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
_base=Copulas
pkgname=python-${_base,,}
pkgver=0.10.1
pkgver=0.11.0
pkgrel=1
pkgdesc="Create tabular synthetic data using copulas-based modeling"
arch=(x86_64)
@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel)
optdepends=('python-markupsafe' 'python-scikit-learn' 'jupyter-notebook')
checkdepends=(python-pytest python-invoke)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('6b05cc4b638f3d3388604e063a574cd44264d7fd045a71e3f37edaeab0babae5e0316ad6491b1eb3f9f3099d3f5befef46e28ba57a0e5ac1847510cf764f9782')
sha512sums=('51ef4854df8948cd117cd41957ae829d72851ae3d9e9bbf982d04903d988c23cf292d5e1fd61128eb426b7a7daa36e689c821467d8a16d22fb8c5904d588688a')
build() {
cd ${_base}-${pkgver}