mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Bump version to 0.11.0
This commit is contained in:
parent
22621dce09
commit
d5aeb71f9f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue